Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.h73 uint64_t StoreSize[4]; variable
H A DPPCISelLowering.cpp6956 const unsigned StoreSize = LocVT.getStoreSize(); in CC_AIX() local
7269 unsigned StoreSize = in LowerFormalArguments_AIX() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp216 uint64_t StoreSize = WriteSizeInBits / 8; // Convert to bytes. in analyzeLoadFromClobberingWrite() local
246 uint64_t StoreSize = in analyzeLoadFromClobberingStore() local
347 uint64_t StoreSize = in getStoreValueForLoadHelper() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineScheduler.cpp56 int StoreSize = AArch64InstrInfo::getMemScale(MI) * Multiples; in mayOverlapWrite() local
H A DAArch64StackTagging.cpp140 int64_t StoreSize = DL->getTypeStoreSize(SI->getOperand(0)->getType()); in addStore() local
149 uint64_t StoreSize = cast<ConstantInt>(MSI->getLength())->getZExtValue(); in addMemSet() local
H A DAArch64LoadStoreOptimizer.cpp699 int StoreSize = TII->getMemScale(StoreInst); in isLdOffsetInRangeOfSt() local
1402 int StoreSize = TII->getMemScale(*StoreI); in promoteLoadFromStore() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp505 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in isLegalStore() local
716 unsigned StoreSize = 0; in processLoopStores() local
1208 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in processLoopStoreOfLoopLoad() local
1237 bool loadAndStoreMayFormMemmove(unsigned StoreSize, bool IsNegStride, in loadAndStoreMayFormMemmove()
1304 int64_t StoreSize = ConstStoreSize->getValue()->getZExtValue(); in processLoopStoreOfLoopLoad() local
H A DSROA.cpp1142 TypeSize StoreSize = DL.getTypeStoreSize(ValOp->getType()); in visitStoreInst() local
1314 TypeSize StoreSize = DL.getTypeStoreSize(Op->getType()); in hasUnsafePHIOrSelectUse() local
2486 TypeSize StoreSize = DL.getTypeStoreSize(ValueTy); in isIntegerWideningViableForSlice() local
3144 TypeSize StoreSize = DL.getTypeStoreSize(V->getType()); in visitStoreInst() local
4776 uint64_t StoreSize = Ty->getBitWidth() / 8; in presplitLoadsAndStores() local
H A DMemCpyOptimizer.cpp185 TypeSize StoreSize = DL.getTypeStoreSize(SI->getOperand(0)->getType()); in addStore() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp490 TypeSize StoreSize = TypeSize::getZero(); in RemoveDeadStores() local
H A DMachineFunction.cpp1512 uint64_t StoreSize = DL.getTypeStoreSize(A->getType()); in CanShareConstantPoolEntry() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp619 int64_t StoreDispImm, unsigned StoreSize) { in isBlockingStore()
H A DX86ISelDAGToDAG.cpp577 unsigned StoreSize = N->getMemoryVT().getStoreSize(); in useNonTemporalLoad() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1935 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in isLegalStore() local
1965 const SCEV *BECount, unsigned StoreSize, in mayLoopAccessLocation()
2012 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in processCopyingStore() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp619 TypeSize StoreSize = DL.getTypeSizeInBits(Val->getType()); in getAvailableLoadStore() local
H A DTargetTransformInfo.cpp1390 unsigned StoreSize, in getStoreVectorFactor()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp576 CharUnits StoreSize = Store.second; in EmitNullBaseClassInitialization() local
590 CharUnits StoreSize = Store.second; in EmitNullBaseClassInitialization() local
H A DCGBuiltin.cpp578 CharUnits StoreSize = CGF.getContext().getTypeSizeInChars(ElTy); in EmitISOVolatileStore() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp369 unsigned GCNTTIImpl::getStoreVectorFactor(unsigned VF, unsigned StoreSize, in getStoreVectorFactor()
H A DAMDGPUISelLowering.cpp41 unsigned StoreSize = VT.getStoreSizeInBits(); in getEquivalentMemType() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1538 TypeSize StoreSize = MemAccess->getMemoryVT().getStoreSize(); in storeLoadIsAligned() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1345 TypeSize StoreSize = DL.getTypeStoreSize(Shadow->getType()); in storeOrigin() local
6637 TypeSize StoreSize = DL.getTypeStoreSize(Shadow->getType()); in visitCallBase() local
7471 TypeSize StoreSize = DL.getTypeStoreSize(Shadow->getType()); in visitCallBase() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1077 virtual unsigned getStoreVectorFactor(unsigned VF, unsigned StoreSize, in getStoreVectorFactor()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp4082 const uint64_t StoreSize = DL.getTypeStoreSize(CV->getType()); in emitGlobalConstantImpl() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1378 TypeSize StoreSize = DL->getTypeStoreSize(LI.getType()); in translateLoad() local

12