Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h900 EVT getAsmOperandValueType(const DataLayout &DL, Type *Ty,
H A DAArch64ISelLowering.cpp10105 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 DTargetLowering.h1485 virtual EVT getAsmOperandValueType(const DataLayout &DL, Type *Ty,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5419 getAsmOperandValueType(DL, Call.getType()).getSimpleVT(); in ParseConstraints()
5464 EVT VT = getAsmOperandValueType(DL, OpTy, true); in ParseConstraints()