| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InlineAsmLowering.cpp | 63 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in update() 64 OpInfo.ConstraintType == TargetLowering::C_Other) { in update() 89 if (OpInfo.ConstraintType == TargetLowering::C_Memory) in getRegistersForValue() 137 static unsigned getConstraintGenerality(TargetLowering::ConstraintType CT) { in getConstraintGenerality() 158 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in chooseConstraint() 163 TargetLowering::ConstraintType CType = in chooseConstraint() 198 OpInfo.ConstraintType = BestType; in chooseConstraint() 208 OpInfo.ConstraintType = TLI->getConstraintType(OpInfo.ConstraintCode); in computeConstraintToUse() 226 OpInfo.ConstraintType = TLI->getConstraintType(OpInfo.ConstraintCode); in computeConstraintToUse() 375 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in lowerInlineAsm() [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.h | 118 enum ConstraintType { enum
|
| H A D | EmulateInstructionARM64.cpp | 93 EmulateInstructionARM64::ConstraintType 95 EmulateInstructionARM64::ConstraintType result = in ConstrainUnpredictable()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
| H A D | BPFISelLowering.h | 49 BPFTargetLowering::ConstraintType
|
| H A D | BPFISelLowering.cpp | 224 BPFTargetLowering::ConstraintType
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.cpp | 1553 ConstraintType = SDTCisVT; in SDTypeConstraint() 1559 ConstraintType = SDTCisPtrTy; in SDTypeConstraint() 1561 ConstraintType = SDTCisInt; in SDTypeConstraint() 1563 ConstraintType = SDTCisFP; in SDTypeConstraint() 1565 ConstraintType = SDTCisVec; in SDTypeConstraint() 1567 ConstraintType = SDTCisSameAs; in SDTypeConstraint() 1570 ConstraintType = SDTCisVTSmallerThanOp; in SDTypeConstraint() 1574 ConstraintType = SDTCisOpSmallerThanOp; in SDTypeConstraint() 1578 ConstraintType = SDTCisEltOfVec; in SDTypeConstraint() 1581 ConstraintType = SDTCisSubVecOfVec; in SDTypeConstraint() [all …]
|
| H A D | CodeGenDAGPatterns.h | 387 } ConstraintType; member
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.h | 107 TargetLowering::ConstraintType
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.h | 91 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.h | 126 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /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;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.h | 229 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /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/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 8683 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in getRegistersForValue() 8684 OpInfo.ConstraintType == TargetLowering::C_Address) in getRegistersForValue() 8821 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in update() 8822 OpInfo.ConstraintType == TargetLowering::C_Other) { in update() 8887 if (T.ConstraintType == TargetLowering::C_Immediate && in visitInlineAsm() 8941 if ((OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm() 8943 OpInfo.ConstraintType == TargetLowering::C_Address) in visitInlineAsm() 8969 OpInfo.ConstraintType = TargetLowering::C_Address; in visitInlineAsm() 8974 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm() 9044 assert((OpInfo.ConstraintType != TargetLowering::C_Address || in visitInlineAsm() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 4586 enum ConstraintType { enum 4621 TargetLowering::ConstraintType ConstraintType = TargetLowering::C_Unknown; member 4673 virtual ConstraintType getConstraintType(StringRef Constraint) const;
|
| /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 | 479 TargetLowering::ConstraintType
|
| /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;
|