Searched refs:isDereferenceable (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineMemOperand.h | 90 bool isDereferenceable(unsigned Size, LLVMContext &C, 291 bool isDereferenceable() const { return FlagVals & MODereferenceable; } in isDereferenceable() function
|
| H A D | SelectionDAGNodes.h | 1303 bool isDereferenceable() const { return MemSDNodeBits.IsDereferenceable; }
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineOperand.cpp | 985 bool MachinePointerInfo::isDereferenceable(unsigned Size, LLVMContext &C, in isDereferenceable() function in MachinePointerInfo 1101 if (isDereferenceable()) in print()
|
| H A D | MachineInstr.cpp | 1370 if (MMO->isInvariant() && MMO->isDereferenceable()) in isDereferenceableInvariantLoad()
|
| H A D | ModuloSchedule.cpp | 944 (MMO->isInvariant() && MMO->isDereferenceable()) || in updateMemOperands()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 6876 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 D | DAGCombiner.cpp | 18598 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 D | SystemZISelDAGToDAG.cpp | 1418 if (Load->isInvariant() && Load->isDereferenceable()) in canUseBlockOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 1509 !SrcValue.isDereferenceable(16, *DAG.getContext(), DAG.getDataLayout()))) in WidenOrSplitVectorLoad()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 8303 RLI.IsDereferenceable = LD->isDereferenceable(); in canReuseLoadAddress()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 9319 bool IsDereferenceable = LDBase->getPointerInfo().isDereferenceable( in EltsFromConsecutiveLoads()
|