/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | VNCoercion.cpp | 30 uint64_t StoreSize = DL.getTypeSizeInBits(StoredTy).getFixedSize(); in canCoerceMustAliasedValueToLoad() local 196 uint64_t StoreSize = WriteSizeInBits / 8; // Convert to bytes. in analyzeLoadFromClobberingWrite() local 238 uint64_t StoreSize = in analyzeLoadFromClobberingStore() local 438 uint64_t StoreSize = in getStoreValueForLoadHelper() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCHazardRecognizers.h | 73 uint64_t StoreSize[4]; variable
|
H A D | PPCISelLowering.cpp | 6597 const unsigned StoreSize = LocVT.getStoreSize(); in CC_AIX() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 548 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in isLegalStore() local 763 unsigned StoreSize = 0; in processLoopStores() local 948 const SCEV *BECount, unsigned StoreSize, in mayLoopAccessLocation() 983 Type *IntPtr, unsigned StoreSize, in getStartForNegStride() 997 unsigned StoreSize, Loop *CurLoop, in getNumBytes() 1030 Value *DestPtr, unsigned StoreSize, MaybeAlign StoreAlignment, in processLoopStridedStore() 1172 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in processLoopStoreOfLoopLoad() local 1189 Value *DestPtr, Value *SourcePtr, unsigned StoreSize, MaybeAlign StoreAlign, in processLoopStoreOfLoopLoad()
|
H A D | MemCpyOptimizer.cpp | 181 int64_t StoreSize = DL.getTypeStoreSize(SI->getOperand(0)->getType()); in addStore() local
|
H A D | SROA.cpp | 4116 uint64_t StoreSize = Ty->getBitWidth() / 8; in presplitLoadsAndStores() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64StackTagging.cpp | 123 int64_t StoreSize = DL->getTypeStoreSize(SI->getOperand(0)->getType()); in addStore() local 132 uint64_t StoreSize = cast<ConstantInt>(MSI->getLength())->getZExtValue(); in addMemSet() local
|
H A D | AArch64LoadStoreOptimizer.cpp | 647 int StoreSize = TII->getMemScale(StoreInst); in isLdOffsetInRangeOfSt() local 1090 int StoreSize = TII->getMemScale(*StoreI); in promoteLoadFromStore() local
|
H A D | AArch64ISelLowering.cpp | 5686 uint64_t StoreSize = VA.getValVT().getStoreSize().getKnownMinSize(); in LowerCall() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | StackSlotColoring.cpp | 446 unsigned StoreSize = 0; in RemoveDeadStores() local
|
H A D | MachineFunction.cpp | 1175 uint64_t StoreSize = DL.getTypeStoreSize(A->getType()); in CanShareConstantPoolEntry() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86AvoidStoreForwardingBlocks.cpp | 626 int64_t StoreDispImm, unsigned StoreSize) { in isBlockingStore()
|
H A D | X86ISelDAGToDAG.cpp | 480 unsigned StoreSize = N->getMemoryVT().getStoreSize(); in useNonTemporalLoad() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 1958 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in isLegalStore() local 1988 const SCEV *BECount, unsigned StoreSize, in mayLoopAccessLocation() 2036 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in processCopyingStore() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 560 CharUnits StoreSize = Store.second; in EmitNullBaseClassInitialization() local 574 CharUnits StoreSize = Store.second; in EmitNullBaseClassInitialization() local
|
H A D | CGBuiltin.cpp | 428 CharUnits StoreSize = CGF.getContext().getTypeSizeInChars(ElTy); in EmitISOVolatileStore() local 3779 CharUnits StoreSize = getContext().getTypeSizeInChars(ElTy); in EmitBuiltinExpr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetTransformInfo.cpp | 353 unsigned GCNTTIImpl::getStoreVectorFactor(unsigned VF, unsigned StoreSize, in getStoreVectorFactor()
|
H A D | AMDGPUISelLowering.cpp | 39 unsigned StoreSize = VT.getStoreSizeInBits(); in getEquivalentMemType() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 1470 TypeSize StoreSize = MemAccess->getMemoryVT().getStoreSize(); in storeLoadIsAligned() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 729 unsigned getStoreVectorFactor(unsigned VF, unsigned StoreSize, in getStoreVectorFactor()
|
H A D | TargetTransformInfo.h | 2266 unsigned getStoreVectorFactor(unsigned VF, unsigned StoreSize, in getStoreVectorFactor()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 1166 unsigned StoreSize = DL.getTypeStoreSize(Shadow->getType()); in storeOrigin() local 4271 unsigned StoreSize = DL.getTypeStoreSize(Shadow->getType()); in visitCallBase() local 5149 unsigned StoreSize = DL.getTypeStoreSize(Shadow->getType()); in visitCallBase() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 1013 unsigned StoreSize, in getStoreVectorFactor()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 2982 const uint64_t StoreSize = DL.getTypeStoreSize(CV->getType()); in emitGlobalConstantImpl() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 18023 const TypeSize StoreSize = ST->getMemoryVT().getStoreSize(); in visitLIFETIME_END() local 20159 uint64_t StoreSize = MemoryLocation::getSizeOrUnknown(VT.getStoreSize()); in narrowExtractedVectorLoad() local
|