Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineMemOperand.h92 bool isDereferenceable(unsigned Size, LLVMContext &C,
262 bool isDereferenceable() const { return FlagVals & MODereferenceable; } in isDereferenceable() function
DSelectionDAGNodes.h1283 bool isDereferenceable() const { return MemSDNodeBits.IsDereferenceable; }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOperand.cpp936 bool MachinePointerInfo::isDereferenceable(unsigned Size, LLVMContext &C, in isDereferenceable() function in MachinePointerInfo
1053 if (isDereferenceable()) in print()
DMachineInstr.cpp1139 if (MMO->isInvariant() && MMO->isDereferenceable()) in isDereferenceableInvariantLoad()
DMachinePipeliner.cpp3184 if (MMO->isVolatile() || (MMO->isInvariant() && MMO->isDereferenceable()) || in updateMemOperands()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5406 bool isDereferenceable = in getMemcpyLoadsAndStores() local
5407 SrcPtrInfo.getWithOffset(SrcOff).isDereferenceable(VTSize, C, DL); in getMemcpyLoadsAndStores()
5409 if (isDereferenceable) in getMemcpyLoadsAndStores()
5533 bool isDereferenceable = in getMemmoveLoadsAndStores() local
5534 SrcPtrInfo.getWithOffset(SrcOff).isDereferenceable(VTSize, C, DL); in getMemmoveLoadsAndStores()
5536 if (isDereferenceable) in getMemmoveLoadsAndStores()
8141 MemSDNodeBits.IsDereferenceable = MMO->isDereferenceable(); in MemSDNode()
DDAGCombiner.cpp14341 bool isDereferenceable = true; in MergeConsecutiveStores() local
14355 if (isDereferenceable && !LoadNodes[i].MemNode->isDereferenceable()) in MergeConsecutiveStores()
14356 isDereferenceable = false; in MergeConsecutiveStores()
14477 isDereferenceable ? MachineMemOperand::MODereferenceable in MergeConsecutiveStores()
17723 if (!RLD->isDereferenceable()) in SimplifySelectOps()
DSelectionDAGBuilder.cpp3646 bool isDereferenceable = isDereferenceablePointer(SV, DAG.getDataLayout()); in visitLoad() local
3714 if (isDereferenceable) in visitLoad()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1380 if (Load->isInvariant() && Load->isDereferenceable()) in canUseBlockOperation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp7138 RLI.IsDereferenceable = LD->isDereferenceable(); in canReuseLoadAddress()