Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/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()
167 TargetLowering::ConstraintType CType = in chooseConstraint()
202 OpInfo.ConstraintType = BestType; in chooseConstraint()
381 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in lowerInlineAsm()
484 if (OpInfo.ConstraintType == TargetLowering::C_Other && in lowerInlineAsm()
491 if (OpInfo.ConstraintType == TargetLowering::C_Immediate || in lowerInlineAsm()
492 OpInfo.ConstraintType == TargetLowering::C_Other) { in lowerInlineAsm()
514 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in lowerInlineAsm()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.h49 BPFTargetLowering::ConstraintType
H A DBPFISelLowering.cpp223 BPFTargetLowering::ConstraintType
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h119 enum ConstraintType { enum
H A DEmulateInstructionARM64.cpp93 EmulateInstructionARM64::ConstraintType
95 EmulateInstructionARM64::ConstraintType result = in ConstrainUnpredictable()
/freebsd-13.1/contrib/llvm-project/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()
1525 ConstraintType = SDTCisEltOfVec; in SDTypeConstraint()
1528 ConstraintType = SDTCisSubVecOfVec; in SDTypeConstraint()
1532 ConstraintType = SDTCVecEltisVT; in SDTypeConstraint()
1548 ConstraintType = SDTCisSameSizeAs; in SDTypeConstraint()
[all …]
H A DCodeGenDAGPatterns.h382 } ConstraintType; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h107 TargetLowering::ConstraintType
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h120 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h76 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.h159 ConstraintType getConstraintType(StringRef ConstraintStr) const override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h195 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h478 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h360 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4138 enum ConstraintType { enum
4172 TargetLowering::ConstraintType ConstraintType = TargetLowering::C_Unknown; member
4224 virtual ConstraintType getConstraintType(StringRef Constraint) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h476 TargetLowering::ConstraintType
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h616 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h411 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8275 if (OpInfo.ConstraintType == TargetLowering::C_Memory) in GetRegistersForValue()
8407 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in update()
8408 OpInfo.ConstraintType == TargetLowering::C_Other) { in update()
8502 if (T.ConstraintType == TargetLowering::C_Immediate && in visitInlineAsm()
8549 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm()
8555 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm()
8617 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in visitInlineAsm()
8714 if (OpInfo.ConstraintType == TargetLowering::C_Other && in visitInlineAsm()
8716 OpInfo.ConstraintType = TargetLowering::C_Memory; in visitInlineAsm()
8719 OpInfo.ConstraintType == TargetLowering::C_Other) { in visitInlineAsm()
[all …]
H A DTargetLowering.cpp4447 TargetLowering::ConstraintType
4835 static unsigned getConstraintGenerality(TargetLowering::ConstraintType CT) { in getConstraintGenerality()
4949 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in ChooseConstraint()
4954 TargetLowering::ConstraintType CType = in ChooseConstraint()
4996 OpInfo.ConstraintType = BestType; in ChooseConstraint()
5009 OpInfo.ConstraintType = getConstraintType(OpInfo.ConstraintCode); in ComputeConstraintToUse()
5032 OpInfo.ConstraintType = getConstraintType(OpInfo.ConstraintCode); in ComputeConstraintToUse()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h275 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h523 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h925 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1036 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1121 ConstraintType getConstraintType(StringRef Constraint) const override;

12