Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp63 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in update()
89 if (OpInfo.ConstraintType == TargetLowering::C_Memory) in getRegistersForValue()
147 case TargetLowering::C_Memory: in getConstraintGenerality()
167 if (OpInfo.isIndirect && !(CType == TargetLowering::C_Memory || in chooseConstraint()
185 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in chooseConstraint()
375 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in lowerInlineAsm()
509 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in lowerInlineAsm()
649 case TargetLowering::C_Memory: in lowerInlineAsm()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8583 if (TLI.getConstraintType(Code) == TargetLowering::C_Memory) in hasMemory()
8683 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in getRegistersForValue()
8821 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in update()
8941 if ((OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm()
8974 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm()
9051 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in visitInlineAsm()
9151 OpInfo.ConstraintType = TargetLowering::C_Memory; in visitInlineAsm()
9181 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in visitInlineAsm()
9183 OpInfo.ConstraintType != TargetLowering::C_Memory) && in visitInlineAsm()
9351 case TargetLowering::C_Memory: in visitInlineAsm()
H A DTargetLowering.cpp5181 return C_Memory; in getConstraintType()
5207 return C_Memory; in getConstraintType()
5569 case TargetLowering::C_Memory: in getConstraintGenerality()
5683 if (OpInfo.isIndirect && !(CType == TargetLowering::C_Memory || in ChooseConstraint()
5708 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in ChooseConstraint()
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp2948 return C_Memory; in getConstraintType()
2953 return C_Memory; in getConstraintType()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4589 C_Memory, // Memory constraint. enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3953 return C_Memory; in getConstraintType()
3958 return C_Memory; in getConstraintType()
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp2440 return C_Memory; in getConstraintType()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4958 (OpInfo.ConstraintType != TargetLowering::C_Memory || in IsOperandAMemoryOperand()
5761 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in optimizeInlineAsmInst()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1061 return C_Memory; in getConstraintType()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp20150 case 'Q': return C_Memory; in getConstraintType()
20157 case 'U': return C_Memory; in getConstraintType()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp13484 return C_Memory; in getConstraintType()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16178 return C_Memory; in getConstraintType()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9953 return C_Memory; in getConstraintType()