| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| D | InlineAsmLowering.cpp | 164 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/ |
| D | BPFISelLowering.h | 50 getConstraintType(StringRef Constraint) const override;
|
| D | BPFISelLowering.cpp | 225 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/ |
| D | MSP430ISelLowering.h | 108 getConstraintType(StringRef Constraint) const override;
|
| D | MSP430ISelLowering.cpp | 381 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/ |
| D | AVRISelLowering.h | 126 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| D | AVRISelLowering.cpp | 2416 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/ |
| D | SparcISelLowering.h | 86 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| D | SparcISelLowering.cpp | 3378 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/ |
| D | VEISelLowering.h | 229 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| D | VEISelLowering.cpp | 3052 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/ |
| D | NVPTXISelLowering.h | 493 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| D | NVPTXISelLowering.cpp | 4568 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/ |
| D | RISCVISelLowering.h | 443 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Mips/ |
| D | MipsISelLowering.h | 624 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| D | MipsISelLowering.cpp | 3928 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/ |
| D | SystemZISelLowering.h | 480 getConstraintType(StringRef Constraint) const override;
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | SIISelLowering.h | 438 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| D | HexagonISelLowering.h | 295 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| D | HexagonISelLowering.cpp | 3557 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/ |
| D | ARMISelLowering.h | 517 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.h | 1130 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| D | PPCISelLowering.h | 968 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86ISelLowering.h | 1245 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | TargetLowering.h | 4673 virtual ConstraintType getConstraintType(StringRef Constraint) const;
|