Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.h982 bool IsDereferenceable = false; member
992 if (IsDereferenceable) in MMOFlags()
HDPPCISelLowering.cpp7900 RLI.IsDereferenceable = LD->isDereferenceable(); in canReuseLoadAddress()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDSelectionDAGNodes.h549 uint16_t IsDereferenceable : 1;
1331 bool isDereferenceable() const { return MemSDNodeBits.IsDereferenceable; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDFastISel.cpp2431 bool IsDereferenceable = I->hasMetadata(LLVMContext::MD_dereferenceable); in createMachineMemOperandFor() local
2446 if (IsDereferenceable) in createMachineMemOperandFor()
HDSelectionDAG.cpp8980 MemSDNodeBits.IsDereferenceable = MMO->isDereferenceable(); in MemSDNode()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp8180 bool IsDereferenceable = LDBase->getPointerInfo().isDereferenceable( in EltsFromConsecutiveLoads() local
8189 (LastLoadedElt == (int)(NumElems - 1) || IsDereferenceable) && in EltsFromConsecutiveLoads()