| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InlineAsmLowering.cpp | 63 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() 163 TargetLowering::ConstraintType CType = in chooseConstraint() 198 OpInfo.ConstraintType = BestType; in chooseConstraint() 375 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in lowerInlineAsm() 479 if (OpInfo.ConstraintType == TargetLowering::C_Other && in lowerInlineAsm() 486 if (OpInfo.ConstraintType == TargetLowering::C_Immediate || in lowerInlineAsm() 487 OpInfo.ConstraintType == TargetLowering::C_Other) { in lowerInlineAsm() 509 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in lowerInlineAsm() [all …]
|
| /llvm-project-15.0.7/mlir/lib/Tools/PDLL/AST/ |
| H A D | Types.cpp | 64 ConstraintType ConstraintType::get(Context &context) { in get()
|
| H A D | NodePrinter.cpp | 132 .Case([&](ConstraintType) { os << "Constraint"; }) in print() argument
|
| /llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/AST/ |
| H A D | Types.h | 144 class ConstraintType : public Type::TypeBase<detail::ConstraintTypeStorage> { 149 static ConstraintType get(Context &context);
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.h | 117 enum ConstraintType { enum
|
| H A D | EmulateInstructionARM64.cpp | 93 EmulateInstructionARM64::ConstraintType 95 EmulateInstructionARM64::ConstraintType result = in ConstrainUnpredictable()
|
| /llvm-project-15.0.7/llvm/lib/Target/BPF/ |
| H A D | BPFISelLowering.h | 49 BPFTargetLowering::ConstraintType
|
| H A D | BPFISelLowering.cpp | 224 BPFTargetLowering::ConstraintType
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.cpp | 1555 ConstraintType = SDTCisVT; in SDTypeConstraint() 1561 ConstraintType = SDTCisPtrTy; in SDTypeConstraint() 1563 ConstraintType = SDTCisInt; in SDTypeConstraint() 1565 ConstraintType = SDTCisFP; in SDTypeConstraint() 1567 ConstraintType = SDTCisVec; in SDTypeConstraint() 1569 ConstraintType = SDTCisSameAs; in SDTypeConstraint() 1580 ConstraintType = SDTCisEltOfVec; in SDTypeConstraint() 1583 ConstraintType = SDTCisSubVecOfVec; in SDTypeConstraint() 1587 ConstraintType = SDTCVecEltisVT; in SDTypeConstraint() 1603 ConstraintType = SDTCisSameSizeAs; in SDTypeConstraint() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.h | 107 TargetLowering::ConstraintType
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.h | 91 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /llvm-project-15.0.7/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.h | 123 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.h | 80 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /llvm-project-15.0.7/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.h | 159 ConstraintType getConstraintType(StringRef ConstraintStr) const override;
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.h | 222 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.h | 488 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 8514 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in getRegistersForValue() 8515 OpInfo.ConstraintType == TargetLowering::C_Address) in getRegistersForValue() 8652 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in update() 8653 OpInfo.ConstraintType == TargetLowering::C_Other) { in update() 8701 if (T.ConstraintType == TargetLowering::C_Immediate && in visitInlineAsm() 8748 if ((OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm() 8750 OpInfo.ConstraintType == TargetLowering::C_Address) in visitInlineAsm() 8755 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm() 8930 if (OpInfo.ConstraintType == TargetLowering::C_Other && in visitInlineAsm() 8932 OpInfo.ConstraintType = TargetLowering::C_Memory; in visitInlineAsm() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 432 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/ |
| H A D | Parser.cpp | 1904 ast::ConstraintType::get(ctx)); in parseInlineConstraintLambdaExpr() 2533 if (type.isa<ast::ConstraintType, ast::RewriteType>()) { in createVariableDecl() 2718 declType = ast::ConstraintType::get(ctx); in createDeclRefExpr() 2974 if (eleTy.isa<ast::ConstraintType, ast::RewriteType, ast::TupleType>()) { in createTupleExpr()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 4430 enum ConstraintType { enum 4465 TargetLowering::ConstraintType ConstraintType = TargetLowering::C_Unknown; member 4517 virtual ConstraintType getConstraintType(StringRef Constraint) const;
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 481 TargetLowering::ConstraintType
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 624 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 272 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.h | 436 ConstraintType getConstraintType(StringRef Constraint) const override;
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 524 ConstraintType getConstraintType(StringRef Constraint) const override;
|