Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1197 bool IsDereferenceable = false; member
1207 if (IsDereferenceable) in MMOFlags()
H A DPPCISelLowering.cpp8313 RLI.IsDereferenceable = LD->isDereferenceable(); in canReuseLoadAddress()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h520 uint16_t IsDereferenceable : 1;
1316 bool isDereferenceable() const { return MemSDNodeBits.IsDereferenceable; }
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2301 bool IsDereferenceable = I->hasMetadata(LLVMContext::MD_dereferenceable); in createMachineMemOperandFor() local
2315 if (IsDereferenceable) in createMachineMemOperandFor()
H A DSelectionDAG.cpp11107 MemSDNodeBits.IsDereferenceable = MMO->isDereferenceable(); in MemSDNode()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp9431 bool IsDereferenceable = LDBase->getPointerInfo().isDereferenceable( in EltsFromConsecutiveLoads() local
9440 (NumLoadedElts == (int)NumElems || IsDereferenceable) && in EltsFromConsecutiveLoads()