Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h299 bool isDereferenceable() const { return FlagVals & MODereferenceable; } in isDereferenceable() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp1041 bool MachinePointerInfo::isDereferenceable(unsigned Size, LLVMContext &C, in isDereferenceable() function in MachinePointerInfo
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7933 bool isDereferenceable = in getMemcpyLoadsAndStores() local
8079 bool isDereferenceable = in getMemmoveLoadsAndStores() local
H A DDAGCombiner.cpp20938 bool isDereferenceable = true; in tryStoreMergeOfLoads() local