/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A 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/ |
H A D | BPFISelLowering.h | 50 getConstraintType(StringRef Constraint) const override;
|
H A 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/ |
H A D | MSP430ISelLowering.h | 108 getConstraintType(StringRef Constraint) const override;
|
H A 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/CSKY/ |
H A D | CSKYISelLowering.h | 91 ConstraintType getConstraintType(StringRef Constraint) const override;
|
H A D | CSKYISelLowering.cpp | 791 CSKYTargetLowering::getConstraintType(StringRef Constraint) const { in getConstraintType() function in CSKYTargetLowering 809 return TargetLowering::getConstraintType(Constraint); in getConstraintType()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.h | 126 ConstraintType getConstraintType(StringRef Constraint) const override;
|
H A 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/ |
H A D | SparcISelLowering.h | 86 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.h | 159 ConstraintType getConstraintType(StringRef ConstraintStr) const override;
|
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.h | 235 ConstraintType getConstraintType(StringRef Constraint) const override;
|
H A D | LoongArchISelLowering.cpp | 2918 LoongArchTargetLowering::getConstraintType(StringRef Constraint) const { in getConstraintType() function in LoongArchTargetLowering 2956 return TargetLowering::getConstraintType(Constraint); in getConstraintType()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
H A D | VEISelLowering.h | 229 ConstraintType getConstraintType(StringRef Constraint) const override;
|
H A 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/ |
H A D | NVPTXISelLowering.h | 493 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 443 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.h | 480 getConstraintType(StringRef Constraint) const override;
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.h | 624 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.h | 438 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.h | 517 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.h | 295 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 1130 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.h | 968 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 1245 ConstraintType getConstraintType(StringRef Constraint) const override;
|