| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InlineAsmLowering.cpp | 68 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in update() 69 OpInfo.ConstraintType == TargetLowering::C_Other) { in update() 94 if (OpInfo.ConstraintType == TargetLowering::C_Memory) in getRegistersForValue() 167 TargetLowering::ConstraintType CType = in chooseConstraint() 202 OpInfo.ConstraintType = BestType; in chooseConstraint() 381 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in lowerInlineAsm() 484 if (OpInfo.ConstraintType == TargetLowering::C_Other && in lowerInlineAsm() 491 if (OpInfo.ConstraintType == TargetLowering::C_Immediate || in lowerInlineAsm() 492 OpInfo.ConstraintType == TargetLowering::C_Other) { in lowerInlineAsm() 514 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in lowerInlineAsm() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFISelLowering.h | 49 BPFTargetLowering::ConstraintType
|
| H A D | BPFISelLowering.cpp | 223 BPFTargetLowering::ConstraintType
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.h | 119 enum ConstraintType { enum
|
| H A D | EmulateInstructionARM64.cpp | 93 EmulateInstructionARM64::ConstraintType 95 EmulateInstructionARM64::ConstraintType result = in ConstrainUnpredictable()
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.cpp | 1500 ConstraintType = SDTCisVT; in SDTypeConstraint() 1506 ConstraintType = SDTCisPtrTy; in SDTypeConstraint() 1508 ConstraintType = SDTCisInt; in SDTypeConstraint() 1510 ConstraintType = SDTCisFP; in SDTypeConstraint() 1512 ConstraintType = SDTCisVec; in SDTypeConstraint() 1514 ConstraintType = SDTCisSameAs; in SDTypeConstraint() 1525 ConstraintType = SDTCisEltOfVec; in SDTypeConstraint() 1528 ConstraintType = SDTCisSubVecOfVec; in SDTypeConstraint() 1532 ConstraintType = SDTCVecEltisVT; in SDTypeConstraint() 1548 ConstraintType = SDTCisSameSizeAs; in SDTypeConstraint() [all …]
|
| H A D | CodeGenDAGPatterns.h | 382 } ConstraintType; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.h | 107 TargetLowering::ConstraintType
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.h | 120 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.h | 76 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.h | 159 ConstraintType getConstraintType(StringRef ConstraintStr) const override;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.h | 195 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.h | 478 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 360 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 4138 enum ConstraintType { enum 4172 TargetLowering::ConstraintType ConstraintType = TargetLowering::C_Unknown; member 4224 virtual ConstraintType getConstraintType(StringRef Constraint) const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 476 TargetLowering::ConstraintType
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 616 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.h | 411 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 8275 if (OpInfo.ConstraintType == TargetLowering::C_Memory) in GetRegistersForValue() 8407 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in update() 8408 OpInfo.ConstraintType == TargetLowering::C_Other) { in update() 8502 if (T.ConstraintType == TargetLowering::C_Immediate && in visitInlineAsm() 8549 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm() 8555 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm() 8617 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in visitInlineAsm() 8714 if (OpInfo.ConstraintType == TargetLowering::C_Other && in visitInlineAsm() 8716 OpInfo.ConstraintType = TargetLowering::C_Memory; in visitInlineAsm() 8719 OpInfo.ConstraintType == TargetLowering::C_Other) { in visitInlineAsm() [all …]
|
| H A D | TargetLowering.cpp | 4447 TargetLowering::ConstraintType 4835 static unsigned getConstraintGenerality(TargetLowering::ConstraintType CT) { in getConstraintGenerality() 4949 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in ChooseConstraint() 4954 TargetLowering::ConstraintType CType = in ChooseConstraint() 4996 OpInfo.ConstraintType = BestType; in ChooseConstraint() 5009 OpInfo.ConstraintType = getConstraintType(OpInfo.ConstraintCode); in ComputeConstraintToUse() 5032 OpInfo.ConstraintType = getConstraintType(OpInfo.ConstraintCode); in ComputeConstraintToUse()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 275 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 523 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 925 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 1036 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1121 ConstraintType getConstraintType(StringRef Constraint) const override;
|