Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1199 bool IsDereferenceable = false; member
1209 if (IsDereferenceable) in MMOFlags()
H A DPPCISelLowering.cpp8580 RLI.IsDereferenceable = LD->isDereferenceable(); in canReuseLoadAddress()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h529 uint16_t IsDereferenceable : 1;
1363 bool isDereferenceable() const { return MemSDNodeBits.IsDereferenceable; }
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2421 bool IsDereferenceable = I->hasMetadata(LLVMContext::MD_dereferenceable); in createMachineMemOperandFor() local
2435 if (IsDereferenceable) in createMachineMemOperandFor()
H A DSelectionDAG.cpp12090 MemSDNodeBits.IsDereferenceable = MMO->isDereferenceable(); in MemSDNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7018 bool IsDereferenceable = LDBase->getPointerInfo().isDereferenceable( in EltsFromConsecutiveLoads() local
7027 (NumLoadedElts == (int)NumElems || IsDereferenceable) && in EltsFromConsecutiveLoads()