Searched refs:getAsmOperandValueType (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 962 EVT getAsmOperandValueType(const DataLayout &DL, Type *Ty,
|
| H A D | AArch64ISelLowering.cpp | 10746 EVT AArch64TargetLowering::getAsmOperandValueType(const DataLayout &DL, in getAsmOperandValueType() function in AArch64TargetLowering 10752 return TargetLowering::getAsmOperandValueType(DL, Ty, AllowUnknown); in getAsmOperandValueType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 1580 virtual EVT getAsmOperandValueType(const DataLayout &DL, Type *Ty,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 5651 getAsmOperandValueType(DL, Call.getType()).getSimpleVT(); in ParseConstraints() 5696 EVT VT = getAsmOperandValueType(DL, OpTy, true); in ParseConstraints()
|