/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MemoryLocation.h | 138 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 D | MemorySSA.h | 1287 LocationSize::beforeOrAfterPointer());
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolutionAliasAnalysis.cpp | 111 AO ? LocationSize::beforeOrAfterPointer() in alias() 115 BO ? LocationSize::beforeOrAfterPointer() in alias()
|
H A D | MemoryLocation.cpp | 22 if (*this == beforeOrAfterPointer()) in print()
|
H A D | AliasSetTracker.cpp | 534 else if (MemLoc.Size == LocationSize::beforeOrAfterPointer()) in print()
|
H A D | BasicAliasAnalysis.cpp | 1500 PNSize = LocationSize::beforeOrAfterPointer(); in aliasPHI()
|
H A D | LoopAccessAnalysis.cpp | 739 Loc.Size = LocationSize::beforeOrAfterPointer(); in adjustLoc()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineMemOperand.h | 242 : LocationSize::beforeOrAfterPointer(); in getSize() 249 : LocationSize::beforeOrAfterPointer(); in getSizeInBits()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 2113 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 D | SelectionDAGBuilder.cpp | 4797 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 D | LegalizeDAG.cpp | 271 ? LocationSize::beforeOrAfterPointer() in getStackAlignedMMO()
|
H A D | DAGCombiner.cpp | 28281 : LocationSize::beforeOrAfterPointer(), in mayAlias() 28288 LocationSize::beforeOrAfterPointer() /*size*/, in mayAlias()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMParallelDSP.cpp | 366 const auto Size = LocationSize::beforeOrAfterPointer(); in RecordMemoryOps()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LoadStoreOpt.cpp | 223 LocationSize::beforeOrAfterPointer() /*size*/, in instMayAlias()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.cpp | 622 LocationSize::beforeOrAfterPointer(), MFI.getObjectAlign(FI)); in storeRegToStackSlot() 705 LocationSize::beforeOrAfterPointer(), MFI.getObjectAlign(FI)); in loadRegFromStackSlot()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineInstr.cpp | 2436 return LocationSize::beforeOrAfterPointer(); in getSpillSlotSize()
|
H A D | ModuloSchedule.cpp | 990 MMO, 0, LocationSize::beforeOrAfterPointer())); in updateMemOperands()
|