Searched refs:getAsmOperandValueType (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InlineAsmLowering.cpp | 329 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 D | AArch64ISelLowering.h | 831 EVT getAsmOperandValueType(const DataLayout &DL, Type *Ty,
|
| H A D | AArch64ISelLowering.cpp | 8324 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 D | TargetLowering.h | 1399 virtual EVT getAsmOperandValueType(const DataLayout &DL, Type *Ty,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 8179 return TLI.getAsmOperandValueType(DL, OpTy, true); in getCallOperandValEVT() 8482 OpInfo.ConstraintVT = TLI.getAsmOperandValueType( in visitInlineAsm()
|
| H A D | TargetLowering.cpp | 4691 getAsmOperandValueType(DL, Call.getType()).getSimpleVT(); in ParseConstraints()
|