Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h92 bool isDereferenceable(unsigned Size, LLVMContext &C,
299 bool isDereferenceable() const { return FlagVals & MODereferenceable; } in isDereferenceable() function
H A DSelectionDAGNodes.h1363 bool isDereferenceable() const { return MemSDNodeBits.IsDereferenceable; }
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp1041 bool MachinePointerInfo::isDereferenceable(unsigned Size, LLVMContext &C, in isDereferenceable() function in MachinePointerInfo
1150 if (isDereferenceable()) in print()
H A DMachineInstr.cpp1499 if (MMO->isInvariant() && MMO->isDereferenceable()) in isDereferenceableInvariantLoad()
H A DModuloSchedule.cpp978 (MMO->isInvariant() && MMO->isDereferenceable()) || in updateMemOperands()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1475 if (Load->isInvariant() && Load->isDereferenceable()) in canUseBlockOperation()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7933 bool isDereferenceable = in getMemcpyLoadsAndStores() local
7934 SrcPtrInfo.getWithOffset(SrcOff).isDereferenceable(VTSize, C, DL); in getMemcpyLoadsAndStores()
7936 if (isDereferenceable) in getMemcpyLoadsAndStores()
8079 bool isDereferenceable = in getMemmoveLoadsAndStores() local
8080 SrcPtrInfo.getWithOffset(SrcOff).isDereferenceable(VTSize, C, DL); in getMemmoveLoadsAndStores()
8082 if (isDereferenceable) in getMemmoveLoadsAndStores()
12090 MemSDNodeBits.IsDereferenceable = MMO->isDereferenceable(); in MemSDNode()
H A DDAGCombiner.cpp20938 bool isDereferenceable = true; in tryStoreMergeOfLoads() local
20952 if (isDereferenceable && !LoadNodes[i].MemNode->isDereferenceable()) in tryStoreMergeOfLoads()
20953 isDereferenceable = false; in tryStoreMergeOfLoads()
21081 isDereferenceable ? MachineMemOperand::MODereferenceable in tryStoreMergeOfLoads()
27405 if (!RLD->isDereferenceable()) in SimplifySelectOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1842 !SrcValue.isDereferenceable(16, *DAG.getContext(), DAG.getDataLayout()))) in WidenOrSplitVectorLoad()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8580 RLI.IsDereferenceable = LD->isDereferenceable(); in canReuseLoadAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7018 bool IsDereferenceable = LDBase->getPointerInfo().isDereferenceable( in EltsFromConsecutiveLoads()