Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp1708 return C_Memory; in getConstraintType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3859 C_Memory, // Memory constraint. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp3908 return C_Memory; in getConstraintType()
3913 return C_Memory; in getConstraintType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp2556 return C_Memory; in getConstraintType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp999 return C_Memory; in getConstraintType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp15898 case 'Q': return C_Memory; in getConstraintType()
15905 case 'U': return C_Memory; in getConstraintType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp6204 return C_Memory; in getConstraintType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp14551 return C_Memory; in getConstraintType()