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.cpp9504 if (TLI.getConstraintType(Code) == TargetLowering::C_Memory) in hasMemory()
9609 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in getRegistersForValue()
9746 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in update()
9866 if ((OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm()
9899 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm()
9976 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in visitInlineAsm()
10071 OpInfo.ConstraintType = TargetLowering::C_Memory; in visitInlineAsm()
10100 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in visitInlineAsm()
10102 OpInfo.ConstraintType != TargetLowering::C_Memory) && in visitInlineAsm()
10269 case TargetLowering::C_Memory: in visitInlineAsm()
H A DTargetLowering.cpp5489 return C_Memory; in getConstraintType()
5515 return C_Memory; in getConstraintType()
5877 case TargetLowering::C_Memory: in getConstraintPiority()
5996 if (OpInfo.isIndirect && !(CType == TargetLowering::C_Memory || in getConstraintPreferences()
6003 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in getConstraintPreferences()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3966 return C_Memory; in getConstraintType()
3971 return C_Memory; in getConstraintType()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4931 C_Memory, // Memory constraint. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp2489 return C_Memory; in getConstraintType()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5197 (OpInfo.ConstraintType != TargetLowering::C_Memory || in IsOperandAMemoryOperand()
6018 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in optimizeInlineAsmInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp5864 return C_Memory; in getConstraintType()
5869 return C_Memory; in getConstraintType()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp2884 return C_Memory; in getConstraintType()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1171 return C_Memory; in getConstraintType()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp20386 case 'Q': return C_Memory; in getConstraintType()
20393 case 'U': return C_Memory; in getConstraintType()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16730 return C_Memory; in getConstraintType()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp20651 return C_Memory; in getConstraintType()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11608 return C_Memory; in getConstraintType()