/freebsd-src/contrib/llvm-project/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 307 uint64_t StoreSize = in getStoreValueForLoadHelper() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCHazardRecognizers.h | 73 uint64_t StoreSize[4]; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64MachineScheduler.cpp | 56 int StoreSize = AArch64InstrInfo::getMemScale(MI) * Multiples; in mayOverlapWrite() local
|
H A D | AArch64StackTagging.cpp | 129 int64_t StoreSize = DL->getTypeStoreSize(SI->getOperand(0)->getType()); addStore() local 138 uint64_t StoreSize = cast<ConstantInt>(MSI->getLength())->getZExtValue(); addMemSet() local
|
H A D | AArch64LoadStoreOptimizer.cpp | 631 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 D | LoopIdiomRecognize.cpp | 475 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 D | SROA.cpp | 1178 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 D | MemCpyOptimizer.cpp | 178 TypeSize StoreSize = DL.getTypeStoreSize(SI->getOperand(0)->getType()); addStore() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | StackSlotColoring.cpp | 471 unsigned StoreSize = 0; RemoveDeadStores() local
|
H A D | MachineFunction.cpp | 1430 uint64_t StoreSize = DL.getTypeStoreSize(A->getType()); CanShareConstantPoolEntry() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86AvoidStoreForwardingBlocks.cpp | 620 int64_t StoreDispImm, unsigned StoreSize) { in isBlockingStore() argument
|
H A D | X86ISelDAGToDAG.cpp | 533 unsigned StoreSize = N->getMemoryVT().getStoreSize(); in useNonTemporalLoad() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | Loads.cpp | 535 TypeSize StoreSize = DL.getTypeSizeInBits(Val->getType()); getAvailableLoadStore() local
|
H A D | TargetTransformInfo.cpp | 1232 getStoreVectorFactor(unsigned VF,unsigned StoreSize,unsigned ChainSizeInBytes,VectorType * VecTy) const getStoreVectorFactor() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 1953 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 D | CGExprCXX.cpp | 568 CharUnits StoreSize = Store.second; EmitNullBaseClassInitialization() local 582 CharUnits StoreSize = Store.second; EmitNullBaseClassInitialization() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetTransformInfo.cpp | 356 unsigned GCNTTIImpl::getStoreVectorFactor(unsigned VF, unsigned StoreSize, in getStoreVectorFactor() argument
|
H A D | AMDGPUISelLowering.cpp | 41 unsigned StoreSize = VT.getStoreSizeInBits(); in getEquivalentMemType() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 1279 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 D | SystemZISelDAGToDAG.cpp | 1511 TypeSize StoreSize = MemAccess->getMemoryVT().getStoreSize(); storeLoadIsAligned() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 883 getStoreVectorFactor(unsigned VF,unsigned StoreSize,unsigned ChainSizeInBytes,VectorType * VecTy) getStoreVectorFactor() argument
|
H A D | TargetTransformInfo.h | 2801 getStoreVectorFactor(unsigned VF,unsigned StoreSize,unsigned ChainSizeInBytes,VectorType * VecTy) getStoreVectorFactor() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 3695 const uint64_t StoreSize = DL.getTypeStoreSize(CV->getType()); emitGlobalConstantImpl() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 1367 unsigned StoreSize = DL->getTypeStoreSize(LI.getType()); translateLoad() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 21322 const TypeSize StoreSize = ST->getMemoryVT().getStoreSize(); visitLIFETIME_END() local 24233 uint64_t StoreSize = MemoryLocation::getSizeOrUnknown(VT.getStoreSize()); narrowExtractedVectorLoad() local [all...] |