Home
last modified time | relevance | path

Searched refs:getAsmOperandValueType (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp329 TLI->getAsmOperandValueType(DL, OpTy, true).getSimpleVT(); in lowerInlineAsm()
339 TLI->getAsmOperandValueType(DL, Call.getType()).getSimpleVT(); in lowerInlineAsm()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h831 EVT getAsmOperandValueType(const DataLayout &DL, Type *Ty,
H A DAArch64ISelLowering.cpp8324 EVT AArch64TargetLowering::getAsmOperandValueType(const DataLayout &DL, in getAsmOperandValueType() function in AArch64TargetLowering
8330 return TargetLowering::getAsmOperandValueType(DL, Ty, AllowUnknown); in getAsmOperandValueType()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1399 virtual EVT getAsmOperandValueType(const DataLayout &DL, Type *Ty,
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8179 return TLI.getAsmOperandValueType(DL, OpTy, true); in getCallOperandValEVT()
8482 OpInfo.ConstraintVT = TLI.getAsmOperandValueType( in visitInlineAsm()
H A DTargetLowering.cpp4691 getAsmOperandValueType(DL, Call.getType()).getSimpleVT(); in ParseConstraints()