Home
last modified time | relevance | path

Searched defs:StoreSize (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp31 uint64_t StoreSize = DL.getTypeSizeInBits(StoredTy).getFixedValue(); canCoerceMustAliasedValueToLoad() local
193 uint64_t StoreSize = WriteSizeInBits / 8; // Convert to bytes. analyzeLoadFromClobberingWrite() local
223 uint64_t StoreSize = analyzeLoadFromClobberingStore() local
307 uint64_t StoreSize = getStoreValueForLoadHelper() local
[all...]
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.h73 uint64_t StoreSize[4]; variable
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineScheduler.cpp56 int StoreSize = AArch64InstrInfo::getMemScale(MI) * Multiples; in mayOverlapWrite() local
H A DAArch64StackTagging.cpp150 if (!addRange(Offset, Offset + StoreSize, MSI)) in addStore() local
159 uint64_t StoreSize = cast<ConstantInt>(MSI->getLength())->getZExtValue(); addMemSet() local
H A DAArch64LoadStoreOptimizer.cpp633 int StoreSize = TII->getMemScale(StoreInst); isLdOffsetInRangeOfSt() local
1145 int StoreSize = TII->getMemScale(*StoreI); promoteLoadFromStore() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp473 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); isLegalStore() local
685 unsigned StoreSize = 0; processLoopStores() local
1172 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); processLoopStoreOfLoopLoad() local
1201 loadAndStoreMayFormMemmove(unsigned StoreSize,bool IsNegStride,const Instruction & TheLoad,bool IsMemCpy) const loadAndStoreMayFormMemmove() argument
1268 int64_t StoreSize = ConstStoreSize->getValue()->getZExtValue(); processLoopStoreOfLoopLoad() local
[all...]
H A DSROA.cpp1130 TypeSize StoreSize = DL.getTypeStoreSize(ValOp->getType()); visitStoreInst() local
1304 TypeSize StoreSize = DL.getTypeStoreSize(Op->getType()); hasUnsafePHIOrSelectUse() local
4637 uint64_t StoreSize = Ty->getBitWidth() / 8; presplitLoadsAndStores() local
[all...]
H A DMemCpyOptimizer.cpp181 TypeSize StoreSize = DL.getTypeStoreSize(SI->getOperand(0)->getType()); addStore() local
/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp481 unsigned StoreSize = 0; RemoveDeadStores() local
H A DMachineFunction.cpp1442 uint64_t StoreSize = DL.getTypeStoreSize(A->getType()); CanShareConstantPoolEntry() local
/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp620 isBlockingStore(int64_t LoadDispImm,unsigned LoadSize,int64_t StoreDispImm,unsigned StoreSize) isBlockingStore() argument
H A DX86ISelDAGToDAG.cpp533 unsigned StoreSize = N->getMemoryVT().getStoreSize(); useNonTemporalLoad() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1947 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); isLegalStore() local
1977 mayLoopAccessLocation(Value * Ptr,ModRefInfo Access,Loop * L,const SCEV * BECount,unsigned StoreSize,AliasAnalysis & AA,SmallPtrSetImpl<Instruction * > & Ignored) mayLoopAccessLocation() argument
2024 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); processCopyingStore() local
[all...]
/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp537 TypeSize StoreSize = DL.getTypeSizeInBits(Val->getType()); getAvailableLoadStore() local
H A DTargetTransformInfo.cpp1283 getStoreVectorFactor(unsigned VF,unsigned StoreSize,unsigned ChainSizeInBytes,VectorType * VecTy) const getStoreVectorFactor() argument
/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp571 CharUnits StoreSize = Store.second; EmitNullBaseClassInitialization() local
585 CharUnits StoreSize = Store.second; EmitNullBaseClassInitialization() local
/llvm-project/polly/lib/Transform/
H A DDeLICM.cpp1062 auto StoreSize = in collapseScalarsToStore() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp356 getStoreVectorFactor(unsigned VF,unsigned StoreSize,unsigned ChainSizeInBytes,VectorType * VecTy) const getStoreVectorFactor() argument
H A DAMDGPUISelLowering.cpp41 unsigned StoreSize = VT.getStoreSizeInBits(); in getEquivalentMemType() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1285 TypeSize StoreSize = DL.getTypeStoreSize(Shadow->getType()); storeOrigin() local
5078 TypeSize StoreSize = DL.getTypeStoreSize(Shadow->getType()); visitCallBase() local
5814 TypeSize StoreSize = DL.getTypeStoreSize(Shadow->getType()); visitCallBase() local
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1527 TypeSize StoreSize = MemAccess->getMemoryVT().getStoreSize(); storeLoadIsAligned() local
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h917 getStoreVectorFactor(unsigned VF,unsigned StoreSize,unsigned ChainSizeInBytes,VectorType * VecTy) getStoreVectorFactor() argument
H A DTargetTransformInfo.h2880 getStoreVectorFactor(unsigned VF,unsigned StoreSize,unsigned ChainSizeInBytes,VectorType * VecTy) getStoreVectorFactor() argument
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3704 const uint64_t StoreSize = DL.getTypeStoreSize(CV->getType()); emitGlobalConstantImpl() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1364 TypeSize StoreSize = DL->getTypeStoreSize(LI.getType()); translateLoad() local

12