| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.h | 133 } ConstraintType; typedef
|
| H A D | EmulateInstructionARM64.cpp | 107 EmulateInstructionARM64::ConstraintType 109 EmulateInstructionARM64::ConstraintType result = in ConstrainUnpredictable()
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.cpp | 1359 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 D | CodeGenDAGPatterns.h | 375 } ConstraintType; member
|
| /freebsd-12.1/contrib/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.h | 104 TargetLowering::ConstraintType
|
| H A D | MSP430ISelLowering.cpp | 363 TargetLowering::ConstraintType
|
| /freebsd-12.1/contrib/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.h | 113 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| H A D | AVRISelLowering.cpp | 1682 AVRTargetLowering::ConstraintType
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.h | 77 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.h | 479 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| H A D | NVPTXISelLowering.cpp | 3988 NVPTXTargetLowering::ConstraintType
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 3522 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 D | SystemZISelLowering.h | 417 TargetLowering::ConstraintType
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.h | 332 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 260 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| H A D | HexagonISelLowering.cpp | 2849 TargetLowering::ConstraintType
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | Analysis.cpp | 144 TargetLowering::ConstraintType CType = TLI.getConstraintType(CI.Codes[j]); in hasInlineAsmMemConstraint()
|
| H A D | CodeGenPrepare.cpp | 4243 (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 D | MipsISelLowering.h | 628 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 674 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 7487 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 D | TargetLowering.cpp | 3129 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 D | ARMISelLowering.h | 399 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 736 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 888 ConstraintType getConstraintType(StringRef Constraint) const override;
|