Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/iterators/predef.iterators/counted.iterator/
H A Dderef.pass.cpp41 concept IsDereferenceable = requires(T& i) {
49 static_assert( IsDereferenceable<std::counted_iterator<InputOrOutputArchetype>>); in test()
50 static_assert( IsDereferenceable<const std::counted_iterator<InputOrOutputArchetype>>); in test()
51 static_assert( IsDereferenceable<std::counted_iterator<NonConstDeref>>); in test()
52 static_assert(!IsDereferenceable<const std::counted_iterator<NonConstDeref>>); in test()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1186 bool IsDereferenceable = false; member
1196 if (IsDereferenceable) in MMOFlags()
H A DPPCISelLowering.cpp8303 RLI.IsDereferenceable = LD->isDereferenceable(); in canReuseLoadAddress()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h505 uint16_t IsDereferenceable : 1;
1303 bool isDereferenceable() const { return MemSDNodeBits.IsDereferenceable; }
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2292 bool IsDereferenceable = I->hasMetadata(LLVMContext::MD_dereferenceable); in createMachineMemOperandFor() local
2306 if (IsDereferenceable) in createMachineMemOperandFor()
H A DSelectionDAG.cpp10804 MemSDNodeBits.IsDereferenceable = MMO->isDereferenceable(); in MemSDNode()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp9319 bool IsDereferenceable = LDBase->getPointerInfo().isDereferenceable( in EltsFromConsecutiveLoads() local
9328 (NumLoadedElts == (int)NumElems || IsDereferenceable) && in EltsFromConsecutiveLoads()