Searched refs:getConstraintType (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h112 ConstraintType getConstraintType(StringRef Constraint) const override;
H A DAVRISelLowering.cpp1687 AVRTargetLowering::getConstraintType(StringRef Constraint) const { function in class:llvm::AVRTargetLowering
1723 return TargetLowering::getConstraintType(Constraint);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h104 getConstraintType(StringRef Constraint) const override;
H A DMSP430ISelLowering.cpp379 /// getConstraintType - Given a constraint letter, return the type of
382 MSP430TargetLowering::getConstraintType(StringRef Constraint) const { function in class:MSP430TargetLowering
391 return TargetLowering::getConstraintType(Constraint);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h95 ConstraintType getConstraintType(StringRef Constraint) const override;
H A DRISCVISelLowering.cpp2575 /// getConstraintType - Given a constraint letter, return the type of
2578 RISCVTargetLowering::getConstraintType(StringRef Constraint) const { function in class:RISCVTargetLowering
2593 return TargetLowering::getConstraintType(Constraint);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h76 ConstraintType getConstraintType(StringRef Constraint) const override;
H A DSparcISelLowering.cpp3176 /// getConstraintType - Given a constraint letter, return the type of
3179 SparcTargetLowering::getConstraintType(StringRef Constraint) const { function in class:SparcTargetLowering
3192 return TargetLowering::getConstraintType(Constraint);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h478 ConstraintType getConstraintType(StringRef Constraint) const override;
H A DNVPTXISelLowering.cpp4252 /// getConstraintType - Given a constraint letter, return the type of
4255 NVPTXTargetLowering::getConstraintType(StringRef Constraint) const { function in class:NVPTXTargetLowering
4272 return TargetLowering::getConstraintType(Constraint);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h379 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h267 ConstraintType getConstraintType(StringRef Constraint) const override;
H A DHexagonISelLowering.cpp3036 HexagonTargetLowering::getConstraintType(StringRef Constraint) const { function in class:HexagonTargetLowering
3050 return TargetLowering::getConstraintType(Constraint);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h445 getConstraintType(StringRef Constraint) const override;
H A DSystemZISelLowering.cpp983 SystemZTargetLowering::getConstraintType(StringRef Constraint) const { function in class:SystemZTargetLowering
1012 return TargetLowering::getConstraintType(Constraint);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp184 TargetLowering::ConstraintType CType = TLI.getConstraintType(CI.Codes[j]);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h770 ConstraintType getConstraintType(StringRef Constraint) const override;
H A DAArch64ISelLowering.cpp6189 /// getConstraintType - Given a constraint letter, return the type of
6192 AArch64TargetLowering::getConstraintType(StringRef Constraint) const { function in class:AArch64TargetLowering
6221 return TargetLowering::getConstraintType(Constraint);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h423 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h630 ConstraintType getConstraintType(StringRef Constraint) const override;
H A DMipsISelLowering.cpp3882 /// getConstraintType - Given a constraint letter, return the type of
3885 MipsTargetLowering::getConstraintType(StringRef Constraint) const { function in class:MipsTargetLowering
3915 return TargetLowering::getConstraintType(Constraint);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h797 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h980 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4042 TargetLowering::getConstraintType(StringRef Constraint) const { function in class:TargetLowering
4551 TLI.getConstraintType(OpInfo.Codes[i]);
4605 OpInfo.ConstraintType = getConstraintType(OpInfo.ConstraintCode);
4628 OpInfo.ConstraintType = getConstraintType(OpInfo.ConstraintCode);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3942 virtual ConstraintType getConstraintType(StringRef Constraint) const;

Completed in 665 milliseconds

12