Home
last modified time | relevance | path

Searched refs:LowerXConstraint (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp228 if (const char *Repl = TLI->LowerXConstraint(OpInfo.ConstraintVT)) { in computeConstraintToUse()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.h521 const char *LowerXConstraint(EVT ConstraintVT) const override;
H A DARMISelLowering.cpp18348 const char *ARMTargetLowering::LowerXConstraint(EVT ConstraintVT) const { in LowerXConstraint() function in ARMTargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h1129 const char *LowerXConstraint(EVT ConstraintVT) const override;
H A DX86ISelLowering.cpp51474 LowerXConstraint(EVT ConstraintVT) const { in LowerXConstraint() function in X86TargetLowering
51482 return TargetLowering::LowerXConstraint(ConstraintVT); in LowerXConstraint()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1031 const char *LowerXConstraint(EVT ConstraintVT) const override;
H A DAArch64ISelLowering.cpp7791 const char *AArch64TargetLowering::LowerXConstraint(EVT ConstraintVT) const { in LowerXConstraint() function in AArch64TargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4224 virtual const char *LowerXConstraint(EVT ConstraintVT) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4468 const char *TargetLowering::LowerXConstraint(EVT ConstraintVT) const { in LowerXConstraint() function in TargetLowering
5004 if (const char *Repl = LowerXConstraint(OpInfo.ConstraintVT)) { in ComputeConstraintToUse()