Searched refs:getAsmOperandValueType (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InlineAsmLowering.cpp | 321 TLI->getAsmOperandValueType(DL, OpTy, true).getSimpleVT(); in lowerInlineAsm() 331 TLI->getAsmOperandValueType(DL, Call.getType()).getSimpleVT(); in lowerInlineAsm()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 900 EVT getAsmOperandValueType(const DataLayout &DL, Type *Ty,
|
| H A D | AArch64ISelLowering.cpp | 10105 EVT AArch64TargetLowering::getAsmOperandValueType(const DataLayout &DL, in getAsmOperandValueType() function in AArch64TargetLowering 10111 return TargetLowering::getAsmOperandValueType(DL, Ty, AllowUnknown); in getAsmOperandValueType()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 1485 virtual EVT getAsmOperandValueType(const DataLayout &DL, Type *Ty,
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 5419 getAsmOperandValueType(DL, Call.getType()).getSimpleVT(); in ParseConstraints() 5464 EVT VT = getAsmOperandValueType(DL, OpTy, true); in ParseConstraints()
|