Home
last modified time | relevance | path

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

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