Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h105 getConstraintType(StringRef Constraint) const override;
H A DMSP430ISelLowering.cpp364 MSP430TargetLowering::getConstraintType(StringRef Constraint) const { in getConstraintType() function in MSP430TargetLowering
373 return TargetLowering::getConstraintType(Constraint); in getConstraintType()
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRISelLowering.h113 ConstraintType getConstraintType(StringRef Constraint) const override;
H A DAVRISelLowering.cpp1683 AVRTargetLowering::getConstraintType(StringRef Constraint) const { in getConstraintType() function in llvm::AVRTargetLowering
1719 return TargetLowering::getConstraintType(Constraint); in getConstraintType()
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h77 ConstraintType getConstraintType(StringRef Constraint) const override;
H A DSparcISelLowering.cpp3177 SparcTargetLowering::getConstraintType(StringRef Constraint) const { in getConstraintType() function in SparcTargetLowering
3190 return TargetLowering::getConstraintType(Constraint); in getConstraintType()
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h479 ConstraintType getConstraintType(StringRef Constraint) const override;
H A DNVPTXISelLowering.cpp3989 NVPTXTargetLowering::getConstraintType(StringRef Constraint) const { in getConstraintType() function in NVPTXTargetLowering
4006 return TargetLowering::getConstraintType(Constraint); in getConstraintType()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h418 getConstraintType(StringRef Constraint) const override;
H A DSystemZISelLowering.cpp751 SystemZTargetLowering::getConstraintType(StringRef Constraint) const { in getConstraintType() function in SystemZTargetLowering
780 return TargetLowering::getConstraintType(Constraint); in getConstraintType()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h332 ConstraintType getConstraintType(StringRef Constraint) const override;
H A DSIISelLowering.cpp9517 SITargetLowering::getConstraintType(StringRef Constraint) const { in getConstraintType() function in SITargetLowering
9526 return TargetLowering::getConstraintType(Constraint); in getConstraintType()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h260 ConstraintType getConstraintType(StringRef Constraint) const override;
H A DHexagonISelLowering.cpp2850 HexagonTargetLowering::getConstraintType(StringRef Constraint) const { in getConstraintType() function in HexagonTargetLowering
2864 return TargetLowering::getConstraintType(Constraint); in getConstraintType()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DAnalysis.cpp144 TargetLowering::ConstraintType CType = TLI.getConstraintType(CI.Codes[j]); in hasInlineAsmMemConstraint()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.h628 ConstraintType getConstraintType(StringRef Constraint) const override;
H A DMipsISelLowering.cpp3678 MipsTargetLowering::getConstraintType(StringRef Constraint) const { in getConstraintType() function in MipsTargetLowering
3708 return TargetLowering::getConstraintType(Constraint); in getConstraintType()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h674 ConstraintType getConstraintType(StringRef Constraint) const override;
H A DAArch64ISelLowering.cpp5607 AArch64TargetLowering::getConstraintType(StringRef Constraint) const { in getConstraintType() function in AArch64TargetLowering
5625 return TargetLowering::getConstraintType(Constraint); in getConstraintType()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h399 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h736 ConstraintType getConstraintType(StringRef Constraint) const override;
H A DPPCISelLowering.cpp13481 PPCTargetLowering::getConstraintType(StringRef Constraint) const { in getConstraintType() function in PPCTargetLowering
13508 return TargetLowering::getConstraintType(Constraint); in getConstraintType()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h888 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3130 TargetLowering::getConstraintType(StringRef Constraint) const { in getConstraintType() function in TargetLowering
3618 TLI.getConstraintType(OpInfo.Codes[i]); in ChooseConstraint()
3665 OpInfo.ConstraintType = getConstraintType(OpInfo.ConstraintCode); in ComputeConstraintToUse()
3685 OpInfo.ConstraintType = getConstraintType(OpInfo.ConstraintCode); in ComputeConstraintToUse()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3607 virtual ConstraintType getConstraintType(StringRef Constraint) const;

12