Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DVNCoercion.cpp177 uint64_t LoadSize = DL.getTypeSizeInBits(LoadTy); in analyzeLoadFromClobberingWrite() local
242 unsigned LoadSize = DL.getTypeStoreSize(LoadTy); in analyzeLoadFromClobberingLoad() local
321 uint64_t LoadSize = (DL.getTypeSizeInBits(LoadTy) + 7) / 8; in getStoreValueForLoadHelper() local
374 unsigned LoadSize = DL.getTypeStoreSize(LoadTy); in getLoadValueForLoad() local
418 unsigned LoadSize = DL.getTypeStoreSize(LoadTy); in getConstantLoadValueForLoad() local
429 uint64_t LoadSize = DL.getTypeSizeInBits(LoadTy) / 8; in getMemInstValueForLoadHelper() local
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp92 isLoadOfStoredAddress(unsigned LoadSize, SDValue Ptr1, SDValue Ptr2) const { in isLoadOfStoredAddress()
172 unsigned LoadSize; in getHazardType() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLoads.cpp118 uint64_t LoadSize = TD->getTypeStoreSize(AddrTy->getElementType()); in isSafeToLoadUnconditionally() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUInstructionSelector.cpp449 static unsigned getSmrdOpcode(unsigned BaseOpcode, unsigned LoadSize) { in getSmrdOpcode()
526 unsigned LoadSize = RBI.getSizeInBits(DstReg, MRI, TRI); in selectSMRD() local
585 unsigned LoadSize = RBI.getSizeInBits(DstReg, MRI, TRI); in selectG_LOAD() local
DAMDGPULowerKernelAttributes.cpp113 unsigned LoadSize = DL.getTypeStoreSize(Load->getType()); in processUse() local
DAMDGPUTargetTransformInfo.cpp234 unsigned GCNTTIImpl::getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DGVN.cpp700 uint64_t LoadSize = TD.getTypeSizeInBits(LoadedTy); in CoerceAvailableValueToLoadType() local
808 uint64_t LoadSize = TD.getTypeSizeInBits(LoadTy); in AnalyzeLoadFromClobberingWrite() local
882 unsigned LoadSize = TD.getTypeStoreSize(LoadTy); in AnalyzeLoadFromClobberingLoad() local
949 uint64_t LoadSize = (TD.getTypeSizeInBits(LoadTy) + 7) / 8; in GetStoreValueForLoad() local
988 unsigned LoadSize = TD.getTypeStoreSize(LoadTy); in GetLoadValueForLoad() local
1045 uint64_t LoadSize = TD.getTypeSizeInBits(LoadTy)/8; in GetMemInstValueForLoad() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DExpandMemCmp.cpp81 const unsigned LoadSize; member
146 const unsigned LoadSize = Options.LoadSizes[LoadSizeIndex]; in MemCmpExpansion() local
DStackSlotColoring.cpp448 unsigned LoadSize = 0; in RemoveDeadStores() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp301 isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset, in isLoadOfStoredAddress()
/external/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp301 isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset, in isLoadOfStoredAddress()
/external/llvm/lib/Analysis/
DLoads.cpp223 uint64_t LoadSize = DL.getTypeStoreSize(AddrTy->getElementType()); in isSafeToLoadUnconditionally() local
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp844 uint64_t LoadSize = DL.getTypeSizeInBits(LoadTy); in AnalyzeLoadFromClobberingWrite() local
918 unsigned LoadSize = DL.getTypeStoreSize(LoadTy); in AnalyzeLoadFromClobberingLoad() local
992 uint64_t LoadSize = (DL.getTypeSizeInBits(LoadTy) + 7) / 8; in GetStoreValueForLoad() local
1032 unsigned LoadSize = DL.getTypeStoreSize(LoadTy); in GetLoadValueForLoad() local
1088 uint64_t LoadSize = DL.getTypeSizeInBits(LoadTy)/8; in GetMemInstValueForLoad() local
DSROA.cpp3547 uint64_t LoadSize = Ty->getBitWidth() / 8; in presplitLoadsAndStores() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoads.cpp239 uint64_t LoadSize = DL.getTypeStoreSize(AddrTy->getElementType()); in isSafeToLoadUnconditionally() local
DTargetTransformInfo.cpp607 unsigned LoadSize, in getLoadVectorFactor()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp565 int LoadSize = getMemScale(LoadInst); in isLdOffsetInRangeOfSt() local
884 int LoadSize = getMemScale(*LoadI); in promoteLoadFromStore() local
/external/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp605 int LoadSize = getMemScale(LoadInst); in isLdOffsetInRangeOfSt() local
933 int LoadSize = getMemScale(*LoadI); in promoteLoadFromStore() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86AvoidStoreForwardingBlocks.cpp623 static bool isBlockingStore(int64_t LoadDispImm, unsigned LoadSize, in isBlockingStore()
DX86ISelLowering.cpp6911 int LoadSize = in EltsFromConsecutiveLoads() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h551 unsigned getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()
DTargetTransformInfo.h1560 unsigned getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp1867 unsigned LoadSize = (RemainingSize == 3 ? 2 : RemainingSize); in WriteByValArg() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSROA.cpp3748 uint64_t LoadSize = Ty->getBitWidth() / 8; in presplitLoadsAndStores() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp5686 int LoadSize = in EltsFromConsecutiveLoads() local