Home
last modified time | relevance | path

Searched refs:C_Memory (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp63 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in update()
89 if (OpInfo.ConstraintType == TargetLowering::C_Memory) in getRegistersForValue()
147 case TargetLowering::C_Memory: in getConstraintGenerality()
167 if (OpInfo.isIndirect && !(CType == TargetLowering::C_Memory || in chooseConstraint()
185 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in chooseConstraint()
375 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in lowerInlineAsm()
509 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in lowerInlineAsm()
649 case TargetLowering::C_Memory: in lowerInlineAsm()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8414 if (TLI.getConstraintType(Code) == TargetLowering::C_Memory) in hasMemory()
8514 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in getRegistersForValue()
8652 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in update()
8748 if ((OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm()
8755 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm()
8832 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in visitInlineAsm()
8932 OpInfo.ConstraintType = TargetLowering::C_Memory; in visitInlineAsm()
8962 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in visitInlineAsm()
8965 OpInfo.ConstraintType != TargetLowering::C_Memory) && in visitInlineAsm()
9102 case TargetLowering::C_Memory: in visitInlineAsm()
H A DTargetLowering.cpp5097 return C_Memory; in getConstraintType()
5123 return C_Memory; in getConstraintType()
5483 case TargetLowering::C_Memory: in getConstraintGenerality()
5597 if (OpInfo.isIndirect && !(CType == TargetLowering::C_Memory || in ChooseConstraint()
5622 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in ChooseConstraint()
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1957 return C_Memory; in getConstraintType()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4433 C_Memory, // Memory constraint. enumerator
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4864 (OpInfo.ConstraintType != TargetLowering::C_Memory || in IsOperandAMemoryOperand()
5665 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in optimizeInlineAsmInst()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3953 return C_Memory; in getConstraintType()
3958 return C_Memory; in getConstraintType()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1058 return C_Memory; in getConstraintType()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp20085 case 'Q': return C_Memory; in getConstraintType()
20092 case 'U': return C_Memory; in getConstraintType()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp11778 return C_Memory; in getConstraintType()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16004 return C_Memory; in getConstraintType()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9005 return C_Memory; in getConstraintType()