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

12

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp63 if (OpInfo.ConstraintType == TargetLowering::C_Memory ||
64 OpInfo.ConstraintType == TargetLowering::C_Other) {
89 if (OpInfo.ConstraintType == TargetLowering::C_Memory)
143 OpInfo.ConstraintType = TLI->getConstraintType(OpInfo.ConstraintCode);
156 OpInfo.ConstraintType = G[BestIdx].second;
172 OpInfo.ConstraintType = TLI->getConstraintType(OpInfo.ConstraintCode);
289 // Compute the constraint code and ConstraintType to use.
321 if (OpInfo.ConstraintType == TargetLowering::C_Memory) {
341 assert(OpInfo.ConstraintType == TargetLowering::C_Register ||
342 OpInfo.ConstraintType
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h118 enum ConstraintType { enum in class:EmulateInstructionARM64
H A DEmulateInstructionARM64.cpp93 EmulateInstructionARM64::ConstraintType
95 EmulateInstructionARM64::ConstraintType result =
/freebsd-current/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.h49 BPFTargetLowering::ConstraintType
H A DBPFISelLowering.cpp242 BPFTargetLowering::ConstraintType
/freebsd-current/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h107 TargetLowering::ConstraintType
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h126 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.h91 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h87 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.h159 ConstraintType getConstraintType(StringRef ConstraintStr) const override;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h299 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1534 ConstraintType = SDTCisVT;
1540 ConstraintType = SDTCisPtrTy;
1542 ConstraintType = SDTCisInt;
1544 ConstraintType = SDTCisFP;
1546 ConstraintType = SDTCisVec;
1548 ConstraintType = SDTCisSameAs;
1551 ConstraintType = SDTCisVTSmallerThanOp;
1555 ConstraintType = SDTCisOpSmallerThanOp;
1559 ConstraintType = SDTCisEltOfVec;
1562 ConstraintType
[all...]
H A DCodeGenDAGPatterns.h380 } ConstraintType; member in struct:llvm::SDTypeConstraint
/freebsd-current/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h508 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h319 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9091 if (OpInfo.ConstraintType == TargetLowering::C_Memory ||
9092 OpInfo.ConstraintType == TargetLowering::C_Address)
9228 if (OpInfo.ConstraintType == TargetLowering::C_Memory ||
9229 OpInfo.ConstraintType == TargetLowering::C_Other) {
9291 // Compute the constraint code and ConstraintType to use.
9294 if (T.ConstraintType == TargetLowering::C_Immediate &&
9345 // Compute the constraint code and ConstraintType to use.
9348 if ((OpInfo.ConstraintType == TargetLowering::C_Memory &&
9350 OpInfo.ConstraintType == TargetLowering::C_Address)
9376 OpInfo.ConstraintType
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4774 enum ConstraintType { enum in class:llvm::TargetLoweringBase::TargetLowering
4809 TargetLowering::ConstraintType ConstraintType = TargetLowering::C_Unknown; member in struct:llvm::TargetLoweringBase::TargetLowering::AsmOperandInfo
4853 /// AsmOperandInfo, setting OpInfo.ConstraintCode and OpInfo.ConstraintType.
4861 virtual ConstraintType getConstraintType(StringRef Constraint) const;
4863 using ConstraintPair = std::pair<StringRef, TargetLowering::ConstraintType>;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h295 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h477 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h572 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h509 TargetLowering::ConstraintType
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h524 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h622 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h959 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1269 ConstraintType getConstraintType(StringRef Constraint) const override;

Completed in 245 milliseconds

12