Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DInlineAsmLowering.cpp68 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in update()
94 if (OpInfo.ConstraintType == TargetLowering::C_Memory) in getRegistersForValue()
152 case TargetLowering::C_Memory: in getConstraintGenerality()
171 if (OpInfo.isIndirect && !(CType == TargetLowering::C_Memory || in chooseConstraint()
189 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in chooseConstraint()
376 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in lowerInlineAsm()
509 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in lowerInlineAsm()
643 case TargetLowering::C_Memory: in lowerInlineAsm()
/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-10.0/llvm/lib/CodeGen/
DAnalysis.cpp185 if (CType == TargetLowering::C_Memory) in hasInlineAsmMemConstraint()
DCodeGenPrepare.cpp4517 (OpInfo.ConstraintType != TargetLowering::C_Memory || in IsOperandAMemoryOperand()
5161 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in optimizeInlineAsmInst()
/external/llvm-project/llvm/lib/CodeGen/
DAnalysis.cpp186 if (CType == TargetLowering::C_Memory) in hasInlineAsmMemConstraint()
DCodeGenPrepare.cpp4671 (OpInfo.ConstraintType != TargetLowering::C_Memory || in IsOperandAMemoryOperand()
5447 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-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp7807 if (TLI.getConstraintType(Code) == TargetLowering::C_Memory) in hasMemory()
7954 if (OpInfo.ConstraintType == TargetLowering::C_Memory) in GetRegistersForValue()
8086 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in update()
8212 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm()
8218 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm()
8265 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in visitInlineAsm()
8362 OpInfo.ConstraintType = TargetLowering::C_Memory; in visitInlineAsm()
8391 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in visitInlineAsm()
8524 case TargetLowering::C_Memory: in visitInlineAsm()
DTargetLowering.cpp4053 return C_Memory; in getConstraintType()
4078 return C_Memory; in getConstraintType()
4441 case TargetLowering::C_Memory: in getConstraintGenerality()
4554 if (OpInfo.isIndirect && !(CType == TargetLowering::C_Memory || in ChooseConstraint()
4579 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in ChooseConstraint()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp7846 if (TLI.getConstraintType(Code) == TargetLowering::C_Memory) in hasMemory()
7992 if (OpInfo.ConstraintType == TargetLowering::C_Memory) in GetRegistersForValue()
8124 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in update()
8256 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm()
8262 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm()
8324 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in visitInlineAsm()
8424 OpInfo.ConstraintType = TargetLowering::C_Memory; in visitInlineAsm()
8454 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in visitInlineAsm()
8591 case TargetLowering::C_Memory: in visitInlineAsm()
DTargetLowering.cpp4348 return C_Memory; in getConstraintType()
4373 return C_Memory; in getConstraintType()
4735 case TargetLowering::C_Memory: in getConstraintGenerality()
4848 if (OpInfo.isIndirect && !(CType == TargetLowering::C_Memory || in ChooseConstraint()
4873 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in ChooseConstraint()
/external/llvm/include/llvm/Target/
DTargetLowering.h2802 C_Memory, // Memory constraint. enumerator
/external/llvm-project/llvm/lib/Target/AVR/
DAVRISelLowering.cpp1668 return C_Memory; in getConstraintType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp1708 return C_Memory; in getConstraintType()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3859 C_Memory, // Memory constraint. enumerator
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp3341 return C_Memory; in getConstraintType()
3346 return C_Memory; in getConstraintType()
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h4096 C_Memory, // Memory constraint. enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp3908 return C_Memory; in getConstraintType()
3913 return C_Memory; in getConstraintType()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsISelLowering.cpp3924 return C_Memory; in getConstraintType()
3929 return C_Memory; in getConstraintType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp2556 return C_Memory; in getConstraintType()
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp3261 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()

12