Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A 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()
381 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in lowerInlineAsm()
514 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in lowerInlineAsm()
648 case TargetLowering::C_Memory: in lowerInlineAsm()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8129 if (TLI.getConstraintType(Code) == TargetLowering::C_Memory) in hasMemory()
8275 if (OpInfo.ConstraintType == TargetLowering::C_Memory) in GetRegistersForValue()
8407 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in update()
8549 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm()
8555 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm()
8617 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in visitInlineAsm()
8716 OpInfo.ConstraintType = TargetLowering::C_Memory; in visitInlineAsm()
8746 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in visitInlineAsm()
8883 case TargetLowering::C_Memory: in visitInlineAsm()
H A DTargetLowering.cpp4459 return C_Memory; in getConstraintType()
4484 return C_Memory; in getConstraintType()
4845 case TargetLowering::C_Memory: in getConstraintGenerality()
4958 if (OpInfo.isIndirect && !(CType == TargetLowering::C_Memory || in ChooseConstraint()
4983 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in ChooseConstraint()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1787 return C_Memory; in getConstraintType()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4141 C_Memory, // Memory constraint. enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3941 return C_Memory; in getConstraintType()
3946 return C_Memory; in getConstraintType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4847 (OpInfo.ConstraintType != TargetLowering::C_Memory || in IsOperandAMemoryOperand()
5643 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in optimizeInlineAsmInst()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1025 return C_Memory; in getConstraintType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8473 return C_Memory; in getConstraintType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp19104 case 'Q': return C_Memory; in getConstraintType()
19111 case 'U': return C_Memory; in getConstraintType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15622 return C_Memory; in getConstraintType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8172 return C_Memory; in getConstraintType()