| /freebsd-12.1/contrib/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.h | 105 getConstraintType(StringRef Constraint) const override;
|
| H A D | MSP430ISelLowering.cpp | 364 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 D | AVRISelLowering.h | 113 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| H A D | AVRISelLowering.cpp | 1683 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 D | SparcISelLowering.h | 77 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| H A D | SparcISelLowering.cpp | 3177 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 D | NVPTXISelLowering.h | 479 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| H A D | NVPTXISelLowering.cpp | 3989 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 D | SystemZISelLowering.h | 418 getConstraintType(StringRef Constraint) const override;
|
| H A D | SystemZISelLowering.cpp | 751 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 D | SIISelLowering.h | 332 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| H A D | SIISelLowering.cpp | 9517 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 D | HexagonISelLowering.h | 260 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| H A D | HexagonISelLowering.cpp | 2850 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 D | Analysis.cpp | 144 TargetLowering::ConstraintType CType = TLI.getConstraintType(CI.Codes[j]); in hasInlineAsmMemConstraint()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 628 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| H A D | MipsISelLowering.cpp | 3678 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 D | AArch64ISelLowering.h | 674 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| H A D | AArch64ISelLowering.cpp | 5607 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 D | ARMISelLowering.h | 399 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 736 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| H A D | PPCISelLowering.cpp | 13481 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 D | X86ISelLowering.h | 888 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 3130 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 D | TargetLowering.h | 3607 virtual ConstraintType getConstraintType(StringRef Constraint) const;
|