/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | InlineAsmLowering.cpp | 68 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/ |
D | Analysis.cpp | 146 if (CType == TargetLowering::C_Memory) in hasInlineAsmMemConstraint()
|
D | CodeGenPrepare.cpp | 3479 (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/ |
D | Analysis.cpp | 185 if (CType == TargetLowering::C_Memory) in hasInlineAsmMemConstraint()
|
D | CodeGenPrepare.cpp | 4517 (OpInfo.ConstraintType != TargetLowering::C_Memory || in IsOperandAMemoryOperand() 5161 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in optimizeInlineAsmInst()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | Analysis.cpp | 186 if (CType == TargetLowering::C_Memory) in hasInlineAsmMemConstraint()
|
D | CodeGenPrepare.cpp | 4671 (OpInfo.ConstraintType != TargetLowering::C_Memory || in IsOperandAMemoryOperand() 5447 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in optimizeInlineAsmInst()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 2232 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()
|
D | SelectionDAGBuilder.cpp | 6634 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/ |
D | SelectionDAGBuilder.cpp | 7807 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()
|
D | TargetLowering.cpp | 4053 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/ |
D | SelectionDAGBuilder.cpp | 7846 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()
|
D | TargetLowering.cpp | 4348 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/ |
D | TargetLowering.h | 2802 C_Memory, // Memory constraint. enumerator
|
/external/llvm-project/llvm/lib/Target/AVR/ |
D | AVRISelLowering.cpp | 1668 return C_Memory; in getConstraintType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRISelLowering.cpp | 1708 return C_Memory; in getConstraintType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 3859 C_Memory, // Memory constraint. enumerator
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 3341 return C_Memory; in getConstraintType() 3346 return C_Memory; in getConstraintType()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 4096 C_Memory, // Memory constraint. enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 3908 return C_Memory; in getConstraintType() 3913 return C_Memory; in getConstraintType()
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 3924 return C_Memory; in getConstraintType() 3929 return C_Memory; in getConstraintType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.cpp | 2556 return C_Memory; in getConstraintType()
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.cpp | 3261 return C_Memory; in getConstraintType()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 11744 case 'Q': return C_Memory; in getConstraintType() 11750 case 'U': return C_Memory; in getConstraintType()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 570 return C_Memory; in getConstraintType()
|