/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
D | VNCoercion.cpp | 189 uint64_t LoadSize = DL.getTypeSizeInBits(LoadTy).getFixedValue(); in analyzeLoadFromClobberingWrite() local 337 unsigned LoadSize = DL.getTypeStoreSize(LoadTy).getFixedValue(); in analyzeLoadFromClobberingLoad() local 415 uint64_t LoadSize = (DL.getTypeSizeInBits(LoadTy).getFixedValue() + 7) / 8; in getStoreValueForLoadHelper() local 469 unsigned LoadSize = DL.getTypeStoreSize(LoadTy).getFixedValue(); in getLoadValueForLoad() local 514 unsigned LoadSize = DL.getTypeStoreSize(LoadTy).getFixedValue(); in getConstantLoadValueForLoad() local 526 uint64_t LoadSize = DL.getTypeSizeInBits(LoadTy).getFixedValue() / 8; in getMemInstValueForLoad() local 572 uint64_t LoadSize = DL.getTypeSizeInBits(LoadTy).getFixedValue() / 8; in getConstantMemInstValueForLoad() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | VNCoercion.cpp | 187 uint64_t LoadSize = DL.getTypeSizeInBits(LoadTy); in analyzeLoadFromClobberingWrite() local 268 unsigned LoadSize = DL.getTypeStoreSize(LoadTy); in analyzeLoadFromClobberingLoad() local 359 uint64_t LoadSize = (DL.getTypeSizeInBits(LoadTy) + 7) / 8; in getStoreValueForLoadHelper() local 412 unsigned LoadSize = DL.getTypeStoreSize(LoadTy); in getLoadValueForLoad() local 456 unsigned LoadSize = DL.getTypeStoreSize(LoadTy); in getConstantLoadValueForLoad() local 467 uint64_t LoadSize = DL.getTypeSizeInBits(LoadTy) / 8; in getMemInstValueForLoadHelper() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
D | Loads.cpp | 342 const uint64_t LoadSize = Size.getZExtValue(); in isSafeToLoadUnconditionally() local 512 TypeSize LoadSize = DL.getTypeSizeInBits(AccessTy); in getAvailableLoadStore() local 542 uint64_t LoadSize = LoadTypeSize.getFixedValue(); in getAvailableLoadStore() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULowerKernelAttributes.cpp | 112 unsigned LoadSize = DL.getTypeStoreSize(Load->getType()); in processUse() local
|
D | AMDGPUTargetTransformInfo.cpp | 236 unsigned GCNTTIImpl::getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULowerKernelAttributes.cpp | 130 unsigned LoadSize = DL.getTypeStoreSize(Load->getType()); in processUse() local
|
D | AMDGPUTargetTransformInfo.cpp | 335 unsigned GCNTTIImpl::getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()
|
D | AMDGPURegisterBankInfo.cpp | 1055 unsigned LoadSize = LoadTy.getSizeInBits(); in applyMappingLoad() local 1354 unsigned LoadSize = Ty.getSizeInBits(); in applyMappingSBufferLoad() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 844 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
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ExpandMemCmp.cpp | 86 unsigned LoadSize; member 135 const unsigned LoadSize = LoadSizes.front(); in computeGreedyLoadSequence() local
|
D | StackSlotColoring.cpp | 448 unsigned LoadSize = 0; in RemoveDeadStores() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 298 isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset, in isLoadOfStoredAddress()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 298 isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset, in isLoadOfStoredAddress()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 301 isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset, in isLoadOfStoredAddress()
|
/external/llvm/lib/Analysis/ |
D | Loads.cpp | 223 uint64_t LoadSize = DL.getTypeStoreSize(AddrTy->getElementType()); in isSafeToLoadUnconditionally() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | ExpandMemCmp.cpp | 96 unsigned LoadSize; member 150 const unsigned LoadSize = LoadSizes.front(); in computeGreedyLoadSequence() local
|
D | StackSlotColoring.cpp | 440 unsigned LoadSize = 0; in RemoveDeadStores() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | Loads.cpp | 280 const uint64_t LoadSize = Size.getZExtValue(); in isSafeToLoadUnconditionally() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64LoadStoreOptimizer.cpp | 605 int LoadSize = getMemScale(LoadInst); in isLdOffsetInRangeOfSt() local 933 int LoadSize = getMemScale(*LoadI); in promoteLoadFromStore() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
D | X86AvoidStoreForwardingBlocks.cpp | 619 static bool isBlockingStore(int64_t LoadDispImm, unsigned LoadSize, in isBlockingStore()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64LoadStoreOptimizer.cpp | 580 int LoadSize = TII->getMemScale(LoadInst); in isLdOffsetInRangeOfSt() local 1014 int LoadSize = TII->getMemScale(*LoadI); in promoteLoadFromStore() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86AvoidStoreForwardingBlocks.cpp | 628 static bool isBlockingStore(int64_t LoadDispImm, unsigned LoadSize, in isBlockingStore()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
D | AArch64LoadStoreOptimizer.cpp | 625 int LoadSize = TII->getMemScale(LoadInst); in isLdOffsetInRangeOfSt() local 1073 int LoadSize = TII->getMemScale(*LoadI); in promoteLoadFromStore() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | AggressiveInstCombine.cpp | 615 uint64_t LoadSize = 0; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 594 unsigned getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()
|