| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MemoryLocation.h | 124 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 D | MemorySSA.h | 1295 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 | 21 if (*this == beforeOrAfterPointer()) in print()
|
| H A D | AliasSetTracker.cpp | 530 else if (MemLoc.Size == LocationSize::beforeOrAfterPointer()) in print()
|
| H A D | BasicAliasAnalysis.cpp | 1530 PNSize = LocationSize::beforeOrAfterPointer(); in aliasPHI()
|
| H A D | LoopAccessAnalysis.cpp | 841 Loc.Size = LocationSize::beforeOrAfterPointer(); in adjustLoc()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineMemOperand.h | 246 : LocationSize::beforeOrAfterPointer(); in getSize() 253 : LocationSize::beforeOrAfterPointer(); in getSizeInBits()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 2188 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 D | SelectionDAGBuilder.cpp | 4871 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 D | LegalizeDAG.cpp | 281 ? LocationSize::beforeOrAfterPointer() in getStackAlignedMMO()
|
| H A D | DAGCombiner.cpp | 29409 : LocationSize::beforeOrAfterPointer(), in mayAlias() 29416 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 | 220 LocationSize::beforeOrAfterPointer() /*size*/, in instMayAlias()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineInstr.cpp | 2554 return LocationSize::beforeOrAfterPointer(); in getSpillSlotSize()
|
| H A D | ModuloSchedule.cpp | 1008 MMO, 0, LocationSize::beforeOrAfterPointer())); in updateMemOperands()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 11989 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()
|