Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp267 TLI->getAsmOperandValueType(DL, OpTy, true).getSimpleVT(); in lowerInlineAsm()
277 TLI->getAsmOperandValueType(DL, Call.getType()).getSimpleVT(); in lowerInlineAsm()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h989 EVT getAsmOperandValueType(const DataLayout &DL, Type *Ty,
H A DAArch64ISelLowering.cpp11774 EVT AArch64TargetLowering::getAsmOperandValueType(const DataLayout &DL, in getAsmOperandValueType() function in AArch64TargetLowering
11780 return TargetLowering::getAsmOperandValueType(DL, Ty, AllowUnknown); in getAsmOperandValueType()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1650 virtual EVT getAsmOperandValueType(const DataLayout &DL, Type *Ty,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5726 getAsmOperandValueType(DL, Call.getType()).getSimpleVT(); in ParseConstraints()
5771 EVT VT = getAsmOperandValueType(DL, OpTy, true); in ParseConstraints()