/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | VNCoercion.cpp | 31 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 D | PPCHazardRecognizers.h | 73 uint64_t StoreSize[4]; variable
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64MachineScheduler.cpp | 56 int StoreSize = AArch64InstrInfo::getMemScale(MI) * Multiples; in mayOverlapWrite() local
|
H A D | AArch64StackTagging.cpp | 131 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 D | AArch64LoadStoreOptimizer.cpp | 626 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 D | LoopIdiomRecognize.cpp | 550 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 D | MemCpyOptimizer.cpp | 177 TypeSize StoreSize = DL.getTypeStoreSize(SI->getOperand(0)->getType()); in addStore() local
|
H A D | SROA.cpp | 4440 uint64_t StoreSize = Ty->getBitWidth() / 8; in presplitLoadsAndStores() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | StackSlotColoring.cpp | 441 unsigned StoreSize = 0; in RemoveDeadStores() local
|
H A D | MachineFunction.cpp | 1414 uint64_t StoreSize = DL.getTypeStoreSize(A->getType()); in CanShareConstantPoolEntry() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86AvoidStoreForwardingBlocks.cpp | 620 int64_t StoreDispImm, unsigned StoreSize) { in isBlockingStore()
|
H A D | X86ISelDAGToDAG.cpp | 531 unsigned StoreSize = N->getMemoryVT().getStoreSize(); in useNonTemporalLoad() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 1953 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 D | Loads.cpp | 511 TypeSize StoreSize = DL.getTypeSizeInBits(Val->getType()); in getAvailableLoadStore() local
|
H A D | TargetTransformInfo.cpp | 1141 unsigned StoreSize, in getStoreVectorFactor()
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 564 CharUnits StoreSize = Store.second; in EmitNullBaseClassInitialization() local 578 CharUnits StoreSize = Store.second; in EmitNullBaseClassInitialization() local
|
H A D | CGBuiltin.cpp | 465 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 D | AMDGPUTargetTransformInfo.cpp | 346 unsigned GCNTTIImpl::getStoreVectorFactor(unsigned VF, unsigned StoreSize, in getStoreVectorFactor()
|
H A D | AMDGPUISelLowering.cpp | 40 unsigned StoreSize = VT.getStoreSizeInBits(); in getEquivalentMemType() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 1215 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 D | SystemZISelDAGToDAG.cpp | 1476 TypeSize StoreSize = MemAccess->getMemoryVT().getStoreSize(); in storeLoadIsAligned() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 823 unsigned getStoreVectorFactor(unsigned VF, unsigned StoreSize, in getStoreVectorFactor()
|
H A D | TargetTransformInfo.h | 2544 unsigned getStoreVectorFactor(unsigned VF, unsigned StoreSize, in getStoreVectorFactor()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 3452 const uint64_t StoreSize = DL.getTypeStoreSize(CV->getType()); in emitGlobalConstantImpl() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 1287 unsigned StoreSize = DL->getTypeStoreSize(LI.getType()); in translateLoad() local
|