Searched refs:ConstraintType (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp68 if (OpInfo.ConstraintType == TargetLowering::C_Memory ||
69 OpInfo.ConstraintType == TargetLowering::C_Other) {
94 if (OpInfo.ConstraintType == TargetLowering::C_Memory)
142 static unsigned getConstraintGenerality(TargetLowering::ConstraintType CT) {
162 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown;
167 TargetLowering::ConstraintType CType =
202 OpInfo.ConstraintType = BestType;
212 OpInfo.ConstraintType = TLI->getConstraintType(OpInfo.ConstraintCode);
230 OpInfo.ConstraintType = TLI->getConstraintType(OpInfo.ConstraintCode);
344 // Compute the constraint code and ConstraintType t
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h119 enum ConstraintType { enum in class:EmulateInstructionARM64
H A DEmulateInstructionARM64.cpp93 EmulateInstructionARM64::ConstraintType
95 EmulateInstructionARM64::ConstraintType result =
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h112 ConstraintType getConstraintType(StringRef Constraint) const override;
H A DAVRISelLowering.cpp1649 AVRTargetLowering::ConstraintType
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h107 TargetLowering::ConstraintType
H A DMSP430ISelLowering.cpp381 TargetLowering::ConstraintType
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h76 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h97 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1452 ConstraintType = SDTCisVT;
1458 ConstraintType = SDTCisPtrTy;
1460 ConstraintType = SDTCisInt;
1462 ConstraintType = SDTCisFP;
1464 ConstraintType = SDTCisVec;
1466 ConstraintType = SDTCisSameAs;
1469 ConstraintType = SDTCisVTSmallerThanOp;
1473 ConstraintType = SDTCisOpSmallerThanOp;
1477 ConstraintType = SDTCisEltOfVec;
1480 ConstraintType
[all...]
H A DCodeGenDAGPatterns.h386 } ConstraintType; member in struct:llvm::SDTypeConstraint
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h478 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4071 enum ConstraintType { enum in class:llvm::TargetLoweringBase::TargetLowering
4105 TargetLowering::ConstraintType ConstraintType = TargetLowering::C_Unknown; member in struct:llvm::TargetLoweringBase::TargetLowering::AsmOperandInfo
4149 /// AsmOperandInfo, setting OpInfo.ConstraintCode and OpInfo.ConstraintType.
4157 virtual ConstraintType getConstraintType(StringRef Constraint) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h459 TargetLowering::ConstraintType
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7920 if (OpInfo.ConstraintType == TargetLowering::C_Memory)
8052 if (OpInfo.ConstraintType == TargetLowering::C_Memory ||
8053 OpInfo.ConstraintType == TargetLowering::C_Other) {
8144 // Compute the constraint code and ConstraintType to use.
8147 if (T.ConstraintType == TargetLowering::C_Immediate &&
8182 // Compute the constraint code and ConstraintType to use.
8185 if (OpInfo.ConstraintType == TargetLowering::C_Memory &&
8191 if (OpInfo.ConstraintType == TargetLowering::C_Memory &&
8253 if (OpInfo.ConstraintType == TargetLowering::C_Memory) {
8351 if (OpInfo.ConstraintType
[all...]
H A DTargetLowering.cpp4260 TargetLowering::ConstraintType
4649 static unsigned getConstraintGenerality(TargetLowering::ConstraintType CT) {
4763 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown;
4768 TargetLowering::ConstraintType CType =
4810 OpInfo.ConstraintType = BestType;
4814 /// AsmOperandInfo, setting OpInfo.ConstraintCode and OpInfo.ConstraintType.
4823 OpInfo.ConstraintType = getConstraintType(OpInfo.ConstraintCode);
4846 OpInfo.ConstraintType = getConstraintType(OpInfo.ConstraintCode);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h462 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h268 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h630 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp185 TargetLowering::ConstraintType CType = TLI.getConstraintType(CI.Codes[j]);
H A DCodeGenPrepare.cpp4622 // Compute the constraint code and ConstraintType to use.
4628 (OpInfo.ConstraintType != TargetLowering::C_Memory ||
5384 // Compute the constraint code and ConstraintType to use.
5387 if (OpInfo.ConstraintType == TargetLowering::C_Memory &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h907 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h395 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h822 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1089 ConstraintType getConstraintType(StringRef Constraint) const override;

Completed in 411 milliseconds

12