/netbsd-src/external/apache2/llvm/dist/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() 142 static unsigned getConstraintGenerality(TargetLowering::ConstraintType CT) { in getConstraintGenerality() 162 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in chooseConstraint() 167 TargetLowering::ConstraintType CType = in chooseConstraint() 202 OpInfo.ConstraintType = BestType; in chooseConstraint() 212 OpInfo.ConstraintType = TLI->getConstraintType(OpInfo.ConstraintCode); in computeConstraintToUse() 230 OpInfo.ConstraintType = TLI->getConstraintType(OpInfo.ConstraintCode); in computeConstraintToUse() 376 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in lowerInlineAsm() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
H A D | BPFISelLowering.h | 49 BPFTargetLowering::ConstraintType
|
H A D | BPFISelLowering.cpp | 223 BPFTargetLowering::ConstraintType
|
/netbsd-src/external/apache2/llvm/dist/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() 1517 ConstraintType = SDTCisVTSmallerThanOp; in SDTypeConstraint() 1521 ConstraintType = SDTCisOpSmallerThanOp; in SDTypeConstraint() 1525 ConstraintType = SDTCisEltOfVec; in SDTypeConstraint() 1528 ConstraintType = SDTCisSubVecOfVec; in SDTypeConstraint() [all …]
|
H A D | CodeGenDAGPatterns.h | 382 } ConstraintType; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelLowering.h | 107 TargetLowering::ConstraintType
|
H A D | MSP430ISelLowering.cpp | 380 TargetLowering::ConstraintType
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.h | 124 ConstraintType getConstraintType(StringRef Constraint) const override;
|
H A D | AVRISelLowering.cpp | 1750 AVRTargetLowering::ConstraintType
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.h | 76 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
H A D | VEISelLowering.h | 192 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.h | 159 ConstraintType getConstraintType(StringRef ConstraintStr) const override;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.h | 478 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 341 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.h | 455 TargetLowering::ConstraintType
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 4110 enum ConstraintType { enum 4144 TargetLowering::ConstraintType ConstraintType = TargetLowering::C_Unknown; member 4196 virtual ConstraintType getConstraintType(StringRef Constraint) const;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 8216 if (OpInfo.ConstraintType == TargetLowering::C_Memory) in GetRegistersForValue() 8348 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in update() 8349 OpInfo.ConstraintType == TargetLowering::C_Other) { in update() 8443 if (T.ConstraintType == TargetLowering::C_Immediate && in visitInlineAsm() 8490 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm() 8496 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm() 8558 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in visitInlineAsm() 8656 if (OpInfo.ConstraintType == TargetLowering::C_Other && in visitInlineAsm() 8658 OpInfo.ConstraintType = TargetLowering::C_Memory; in visitInlineAsm() 8660 if (OpInfo.ConstraintType == TargetLowering::C_Immediate || in visitInlineAsm() [all …]
|
H A D | TargetLowering.cpp | 4422 TargetLowering::ConstraintType 4809 static unsigned getConstraintGenerality(TargetLowering::ConstraintType CT) { in getConstraintGenerality() 4923 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in ChooseConstraint() 4928 TargetLowering::ConstraintType CType = in ChooseConstraint() 4970 OpInfo.ConstraintType = BestType; in ChooseConstraint() 4983 OpInfo.ConstraintType = getConstraintType(OpInfo.ConstraintCode); in ComputeConstraintToUse() 5006 OpInfo.ConstraintType = getConstraintType(OpInfo.ConstraintCode); in ComputeConstraintToUse()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.h | 275 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.h | 413 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.h | 616 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.h | 510 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.h | 908 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 1121 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 1017 ConstraintType getConstraintType(StringRef Constraint) const override;
|