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.h124 constexpr static LocationSize beforeOrAfterPointer() { in beforeOrAfterPointer() function
143 return beforeOrAfterPointer(); in unionWith()
285 return MemoryLocation(Ptr, LocationSize::beforeOrAfterPointer(), AATags);
288 MemoryLocation() : Ptr(nullptr), Size(LocationSize::beforeOrAfterPointer()) {} in MemoryLocation()
H A DMemorySSA.h1295 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.cpp21 if (*this == beforeOrAfterPointer()) in print()
H A DAliasSetTracker.cpp530 else if (MemLoc.Size == LocationSize::beforeOrAfterPointer()) in print()
H A DBasicAliasAnalysis.cpp1530 PNSize = LocationSize::beforeOrAfterPointer(); in aliasPHI()
H A DLoopAccessAnalysis.cpp841 Loc.Size = LocationSize::beforeOrAfterPointer(); in adjustLoc()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h246 : LocationSize::beforeOrAfterPointer(); in getSize()
253 : LocationSize::beforeOrAfterPointer(); in getSizeInBits()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2188 LocationSize::beforeOrAfterPointer(), Alignment, LD->getAAInfo(), in SplitVecRes_VP_LOAD()
2212 MPI, MachineMemOperand::MOLoad, LocationSize::beforeOrAfterPointer(), in SplitVecRes_VP_LOAD()
2292 MachineMemOperand::MOLoad, LocationSize::beforeOrAfterPointer(), in SplitVecRes_VP_STRIDED_LOAD()
2352 LocationSize::beforeOrAfterPointer(), Alignment, MLD->getAAInfo(), in SplitVecRes_MLOAD()
2376 MPI, MachineMemOperand::MOLoad, LocationSize::beforeOrAfterPointer(), in SplitVecRes_MLOAD()
2439 LocationSize::beforeOrAfterPointer(), Alignment, N->getAAInfo(), in SplitVecRes_Gather()
3190 PtrInfo, MachineMemOperand::MOStore, LocationSize::beforeOrAfterPointer(), in SplitVecRes_VP_REVERSE()
3193 PtrInfo, MachineMemOperand::MOLoad, LocationSize::beforeOrAfterPointer(), in SplitVecRes_VP_REVERSE()
3242 PtrInfo, MachineMemOperand::MOStore, LocationSize::beforeOrAfterPointer(), in SplitVecRes_VP_SPLICE()
3245 PtrInfo, MachineMemOperand::MOLoad, LocationSize::beforeOrAfterPointer(), in SplitVecRes_VP_SPLICE()
[all …]
H A DSelectionDAGBuilder.cpp4871 LocationSize::beforeOrAfterPointer(), Alignment, I.getAAMetadata()); in visitMaskedStore()
4984 LocationSize::beforeOrAfterPointer(), Alignment, I.getAAMetadata()); in visitMaskedScatter()
5054 LocationSize::beforeOrAfterPointer(), Alignment, AAInfo, Ranges); in visitMaskedLoad()
5101 LocationSize::beforeOrAfterPointer(), Alignment, I.getAAMetadata(), in visitMaskedGather()
7101 MPI, MachineMemOperand::MOStore, LocationSize::beforeOrAfterPointer(), in visitIntrinsicCall()
7130 MPI, MachineMemOperand::MOLoad, LocationSize::beforeOrAfterPointer(), in visitIntrinsicCall()
8450 LocationSize::beforeOrAfterPointer(), *Alignment, AAInfo, Ranges); in visitVPLoad()
8474 LocationSize::beforeOrAfterPointer(), *Alignment, AAInfo, Ranges); in visitVPGather()
8514 LocationSize::beforeOrAfterPointer(), *Alignment, AAInfo); in visitVPStore()
8537 LocationSize::beforeOrAfterPointer(), *Alignment, AAInfo); in visitVPScatter()
[all …]
H A DLegalizeDAG.cpp281 ? LocationSize::beforeOrAfterPointer() in getStackAlignedMMO()
H A DDAGCombiner.cpp29409 : LocationSize::beforeOrAfterPointer(), in mayAlias()
29416 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.cpp220 LocationSize::beforeOrAfterPointer() /*size*/, in instMayAlias()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp2554 return LocationSize::beforeOrAfterPointer(); in getSpillSlotSize()
H A DModuloSchedule.cpp1008 MMO, 0, LocationSize::beforeOrAfterPointer())); in updateMemOperands()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp11989 MachineMemOperand::MOStore, LocationSize::beforeOrAfterPointer()); in lowerVECTOR_DEINTERLEAVE()
12011 MachineMemOperand::MOLoad, LocationSize::beforeOrAfterPointer()); in lowerVECTOR_DEINTERLEAVE()
12128 MachineMemOperand::MOStore, LocationSize::beforeOrAfterPointer()); in lowerVECTOR_INTERLEAVE()
17852 LocationSize::beforeOrAfterPointer(), VPLoad->getAlign()); in performVP_REVERSECombine()
17913 LocationSize::beforeOrAfterPointer(), VPStore->getAlign()); in performVP_STORECombine()