Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp31 uint64_t StoreSize = DL.getTypeSizeInBits(StoredTy).getFixedValue(); in canCoerceMustAliasedValueToLoad() local
193 uint64_t StoreSize = WriteSizeInBits / 8; // Convert to bytes. in analyzeLoadFromClobberingWrite() local
223 uint64_t StoreSize = in analyzeLoadFromClobberingStore() local
307 uint64_t StoreSize = in getStoreValueForLoadHelper() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.h73 uint64_t StoreSize[4]; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineScheduler.cpp56 int StoreSize = AArch64InstrInfo::getMemScale(MI) * Multiples; in mayOverlapWrite() local
H A DAArch64StackTagging.cpp129 int64_t StoreSize = DL->getTypeStoreSize(SI->getOperand(0)->getType()); addStore() local
138 uint64_t StoreSize = cast<ConstantInt>(MSI->getLength())->getZExtValue(); addMemSet() local
H A DAArch64LoadStoreOptimizer.cpp631 int StoreSize = TII->getMemScale(StoreInst); isLdOffsetInRangeOfSt() local
1143 int StoreSize = TII->getMemScale(*StoreI); promoteLoadFromStore() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp475 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); isLegalStore() local
687 unsigned StoreSize = 0; processLoopStores() local
1174 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); processLoopStoreOfLoopLoad() local
1203 loadAndStoreMayFormMemmove(unsigned StoreSize,bool IsNegStride,const Instruction & TheLoad,bool IsMemCpy) const loadAndStoreMayFormMemmove() argument
1270 int64_t StoreSize = ConstStoreSize->getValue()->getZExtValue(); processLoopStoreOfLoopLoad() local
[all...]
H A DSROA.cpp1178 TypeSize StoreSize = DL.getTypeStoreSize(ValOp->getType()); visitStoreInst() local
1351 TypeSize StoreSize = DL.getTypeStoreSize(Op->getType()); hasUnsafePHIOrSelectUse() local
4591 uint64_t StoreSize = Ty->getBitWidth() / 8; presplitLoadsAndStores() local
[all...]
H A DMemCpyOptimizer.cpp178 TypeSize StoreSize = DL.getTypeStoreSize(SI->getOperand(0)->getType()); addStore() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp471 unsigned StoreSize = 0; RemoveDeadStores() local
H A DMachineFunction.cpp1430 uint64_t StoreSize = DL.getTypeStoreSize(A->getType()); CanShareConstantPoolEntry() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp620 int64_t StoreDispImm, unsigned StoreSize) { in isBlockingStore() argument
H A DX86ISelDAGToDAG.cpp533 unsigned StoreSize = N->getMemoryVT().getStoreSize(); in useNonTemporalLoad() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp535 TypeSize StoreSize = DL.getTypeSizeInBits(Val->getType()); getAvailableLoadStore() local
H A DTargetTransformInfo.cpp1232 getStoreVectorFactor(unsigned VF,unsigned StoreSize,unsigned ChainSizeInBytes,VectorType * VecTy) const getStoreVectorFactor() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1953 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); isLegalStore() local
1983 mayLoopAccessLocation(Value * Ptr,ModRefInfo Access,Loop * L,const SCEV * BECount,unsigned StoreSize,AliasAnalysis & AA,SmallPtrSetImpl<Instruction * > & Ignored) mayLoopAccessLocation() argument
2030 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); processCopyingStore() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp568 CharUnits StoreSize = Store.second; EmitNullBaseClassInitialization() local
582 CharUnits StoreSize = Store.second; EmitNullBaseClassInitialization() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp356 unsigned GCNTTIImpl::getStoreVectorFactor(unsigned VF, unsigned StoreSize, in getStoreVectorFactor() argument
H A DAMDGPUISelLowering.cpp41 unsigned StoreSize = VT.getStoreSizeInBits(); in getEquivalentMemType() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1279 TypeSize StoreSize = DL.getTypeStoreSize(Shadow->getType()); storeOrigin() local
4891 TypeSize StoreSize = DL.getTypeStoreSize(Shadow->getType()); visitCallBase() local
5631 TypeSize StoreSize = DL.getTypeStoreSize(Shadow->getType()); visitCallBase() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1511 TypeSize StoreSize = MemAccess->getMemoryVT().getStoreSize(); storeLoadIsAligned() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h883 getStoreVectorFactor(unsigned VF,unsigned StoreSize,unsigned ChainSizeInBytes,VectorType * VecTy) getStoreVectorFactor() argument
H A DTargetTransformInfo.h2801 getStoreVectorFactor(unsigned VF,unsigned StoreSize,unsigned ChainSizeInBytes,VectorType * VecTy) getStoreVectorFactor() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3695 const uint64_t StoreSize = DL.getTypeStoreSize(CV->getType()); emitGlobalConstantImpl() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1367 unsigned StoreSize = DL->getTypeStoreSize(LI.getType()); translateLoad() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21322 const TypeSize StoreSize = ST->getMemoryVT().getStoreSize(); visitLIFETIME_END() local
24233 uint64_t StoreSize = MemoryLocation::getSizeOrUnknown(VT.getStoreSize()); narrowExtractedVectorLoad() local
[all...]

12