Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DAnalysis.cpp147 if (CType == TargetLowering::C_Memory) in hasInlineAsmMemConstraint()
DCodeGenPrepare.cpp3421 (OpInfo.ConstraintType != TargetLowering::C_Memory || in IsOperandAMemoryOperand()
3979 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in optimizeInlineAsmInst()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2144 return C_Memory; in getConstraintType()
2168 return C_Memory; in getConstraintType()
2514 case TargetLowering::C_Memory: in getConstraintGenerality()
2645 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in ChooseConstraint()
DSelectionDAGBuilder.cpp6177 if (CType == TargetLowering::C_Memory) { in visitInlineAsm()
6228 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm()
6234 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm()
6330 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in visitInlineAsm()
6487 OpInfo.ConstraintType = TargetLowering::C_Memory; in visitInlineAsm()
6510 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in visitInlineAsm()
/external/llvm/include/llvm/Target/
DTargetLowering.h2644 C_Memory, // Memory constraint. enumerator
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp3263 return C_Memory; in getConstraintType()
3268 return C_Memory; in getConstraintType()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp11258 case 'Q': return C_Memory; in getConstraintType()
11264 case 'U': return C_Memory; in getConstraintType()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp563 return C_Memory; in getConstraintType()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp4568 return C_Memory; in getConstraintType()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp10850 return C_Memory; in getConstraintType()