Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A 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()
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFISelLowering.h50 getConstraintType(StringRef Constraint) const override;
H A DBPFISelLowering.cpp225 BPFTargetLowering::getConstraintType(StringRef Constraint) const { in getConstraintType() function in BPFTargetLowering
235 return TargetLowering::getConstraintType(Constraint); in getConstraintType()
/llvm-project-15.0.7/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h108 getConstraintType(StringRef Constraint) const override;
H A DMSP430ISelLowering.cpp381 MSP430TargetLowering::getConstraintType(StringRef Constraint) const { in getConstraintType() function in MSP430TargetLowering
390 return TargetLowering::getConstraintType(Constraint); in getConstraintType()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.h91 ConstraintType getConstraintType(StringRef Constraint) const override;
H A DCSKYISelLowering.cpp787 CSKYTargetLowering::getConstraintType(StringRef Constraint) const { in getConstraintType() function in CSKYTargetLowering
805 return TargetLowering::getConstraintType(Constraint); in getConstraintType()
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRISelLowering.h123 ConstraintType getConstraintType(StringRef Constraint) const override;
H A DAVRISelLowering.cpp1933 AVRTargetLowering::getConstraintType(StringRef Constraint) const { in getConstraintType() function in llvm::AVRTargetLowering
1972 return TargetLowering::getConstraintType(Constraint); in getConstraintType()
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h80 ConstraintType getConstraintType(StringRef Constraint) const override;
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kISelLowering.h159 ConstraintType getConstraintType(StringRef ConstraintStr) const override;
H A DM68kISelLowering.cpp2705 M68kTargetLowering::getConstraintType(StringRef Constraint) const { in getConstraintType() function in M68kTargetLowering
2736 return TargetLowering::getConstraintType(Constraint); in getConstraintType()
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEISelLowering.h222 ConstraintType getConstraintType(StringRef Constraint) const override;
H A DVEISelLowering.cpp2809 VETargetLowering::getConstraintType(StringRef Constraint) const { in getConstraintType() function in VETargetLowering
2818 return TargetLowering::getConstraintType(Constraint); in getConstraintType()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h488 ConstraintType getConstraintType(StringRef Constraint) const override;
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h432 ConstraintType getConstraintType(StringRef Constraint) const override;
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h482 getConstraintType(StringRef Constraint) const override;
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsISelLowering.h624 ConstraintType getConstraintType(StringRef Constraint) const override;
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h272 ConstraintType getConstraintType(StringRef Constraint) const override;
H A DHexagonISelLowering.cpp3350 HexagonTargetLowering::getConstraintType(StringRef Constraint) const { in getConstraintType() function in HexagonTargetLowering
3364 return TargetLowering::getConstraintType(Constraint); in getConstraintType()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h436 ConstraintType getConstraintType(StringRef Constraint) const override;
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.h524 ConstraintType getConstraintType(StringRef Constraint) const override;
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h961 ConstraintType getConstraintType(StringRef Constraint) const override;
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1079 ConstraintType getConstraintType(StringRef Constraint) const override;
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1184 ConstraintType getConstraintType(StringRef Constraint) const override;

12