Home
last modified time | relevance | path

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

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