Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1146 bool IsDereferenceable = false; member
1156 if (IsDereferenceable) in MMOFlags()
H A DPPCISelLowering.cpp8244 RLI.IsDereferenceable = LD->isDereferenceable(); in canReuseLoadAddress()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h505 uint16_t IsDereferenceable : 1;
1289 bool isDereferenceable() const { return MemSDNodeBits.IsDereferenceable; }
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2303 bool IsDereferenceable = I->hasMetadata(LLVMContext::MD_dereferenceable); in createMachineMemOperandFor() local
2318 if (IsDereferenceable) in createMachineMemOperandFor()
H A DSelectionDAG.cpp9713 MemSDNodeBits.IsDereferenceable = MMO->isDereferenceable(); in MemSDNode()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8627 bool IsDereferenceable = LDBase->getPointerInfo().isDereferenceable( in EltsFromConsecutiveLoads() local
8636 (NumLoadedElts == (int)NumElems || IsDereferenceable) && in EltsFromConsecutiveLoads()