Home
last modified time | relevance | path

Searched refs:beforeOrAfterPointer (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h138 constexpr static LocationSize beforeOrAfterPointer() { in beforeOrAfterPointer() function
157 return beforeOrAfterPointer(); in unionWith()
297 return MemoryLocation(Ptr, LocationSize::beforeOrAfterPointer(), AATags);
300 MemoryLocation() : Ptr(nullptr), Size(LocationSize::beforeOrAfterPointer()) {} in MemoryLocation()
H A DMemorySSA.h1287 LocationSize::beforeOrAfterPointer());
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionAliasAnalysis.cpp111 AO ? LocationSize::beforeOrAfterPointer() in alias()
115 BO ? LocationSize::beforeOrAfterPointer() in alias()
H A DMemoryLocation.cpp22 if (*this == beforeOrAfterPointer()) in print()
H A DAliasSetTracker.cpp534 else if (MemLoc.Size == LocationSize::beforeOrAfterPointer()) in print()
H A DBasicAliasAnalysis.cpp1500 PNSize = LocationSize::beforeOrAfterPointer(); in aliasPHI()
H A DLoopAccessAnalysis.cpp739 Loc.Size = LocationSize::beforeOrAfterPointer(); in adjustLoc()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h242 : LocationSize::beforeOrAfterPointer(); in getSize()
249 : LocationSize::beforeOrAfterPointer(); in getSizeInBits()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2113 LocationSize::beforeOrAfterPointer(), Alignment, LD->getAAInfo(), in SplitVecRes_VP_LOAD()
2137 MPI, MachineMemOperand::MOLoad, LocationSize::beforeOrAfterPointer(), in SplitVecRes_VP_LOAD()
2217 MachineMemOperand::MOLoad, LocationSize::beforeOrAfterPointer(), in SplitVecRes_VP_STRIDED_LOAD()
2277 LocationSize::beforeOrAfterPointer(), Alignment, MLD->getAAInfo(), in SplitVecRes_MLOAD()
2301 MPI, MachineMemOperand::MOLoad, LocationSize::beforeOrAfterPointer(), in SplitVecRes_MLOAD()
2364 LocationSize::beforeOrAfterPointer(), Alignment, N->getAAInfo(), in SplitVecRes_Gather()
3055 PtrInfo, MachineMemOperand::MOStore, LocationSize::beforeOrAfterPointer(), in SplitVecRes_VP_REVERSE()
3058 PtrInfo, MachineMemOperand::MOLoad, LocationSize::beforeOrAfterPointer(), in SplitVecRes_VP_REVERSE()
3663 LocationSize::beforeOrAfterPointer(), Alignment, N->getAAInfo(), in SplitVecOp_VP_STORE()
3687 MPI, MachineMemOperand::MOStore, LocationSize::beforeOrAfterPointer(), in SplitVecOp_VP_STORE()
[all...]
H A DSelectionDAGBuilder.cpp4797 LocationSize::beforeOrAfterPointer(), Alignment, I.getAAMetadata()); in visitMaskedStore()
4910 LocationSize::beforeOrAfterPointer(), Alignment, I.getAAMetadata()); in visitMaskedScatter()
4980 LocationSize::beforeOrAfterPointer(), Alignment, AAInfo, Ranges); in visitMaskedLoad()
5027 LocationSize::beforeOrAfterPointer(), Alignment, I.getAAMetadata(), in visitMaskedGather()
7049 MPI, MachineMemOperand::MOStore, LocationSize::beforeOrAfterPointer(), in visitIntrinsicCall()
7078 MPI, MachineMemOperand::MOLoad, LocationSize::beforeOrAfterPointer(), in visitIntrinsicCall()
8296 LocationSize::beforeOrAfterPointer(), *Alignment, AAInfo, Ranges); in visitVPLoad()
8320 LocationSize::beforeOrAfterPointer(), *Alignment, AAInfo, Ranges); in visitVPGather()
8360 LocationSize::beforeOrAfterPointer(), *Alignment, AAInfo); in visitVPStore()
8383 LocationSize::beforeOrAfterPointer(), *Alignment, AAInfo); in visitVPScatter()
[all …]
H A DLegalizeDAG.cpp271 ? LocationSize::beforeOrAfterPointer() in getStackAlignedMMO()
H A DDAGCombiner.cpp28281 : LocationSize::beforeOrAfterPointer(), in mayAlias()
28288 LocationSize::beforeOrAfterPointer() /*size*/, in mayAlias()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp366 const auto Size = LocationSize::beforeOrAfterPointer(); in RecordMemoryOps()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp223 LocationSize::beforeOrAfterPointer() /*size*/, in instMayAlias()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp622 LocationSize::beforeOrAfterPointer(), MFI.getObjectAlign(FI)); in storeRegToStackSlot()
705 LocationSize::beforeOrAfterPointer(), MFI.getObjectAlign(FI)); in loadRegFromStackSlot()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp2436 return LocationSize::beforeOrAfterPointer(); in getSpillSlotSize()
H A DModuloSchedule.cpp990 MMO, 0, LocationSize::beforeOrAfterPointer())); in updateMemOperands()