Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp321 TLI->getAsmOperandValueType(DL, OpTy, true).getSimpleVT(); in lowerInlineAsm()
331 TLI->getAsmOperandValueType(DL, Call.getType()).getSimpleVT(); in lowerInlineAsm()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h869 EVT getAsmOperandValueType(const DataLayout &DL, Type *Ty,
H A DAArch64ISelLowering.cpp9157 EVT AArch64TargetLowering::getAsmOperandValueType(const DataLayout &DL, in getAsmOperandValueType() function in AArch64TargetLowering
9163 return TargetLowering::getAsmOperandValueType(DL, Ty, AllowUnknown); in getAsmOperandValueType()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1453 virtual EVT getAsmOperandValueType(const DataLayout &DL, Type *Ty,
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5329 getAsmOperandValueType(DL, Call.getType()).getSimpleVT(); in ParseConstraints()
5340 getAsmOperandValueType(DL, OpInfo.CallOperandVal->getType()) in ParseConstraints()
5378 EVT VT = getAsmOperandValueType(DL, OpTy, true); in ParseConstraints()