Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp63 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in update()
64 OpInfo.ConstraintType == TargetLowering::C_Other) { in update()
89 if (OpInfo.ConstraintType == TargetLowering::C_Memory) in getRegistersForValue()
143 OpInfo.ConstraintType = TLI->getConstraintType(OpInfo.ConstraintCode); in computeConstraintToUse()
156 OpInfo.ConstraintType = G[BestIdx].second; in computeConstraintToUse()
172 OpInfo.ConstraintType = TLI->getConstraintType(OpInfo.ConstraintCode); in computeConstraintToUse()
321 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in lowerInlineAsm()
341 assert(OpInfo.ConstraintType == TargetLowering::C_Register || in lowerInlineAsm()
342 OpInfo.ConstraintType == TargetLowering::C_RegisterClass || in lowerInlineAsm()
343 OpInfo.ConstraintType == TargetLowering::C_Other); in lowerInlineAsm()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h118 enum ConstraintType { enum
H A DEmulateInstructionARM64.cpp93 EmulateInstructionARM64::ConstraintType
95 EmulateInstructionARM64::ConstraintType result = in ConstrainUnpredictable()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.h49 BPFTargetLowering::ConstraintType
H A DBPFISelLowering.cpp241 BPFTargetLowering::ConstraintType
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp1536 ConstraintType = SDTCisVT; in SDTypeConstraint()
1542 ConstraintType = SDTCisPtrTy; in SDTypeConstraint()
1544 ConstraintType = SDTCisInt; in SDTypeConstraint()
1546 ConstraintType = SDTCisFP; in SDTypeConstraint()
1548 ConstraintType = SDTCisVec; in SDTypeConstraint()
1550 ConstraintType = SDTCisSameAs; in SDTypeConstraint()
1553 ConstraintType = SDTCisVTSmallerThanOp; in SDTypeConstraint()
1557 ConstraintType = SDTCisOpSmallerThanOp; in SDTypeConstraint()
1561 ConstraintType = SDTCisEltOfVec; in SDTypeConstraint()
1564 ConstraintType = SDTCisSubVecOfVec; in SDTypeConstraint()
[all …]
H A DCodeGenDAGPatterns.h375 } ConstraintType; member
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h107 TargetLowering::ConstraintType
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h126 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.h91 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h87 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h319 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.h159 ConstraintType getConstraintType(StringRef ConstraintStr) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h319 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h512 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9609 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in getRegistersForValue()
9610 OpInfo.ConstraintType == TargetLowering::C_Address) in getRegistersForValue()
9746 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in update()
9747 OpInfo.ConstraintType == TargetLowering::C_Other) { in update()
9812 if (T.ConstraintType == TargetLowering::C_Immediate && in visitInlineAsm()
9866 if ((OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm()
9868 OpInfo.ConstraintType == TargetLowering::C_Address) in visitInlineAsm()
9894 OpInfo.ConstraintType = TargetLowering::C_Address; in visitInlineAsm()
9899 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm()
9969 assert((OpInfo.ConstraintType != TargetLowering::C_Address || in visitInlineAsm()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4928 enum ConstraintType { enum
4963 TargetLowering::ConstraintType ConstraintType = TargetLowering::C_Unknown; member
5015 virtual ConstraintType getConstraintType(StringRef Constraint) const;
5017 using ConstraintPair = std::pair<StringRef, TargetLowering::ConstraintType>;
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h626 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h516 TargetLowering::ConstraintType
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h523 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h298 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h485 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h631 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h970 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1278 ConstraintType getConstraintType(StringRef Constraint) const override;

12