Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineMemOperand.h89 bool isDereferenceable(unsigned Size, LLVMContext &C,
262 bool isDereferenceable() const { return FlagVals & MODereferenceable; } in isDereferenceable() function
DSelectionDAGNodes.h1331 bool isDereferenceable() const { return MemSDNodeBits.IsDereferenceable; }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOperand.cpp962 bool MachinePointerInfo::isDereferenceable(unsigned Size, LLVMContext &C, in isDereferenceable() function in MachinePointerInfo
1069 if (isDereferenceable()) in print()
DMachineInstr.cpp1328 if (MMO->isInvariant() && MMO->isDereferenceable()) in isDereferenceableInvariantLoad()
DModuloSchedule.cpp958 (MMO->isInvariant() && MMO->isDereferenceable()) || in updateMemOperands()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5988 bool isDereferenceable = in getMemcpyLoadsAndStores() local
5989 SrcPtrInfo.getWithOffset(SrcOff).isDereferenceable(VTSize, C, DL); in getMemcpyLoadsAndStores()
5991 if (isDereferenceable) in getMemcpyLoadsAndStores()
6118 bool isDereferenceable = in getMemmoveLoadsAndStores() local
6119 SrcPtrInfo.getWithOffset(SrcOff).isDereferenceable(VTSize, C, DL); in getMemmoveLoadsAndStores()
6121 if (isDereferenceable) in getMemmoveLoadsAndStores()
8983 MemSDNodeBits.IsDereferenceable = MMO->isDereferenceable(); in MemSDNode()
DDAGCombiner.cpp16079 bool isDereferenceable = true; in MergeConsecutiveStores() local
16093 if (isDereferenceable && !LoadNodes[i].MemNode->isDereferenceable()) in MergeConsecutiveStores()
16094 isDereferenceable = false; in MergeConsecutiveStores()
16216 isDereferenceable ? MachineMemOperand::MODereferenceable in MergeConsecutiveStores()
20198 if (!RLD->isDereferenceable()) in SimplifySelectOps()
DSelectionDAGBuilder.cpp4064 bool isDereferenceable = in visitLoad() local
4138 if (isDereferenceable) in visitLoad()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1415 if (Load->isInvariant() && Load->isDereferenceable()) in canUseBlockOperation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp7878 RLI.IsDereferenceable = LD->isDereferenceable(); in canReuseLoadAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp8180 bool IsDereferenceable = LDBase->getPointerInfo().isDereferenceable( in EltsFromConsecutiveLoads()