Home
last modified time | relevance | path

Searched refs:ConstraintType (Results 1 – 25 of 39) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp68 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 DBPFISelLowering.h49 BPFTargetLowering::ConstraintType
H A DBPFISelLowering.cpp223 BPFTargetLowering::ConstraintType
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1500 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 DCodeGenDAGPatterns.h382 } ConstraintType; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h107 TargetLowering::ConstraintType
H A DMSP430ISelLowering.cpp380 TargetLowering::ConstraintType
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelLowering.h124 ConstraintType getConstraintType(StringRef Constraint) const override;
H A DAVRISelLowering.cpp1750 AVRTargetLowering::ConstraintType
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h76 ConstraintType getConstraintType(StringRef Constraint) const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.h192 ConstraintType getConstraintType(StringRef Constraint) const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelLowering.h159 ConstraintType getConstraintType(StringRef ConstraintStr) const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h478 ConstraintType getConstraintType(StringRef Constraint) const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h341 ConstraintType getConstraintType(StringRef Constraint) const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h455 TargetLowering::ConstraintType
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4110 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 DSelectionDAGBuilder.cpp8216 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 DTargetLowering.cpp4422 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 DHexagonISelLowering.h275 ConstraintType getConstraintType(StringRef Constraint) const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h413 ConstraintType getConstraintType(StringRef Constraint) const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.h616 ConstraintType getConstraintType(StringRef Constraint) const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.h510 ConstraintType getConstraintType(StringRef Constraint) const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h908 ConstraintType getConstraintType(StringRef Constraint) const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h1121 ConstraintType getConstraintType(StringRef Constraint) const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1017 ConstraintType getConstraintType(StringRef Constraint) const override;

12