Searched refs:getAsmOperandValueType (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InlineAsmLowering.cpp | 267 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 D | AArch64ISelLowering.h | 989 EVT getAsmOperandValueType(const DataLayout &DL, Type *Ty,
|
| H A D | AArch64ISelLowering.cpp | 11774 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 D | TargetLowering.h | 1650 virtual EVT getAsmOperandValueType(const DataLayout &DL, Type *Ty,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 5726 getAsmOperandValueType(DL, Call.getType()).getSimpleVT(); in ParseConstraints() 5771 EVT VT = getAsmOperandValueType(DL, OpTy, true); in ParseConstraints()
|