Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
321 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in lowerInlineAsm()
456 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in lowerInlineAsm()
610 case TargetLowering::C_Memory: in lowerInlineAsm()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9665 if (TLI.getConstraintType(Code) == TargetLowering::C_Memory) in hasMemory()
9772 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in getRegistersForValue()
9909 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in update()
10029 if ((OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm()
10062 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm()
10138 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in visitInlineAsm()
10233 OpInfo.ConstraintType = TargetLowering::C_Memory; in visitInlineAsm()
10262 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in visitInlineAsm()
10264 OpInfo.ConstraintType != TargetLowering::C_Memory) && in visitInlineAsm()
10431 case TargetLowering::C_Memory: in visitInlineAsm()
H A DTargetLowering.cpp5706 return C_Memory; in getConstraintType()
5732 return C_Memory; in getConstraintType()
6098 case TargetLowering::C_Memory: in getConstraintPiority()
6217 if (OpInfo.isIndirect && !(CType == TargetLowering::C_Memory || in getConstraintPreferences()
6224 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in getConstraintPreferences()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp4124 return C_Memory; in getConstraintType()
4129 return C_Memory; in getConstraintType()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp2443 return C_Memory; in getConstraintType()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5110 C_Memory, // Memory constraint. enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5542 (OpInfo.ConstraintType != TargetLowering::C_Memory || in IsOperandAMemoryOperand()
6408 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in optimizeInlineAsmInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp2884 return C_Memory; in getConstraintType()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp8145 return C_Memory; in getConstraintType()
8150 return C_Memory; in getConstraintType()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp20320 case 'Q': return C_Memory; in getConstraintType()
20327 case 'U': return C_Memory; in getConstraintType()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1488 return C_Memory; in getConstraintType()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp17634 return C_Memory; in getConstraintType()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp23009 return C_Memory; in getConstraintType()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12465 return C_Memory; in getConstraintType()