Home
last modified time | relevance | path

Searched refs:IsDereferenceable (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h915 bool IsDereferenceable = false; member
925 if (IsDereferenceable) in MMOFlags()
H A DPPCISelLowering.cpp7193 RLI.IsDereferenceable = LD->isDereferenceable(); in canReuseLoadAddress()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h521 uint16_t IsDereferenceable : 1;
1289 bool isDereferenceable() const { return MemSDNodeBits.IsDereferenceable; }
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2407 bool IsDereferenceable = in createMachineMemOperandFor() local
2423 if (IsDereferenceable) in createMachineMemOperandFor()
H A DSelectionDAG.cpp8668 MemSDNodeBits.IsDereferenceable = MMO->isDereferenceable(); in MemSDNode()