Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8070 if (TLI.getConstraintType(Code) == TargetLowering::C_Memory) in hasMemory()
8216 if (OpInfo.ConstraintType == TargetLowering::C_Memory) in GetRegistersForValue()
8348 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in update()
8490 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm()
8496 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm()
8558 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in visitInlineAsm()
8658 OpInfo.ConstraintType = TargetLowering::C_Memory; in visitInlineAsm()
8688 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in visitInlineAsm()
8825 case TargetLowering::C_Memory: in visitInlineAsm()
H A DTargetLowering.cpp4434 return C_Memory; in getConstraintType()
4459 return C_Memory; in getConstraintType()
4819 case TargetLowering::C_Memory: in getConstraintGenerality()
4932 if (OpInfo.isIndirect && !(CType == TargetLowering::C_Memory || in ChooseConstraint()
4957 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in ChooseConstraint()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1772 return C_Memory; in getConstraintType()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4113 C_Memory, // Memory constraint. enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3922 return C_Memory; in getConstraintType()
3927 return C_Memory; in getConstraintType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4843 (OpInfo.ConstraintType != TargetLowering::C_Memory || in IsOperandAMemoryOperand()
5625 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in optimizeInlineAsmInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1025 return C_Memory; in getConstraintType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8030 return C_Memory; in getConstraintType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp18384 case 'Q': return C_Memory; in getConstraintType()
18391 case 'U': return C_Memory; in getConstraintType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15533 return C_Memory; in getConstraintType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7843 return C_Memory; in getConstraintType()