Home
last modified time | relevance | path

Searched refs:isDereferenceable (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h90 bool isDereferenceable(unsigned Size, LLVMContext &C,
291 bool isDereferenceable() const { return FlagVals & MODereferenceable; } in isDereferenceable() function
H A DSelectionDAGNodes.h1303 bool isDereferenceable() const { return MemSDNodeBits.IsDereferenceable; }
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineOperand.cpp985 bool MachinePointerInfo::isDereferenceable(unsigned Size, LLVMContext &C, in isDereferenceable() function in MachinePointerInfo
1101 if (isDereferenceable()) in print()
H A DMachineInstr.cpp1370 if (MMO->isInvariant() && MMO->isDereferenceable()) in isDereferenceableInvariantLoad()
H A DModuloSchedule.cpp944 (MMO->isInvariant() && MMO->isDereferenceable()) || in updateMemOperands()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6876 bool isDereferenceable = in getMemcpyLoadsAndStores() local
6877 SrcPtrInfo.getWithOffset(SrcOff).isDereferenceable(VTSize, C, DL); in getMemcpyLoadsAndStores()
6879 if (isDereferenceable) in getMemcpyLoadsAndStores()
7013 bool isDereferenceable = in getMemmoveLoadsAndStores() local
7014 SrcPtrInfo.getWithOffset(SrcOff).isDereferenceable(VTSize, C, DL); in getMemmoveLoadsAndStores()
7016 if (isDereferenceable) in getMemmoveLoadsAndStores()
10804 MemSDNodeBits.IsDereferenceable = MMO->isDereferenceable(); in MemSDNode()
H A DDAGCombiner.cpp18598 bool isDereferenceable = true; in tryStoreMergeOfLoads() local
18612 if (isDereferenceable && !LoadNodes[i].MemNode->isDereferenceable()) in tryStoreMergeOfLoads()
18613 isDereferenceable = false; in tryStoreMergeOfLoads()
18740 isDereferenceable ? MachineMemOperand::MODereferenceable in tryStoreMergeOfLoads()
23852 if (!RLD->isDereferenceable()) in SimplifySelectOps()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1418 if (Load->isInvariant() && Load->isDereferenceable()) in canUseBlockOperation()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1509 !SrcValue.isDereferenceable(16, *DAG.getContext(), DAG.getDataLayout()))) in WidenOrSplitVectorLoad()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8303 RLI.IsDereferenceable = LD->isDereferenceable(); in canReuseLoadAddress()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp9319 bool IsDereferenceable = LDBase->getPointerInfo().isDereferenceable( in EltsFromConsecutiveLoads()