Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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
413 uint64_t StoreSize = in getStoreValueForLoadHelper() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.h73 uint64_t StoreSize[4]; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64MachineScheduler.cpp56 int StoreSize = AArch64InstrInfo::getMemScale(MI) * Multiples; in mayOverlapWrite() local
H A DAArch64StackTagging.cpp131 int64_t StoreSize = DL->getTypeStoreSize(SI->getOperand(0)->getType()); in addStore() local
140 uint64_t StoreSize = cast<ConstantInt>(MSI->getLength())->getZExtValue(); in addMemSet() local
H A DAArch64LoadStoreOptimizer.cpp626 int StoreSize = TII->getMemScale(StoreInst); in isLdOffsetInRangeOfSt() local
1074 int StoreSize = TII->getMemScale(*StoreI); in promoteLoadFromStore() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp550 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in isLegalStore() local
762 unsigned StoreSize = 0; in processLoopStores() local
1259 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in processLoopStoreOfLoopLoad() local
1288 bool loadAndStoreMayFormMemmove(unsigned StoreSize, bool IsNegStride, in loadAndStoreMayFormMemmove()
1355 int64_t StoreSize = ConstStoreSize->getValue()->getZExtValue(); in processLoopStoreOfLoopLoad() local
H A DMemCpyOptimizer.cpp177 TypeSize StoreSize = DL.getTypeStoreSize(SI->getOperand(0)->getType()); in addStore() local
H A DSROA.cpp4440 uint64_t StoreSize = Ty->getBitWidth() / 8; in presplitLoadsAndStores() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp441 unsigned StoreSize = 0; in RemoveDeadStores() local
H A DMachineFunction.cpp1414 uint64_t StoreSize = DL.getTypeStoreSize(A->getType()); in CanShareConstantPoolEntry() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp620 int64_t StoreDispImm, unsigned StoreSize) { in isBlockingStore()
H A DX86ISelDAGToDAG.cpp531 unsigned StoreSize = N->getMemoryVT().getStoreSize(); in useNonTemporalLoad() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1953 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in isLegalStore() local
1983 const SCEV *BECount, unsigned StoreSize, in mayLoopAccessLocation()
2030 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in processCopyingStore() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoads.cpp511 TypeSize StoreSize = DL.getTypeSizeInBits(Val->getType()); in getAvailableLoadStore() local
H A DTargetTransformInfo.cpp1141 unsigned StoreSize, in getStoreVectorFactor()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprCXX.cpp564 CharUnits StoreSize = Store.second; in EmitNullBaseClassInitialization() local
578 CharUnits StoreSize = Store.second; in EmitNullBaseClassInitialization() local
H A DCGBuiltin.cpp465 CharUnits StoreSize = CGF.getContext().getTypeSizeInChars(ElTy); in EmitISOVolatileStore() local
3975 CharUnits StoreSize = getContext().getTypeSizeInChars(ElTy); in EmitBuiltinExpr() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp346 unsigned GCNTTIImpl::getStoreVectorFactor(unsigned VF, unsigned StoreSize, in getStoreVectorFactor()
H A DAMDGPUISelLowering.cpp40 unsigned StoreSize = VT.getStoreSizeInBits(); in getEquivalentMemType() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1215 unsigned StoreSize = DL.getTypeStoreSize(Shadow->getType()); in storeOrigin() local
4724 unsigned StoreSize = DL.getTypeStoreSize(Shadow->getType()); in visitCallBase() local
5590 unsigned StoreSize = DL.getTypeStoreSize(Shadow->getType()); in visitCallBase() local
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1476 TypeSize StoreSize = MemAccess->getMemoryVT().getStoreSize(); in storeLoadIsAligned() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h823 unsigned getStoreVectorFactor(unsigned VF, unsigned StoreSize, in getStoreVectorFactor()
H A DTargetTransformInfo.h2544 unsigned getStoreVectorFactor(unsigned VF, unsigned StoreSize, in getStoreVectorFactor()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3452 const uint64_t StoreSize = DL.getTypeStoreSize(CV->getType()); in emitGlobalConstantImpl() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1287 unsigned StoreSize = DL->getTypeStoreSize(LI.getType()); in translateLoad() local

12