Searched refs:isDereferenceable (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h89 bool isDereferenceable(unsigned Size, LLVMContext &C,
262 bool isDereferenceable() const { return FlagVals & MODereferenceable; } function in class:llvm::MachineMemOperand
H A DSelectionDAGNodes.h1331 bool isDereferenceable() const { return MemSDNodeBits.IsDereferenceable; } function in class:llvm::MemSDNode
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp960 /// isDereferenceable - Return true if V is always dereferenceable for
962 bool MachinePointerInfo::isDereferenceable(unsigned Size, LLVMContext &C, function in class:MachinePointerInfo
1069 if (isDereferenceable())
H A DMachineInstr.cpp1328 if (MMO->isInvariant() && MMO->isDereferenceable())
H A DModuloSchedule.cpp958 (MMO->isInvariant() && MMO->isDereferenceable()) ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5985 bool isDereferenceable =
5986 SrcPtrInfo.getWithOffset(SrcOff).isDereferenceable(VTSize, C, DL);
5988 if (isDereferenceable)
6115 bool isDereferenceable =
6116 SrcPtrInfo.getWithOffset(SrcOff).isDereferenceable(VTSize, C, DL);
6118 if (isDereferenceable)
8980 MemSDNodeBits.IsDereferenceable = MMO->isDereferenceable();
H A DDAGCombiner.cpp16084 bool isDereferenceable = true; local
16098 if (isDereferenceable && !LoadNodes[i].MemNode->isDereferenceable())
16099 isDereferenceable = false;
16221 isDereferenceable ? MachineMemOperand::MODereferenceable
20203 if (!RLD->isDereferenceable())
H A DSelectionDAGBuilder.cpp4064 bool isDereferenceable = local
4138 if (isDereferenceable)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1415 if (Load->isInvariant() && Load->isDereferenceable())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7900 RLI.IsDereferenceable = LD->isDereferenceable();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8180 bool IsDereferenceable = LDBase->getPointerInfo().isDereferenceable(
[all...]

Completed in 484 milliseconds