Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DAnalysis.cpp134 if (CType == TargetLowering::C_Memory) in hasInlineAsmMemConstraint()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1882 return C_Memory; in getConstraintType()
1906 return C_Memory; in getConstraintType()
2255 case TargetLowering::C_Memory: in getConstraintGenerality()
2386 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in ChooseConstraint()
DSelectionDAGBuilder.cpp5907 if (CType == TargetLowering::C_Memory) { in visitInlineAsm()
5957 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm()
5963 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm()
6058 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in visitInlineAsm()
6202 OpInfo.ConstraintType = TargetLowering::C_Memory; in visitInlineAsm()
6225 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in visitInlineAsm()
/external/llvm/lib/Transforms/Scalar/
DCodeGenPrepare.cpp1263 (OpInfo.ConstraintType != TargetLowering::C_Memory || in IsOperandAMemoryOperand()
1681 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in OptimizeInlineAsmInst()
/external/llvm/include/llvm/Target/
DTargetLowering.h2121 C_Memory, // Memory constraint. enumerator
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp2832 return C_Memory; in getConstraintType()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp3082 return C_Memory; in getConstraintType()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp10020 case 'Q': return C_Memory; in getConstraintType()
10026 case 'U': return C_Memory; in getConstraintType()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp6577 return C_Memory; in getConstraintType()