Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDAnalysis.cpp185 if (CType == TargetLowering::C_Memory) in hasInlineAsmMemConstraint()
HDCodeGenPrepare.cpp4517 (OpInfo.ConstraintType != TargetLowering::C_Memory || in IsOperandAMemoryOperand()
5161 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in optimizeInlineAsmInst()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.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()
HDTargetLowering.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()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
HDAVRISelLowering.cpp1708 return C_Memory; in getConstraintType()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h3859 C_Memory, // Memory constraint. enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsISelLowering.cpp3908 return C_Memory; in getConstraintType()
3913 return C_Memory; in getConstraintType()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.cpp2590 return C_Memory; in getConstraintType()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.cpp999 return C_Memory; in getConstraintType()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.cpp15901 case 'Q': return C_Memory; in getConstraintType()
15908 case 'U': return C_Memory; in getConstraintType()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.cpp6204 return C_Memory; in getConstraintType()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp14581 return C_Memory; in getConstraintType()