Home
last modified time | relevance | path

Searched defs:isDereferenceable (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineMemOperand.h262 bool isDereferenceable() const { return FlagVals & MODereferenceable; } in isDereferenceable() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOperand.cpp936 bool MachinePointerInfo::isDereferenceable(unsigned Size, LLVMContext &C, in isDereferenceable() function in MachinePointerInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5406 bool isDereferenceable = in getMemcpyLoadsAndStores() local
5533 bool isDereferenceable = in getMemmoveLoadsAndStores() local
DSelectionDAGBuilder.cpp3646 bool isDereferenceable = isDereferenceablePointer(SV, DAG.getDataLayout()); in visitLoad() local
DDAGCombiner.cpp14341 bool isDereferenceable = true; in MergeConsecutiveStores() local