Home
last modified time | relevance | path

Searched refs:getConstraintType (Results 1 – 25 of 34) sorted by relevance

12

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DInlineAsmLowering.cpp164 TLI->getConstraintType(OpInfo.Codes[i]); in chooseConstraint()
208 OpInfo.ConstraintType = TLI->getConstraintType(OpInfo.ConstraintCode); in computeConstraintToUse()
226 OpInfo.ConstraintType = TLI->getConstraintType(OpInfo.ConstraintCode); in computeConstraintToUse()
/openbsd/src/gnu/llvm/llvm/lib/Target/BPF/
DBPFISelLowering.h50 getConstraintType(StringRef Constraint) const override;
DBPFISelLowering.cpp225 BPFTargetLowering::getConstraintType(StringRef Constraint) const { in getConstraintType() function in BPFTargetLowering
235 return TargetLowering::getConstraintType(Constraint); in getConstraintType()
/openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h108 getConstraintType(StringRef Constraint) const override;
DMSP430ISelLowering.cpp381 MSP430TargetLowering::getConstraintType(StringRef Constraint) const { in getConstraintType() function in MSP430TargetLowering
390 return TargetLowering::getConstraintType(Constraint); in getConstraintType()
/openbsd/src/gnu/llvm/llvm/lib/Target/AVR/
DAVRISelLowering.h126 ConstraintType getConstraintType(StringRef Constraint) const override;
DAVRISelLowering.cpp2416 AVRTargetLowering::getConstraintType(StringRef Constraint) const { in getConstraintType() function in llvm::AVRTargetLowering
2455 return TargetLowering::getConstraintType(Constraint); in getConstraintType()
/openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/
DSparcISelLowering.h86 ConstraintType getConstraintType(StringRef Constraint) const override;
DSparcISelLowering.cpp3378 SparcTargetLowering::getConstraintType(StringRef Constraint) const { in getConstraintType() function in SparcTargetLowering
3391 return TargetLowering::getConstraintType(Constraint); in getConstraintType()
/openbsd/src/gnu/llvm/llvm/lib/Target/VE/
DVEISelLowering.h229 ConstraintType getConstraintType(StringRef Constraint) const override;
DVEISelLowering.cpp3052 VETargetLowering::getConstraintType(StringRef Constraint) const { in getConstraintType() function in VETargetLowering
3061 return TargetLowering::getConstraintType(Constraint); in getConstraintType()
/openbsd/src/gnu/llvm/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h493 ConstraintType getConstraintType(StringRef Constraint) const override;
DNVPTXISelLowering.cpp4568 NVPTXTargetLowering::getConstraintType(StringRef Constraint) const { in getConstraintType() function in NVPTXTargetLowering
4585 return TargetLowering::getConstraintType(Constraint); in getConstraintType()
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVISelLowering.h443 ConstraintType getConstraintType(StringRef Constraint) const override;
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsISelLowering.h624 ConstraintType getConstraintType(StringRef Constraint) const override;
DMipsISelLowering.cpp3928 MipsTargetLowering::getConstraintType(StringRef Constraint) const { in getConstraintType() function in MipsTargetLowering
3960 return TargetLowering::getConstraintType(Constraint); in getConstraintType()
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h480 getConstraintType(StringRef Constraint) const override;
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIISelLowering.h438 ConstraintType getConstraintType(StringRef Constraint) const override;
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h295 ConstraintType getConstraintType(StringRef Constraint) const override;
DHexagonISelLowering.cpp3557 HexagonTargetLowering::getConstraintType(StringRef Constraint) const { in getConstraintType() function in HexagonTargetLowering
3571 return TargetLowering::getConstraintType(Constraint); in getConstraintType()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMISelLowering.h517 ConstraintType getConstraintType(StringRef Constraint) const override;
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h1130 ConstraintType getConstraintType(StringRef Constraint) const override;
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCISelLowering.h968 ConstraintType getConstraintType(StringRef Constraint) const override;
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelLowering.h1245 ConstraintType getConstraintType(StringRef Constraint) const override;
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetLowering.h4673 virtual ConstraintType getConstraintType(StringRef Constraint) const;

12