Home
last modified time | relevance | path

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

/freebsd-14.2/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()
595 case TargetLowering::C_Memory: in lowerInlineAsm()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8991 if (TLI.getConstraintType(Code) == TargetLowering::C_Memory) in hasMemory()
9091 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in getRegistersForValue()
9228 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in update()
9348 if ((OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm()
9381 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm()
9458 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in visitInlineAsm()
9553 OpInfo.ConstraintType = TargetLowering::C_Memory; in visitInlineAsm()
9582 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in visitInlineAsm()
9584 OpInfo.ConstraintType != TargetLowering::C_Memory) && in visitInlineAsm()
9748 case TargetLowering::C_Memory: in visitInlineAsm()
H A DTargetLowering.cpp5414 return C_Memory; in getConstraintType()
5440 return C_Memory; in getConstraintType()
5802 case TargetLowering::C_Memory: in getConstraintPiority()
5921 if (OpInfo.isIndirect && !(CType == TargetLowering::C_Memory || in getConstraintPreferences()
5928 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in getConstraintPreferences()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp4668 return C_Memory; in getConstraintType()
4673 return C_Memory; in getConstraintType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3951 return C_Memory; in getConstraintType()
3956 return C_Memory; in getConstraintType()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4777 C_Memory, // Memory constraint. enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp2505 return C_Memory; in getConstraintType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5093 (OpInfo.ConstraintType != TargetLowering::C_Memory || in IsOperandAMemoryOperand()
5902 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in optimizeInlineAsmInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp2883 return C_Memory; in getConstraintType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1148 return C_Memory; in getConstraintType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp20363 case 'Q': return C_Memory; in getConstraintType()
20370 case 'U': return C_Memory; in getConstraintType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16516 return C_Memory; in getConstraintType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp19038 return C_Memory; in getConstraintType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10582 return C_Memory; in getConstraintType()