Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DAnalysis.cpp135 if (CType == TargetLowering::C_Memory) in hasInlineAsmMemConstraint()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DAddrModeMatcher.cpp393 (OpInfo.ConstraintType != TargetLowering::C_Memory || in IsOperandAMemoryOperand()
/external/llvm/lib/CodeGen/
DAnalysis.cpp146 if (CType == TargetLowering::C_Memory) in hasInlineAsmMemConstraint()
DCodeGenPrepare.cpp3479 (OpInfo.ConstraintType != TargetLowering::C_Memory || in IsOperandAMemoryOperand()
4063 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in optimizeInlineAsmInst()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DCodeGenPrepare.cpp934 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in OptimizeInlineAsmInst()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2232 return C_Memory; in getConstraintType()
2256 return C_Memory; in getConstraintType()
2603 case TargetLowering::C_Memory: in getConstraintGenerality()
2734 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in ChooseConstraint()
DSelectionDAGBuilder.cpp6634 if (CType == TargetLowering::C_Memory) { in visitInlineAsm()
6685 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm()
6691 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm()
6789 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in visitInlineAsm()
6943 OpInfo.ConstraintType = TargetLowering::C_Memory; in visitInlineAsm()
6964 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in visitInlineAsm()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h1370 C_Memory, // Memory constraint. enumerator
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2639 return C_Memory; in getConstraintType()
2995 case TargetLowering::C_Memory: in getConstraintGenerality()
3125 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in ChooseConstraint()
DSelectionDAGBuilder.cpp5889 if (CType == TargetLowering::C_Memory) { in visitInlineAsm()
5941 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm()
6151 OpInfo.ConstraintType = TargetLowering::C_Memory; in visitInlineAsm()
6170 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in visitInlineAsm()
/external/llvm/include/llvm/Target/
DTargetLowering.h2802 C_Memory, // Memory constraint. enumerator
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp3341 return C_Memory; in getConstraintType()
3346 return C_Memory; in getConstraintType()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp8464 case 'Q': return C_Memory; in getConstraintType()
8470 case 'U': return C_Memory; in getConstraintType()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp11744 case 'Q': return C_Memory; in getConstraintType()
11750 case 'U': return C_Memory; in getConstraintType()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp570 return C_Memory; in getConstraintType()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp4658 return C_Memory; in getConstraintType()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp11335 return C_Memory; in getConstraintType()