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.h93 LLVM_ABI bool isDereferenceable(unsigned Size, LLVMContext &C,
303 bool isDereferenceable() const { return FlagVals & MODereferenceable; } in isDereferenceable() function
H A DSelectionDAGNodes.h1438 bool isDereferenceable() const { return MemSDNodeBits.IsDereferenceable; }
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp1055 bool MachinePointerInfo::isDereferenceable(unsigned Size, LLVMContext &C, in isDereferenceable() function in MachinePointerInfo
1165 if (isDereferenceable()) in print()
H A DMachineInstr.cpp1612 if (MMO->isInvariant() && MMO->isDereferenceable()) in isDereferenceableInvariantLoad()
H A DModuloSchedule.cpp996 (MMO->isInvariant() && MMO->isDereferenceable()) || in updateMemOperands()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1486 if (Load->isInvariant() && Load->isDereferenceable()) in canUseBlockOperation()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8508 bool isDereferenceable = in getMemcpyLoadsAndStores() local
8509 SrcPtrInfo.getWithOffset(SrcOff).isDereferenceable(VTSize, C, DL); in getMemcpyLoadsAndStores()
8511 if (isDereferenceable) in getMemcpyLoadsAndStores()
8654 bool isDereferenceable = in getMemmoveLoadsAndStores() local
8655 SrcPtrInfo.getWithOffset(SrcOff).isDereferenceable(VTSize, C, DL); in getMemmoveLoadsAndStores()
8657 if (isDereferenceable) in getMemmoveLoadsAndStores()
12681 MemSDNodeBits.IsDereferenceable = MMO->isDereferenceable(); in MemSDNode()
H A DDAGCombiner.cpp21985 bool isDereferenceable = true; in tryStoreMergeOfLoads() local
21999 if (isDereferenceable && !LoadNodes[i].MemNode->isDereferenceable()) in tryStoreMergeOfLoads()
22000 isDereferenceable = false; in tryStoreMergeOfLoads()
22138 isDereferenceable ? MachineMemOperand::MODereferenceable in tryStoreMergeOfLoads()
28528 if (!RLD->isDereferenceable()) in SimplifySelectOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1899 !SrcValue.isDereferenceable(16, *DAG.getContext(), DAG.getDataLayout()))) in WidenOrSplitVectorLoad()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8646 RLI.IsDereferenceable = LD->isDereferenceable(); in canReuseLoadAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7368 bool IsDereferenceable = LDBase->getPointerInfo().isDereferenceable( in EltsFromConsecutiveLoads()