Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h133 } ConstraintType; typedef
H A DEmulateInstructionARM64.cpp107 EmulateInstructionARM64::ConstraintType
109 EmulateInstructionARM64::ConstraintType result = in ConstrainUnpredictable()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1359 ConstraintType = SDTCisVT; in SDTypeConstraint()
1365 ConstraintType = SDTCisPtrTy; in SDTypeConstraint()
1367 ConstraintType = SDTCisInt; in SDTypeConstraint()
1369 ConstraintType = SDTCisFP; in SDTypeConstraint()
1371 ConstraintType = SDTCisVec; in SDTypeConstraint()
1373 ConstraintType = SDTCisSameAs; in SDTypeConstraint()
1384 ConstraintType = SDTCisEltOfVec; in SDTypeConstraint()
1387 ConstraintType = SDTCisSubVecOfVec; in SDTypeConstraint()
1391 ConstraintType = SDTCVecEltisVT; in SDTypeConstraint()
1407 ConstraintType = SDTCisSameSizeAs; in SDTypeConstraint()
[all …]
H A DCodeGenDAGPatterns.h375 } ConstraintType; member
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h104 TargetLowering::ConstraintType
H A DMSP430ISelLowering.cpp363 TargetLowering::ConstraintType
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRISelLowering.h113 ConstraintType getConstraintType(StringRef Constraint) const override;
H A DAVRISelLowering.cpp1682 AVRTargetLowering::ConstraintType
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h77 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h479 ConstraintType getConstraintType(StringRef Constraint) const override;
H A DNVPTXISelLowering.cpp3988 NVPTXTargetLowering::ConstraintType
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3522 enum ConstraintType { enum
3555 TargetLowering::ConstraintType ConstraintType = TargetLowering::C_Unknown; member
3607 virtual ConstraintType getConstraintType(StringRef Constraint) const;
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h417 TargetLowering::ConstraintType
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h332 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h260 ConstraintType getConstraintType(StringRef Constraint) const override;
H A DHexagonISelLowering.cpp2849 TargetLowering::ConstraintType
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DAnalysis.cpp144 TargetLowering::ConstraintType CType = TLI.getConstraintType(CI.Codes[j]); in hasInlineAsmMemConstraint()
H A DCodeGenPrepare.cpp4243 (OpInfo.ConstraintType != TargetLowering::C_Memory || in IsOperandAMemoryOperand()
4877 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in optimizeInlineAsmInst()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.h628 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h674 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7487 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in update()
7488 OpInfo.ConstraintType == TargetLowering::C_Other) { in update()
7595 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm()
7601 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm()
7623 if (RefOpInfo.ConstraintType == TargetLowering::C_Register) in visitInlineAsm()
7637 if (RefOpInfo.ConstraintType == TargetLowering::C_RegisterClass) in visitInlineAsm()
7669 OpInfo.ConstraintType != TargetLowering::C_Register) { in visitInlineAsm()
7782 if (OpInfo.ConstraintType == TargetLowering::C_Other && in visitInlineAsm()
7784 OpInfo.ConstraintType = TargetLowering::C_Memory; in visitInlineAsm()
7786 if (OpInfo.ConstraintType == TargetLowering::C_Other) { in visitInlineAsm()
[all …]
H A DTargetLowering.cpp3129 TargetLowering::ConstraintType
3499 static unsigned getConstraintGenerality(TargetLowering::ConstraintType CT) { in getConstraintGenerality()
3612 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in ChooseConstraint()
3617 TargetLowering::ConstraintType CType = in ChooseConstraint()
3652 OpInfo.ConstraintType = BestType; in ChooseConstraint()
3665 OpInfo.ConstraintType = getConstraintType(OpInfo.ConstraintCode); in ComputeConstraintToUse()
3685 OpInfo.ConstraintType = getConstraintType(OpInfo.ConstraintCode); in ComputeConstraintToUse()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h399 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h736 ConstraintType getConstraintType(StringRef Constraint) const override;
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h888 ConstraintType getConstraintType(StringRef Constraint) const override;

12