/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | StraightLineStrengthReduce.cpp | 471 const SCEV *B, ConstantInt *Idx, Value *S, uint64_t ElementSize, in allocateCandidatesAndFindBasisForGEP() 485 uint64_t ElementSize, in factorArrayIndex() 540 uint64_t ElementSize = DL->getTypeAllocSize(GTI.getIndexedType()); in allocateCandidatesAndFindBasisForGEP() local 582 APInt ElementSize( in emitBump() local
|
D | SeparateConstOffsetFromGEP.cpp | 843 APInt ElementSize = APInt(IntPtrTy->getIntegerBitWidth(), in lowerToSingleIndexGEPs() local 904 APInt ElementSize = APInt(IntPtrTy->getIntegerBitWidth(), in lowerToArithmetics() local
|
D | SROA.cpp | 1462 APInt ElementSize(Offset.getBitWidth(), ElementSizeInBits / 8); in getNaturalGEPRecursively() local 1474 APInt ElementSize(Offset.getBitWidth(), DL.getTypeAllocSize(ElementTy)); in getNaturalGEPRecursively() local 1528 APInt ElementSize(Offset.getBitWidth(), DL.getTypeAllocSize(ElementTy)); in getNaturalGEPWithOffset() local 1778 uint64_t ElementSize, in isVectorPromotionViableForSlice() 1929 uint64_t ElementSize = DL.getTypeSizeInBits(VTy->getElementType()); in isVectorPromotionViable() local 2254 uint64_t ElementSize; member in llvm::sroa::AllocaSliceRewriter 3423 uint64_t ElementSize = DL.getTypeAllocSize(ElementTy); in getTypePartition() local 3463 uint64_t ElementSize = DL.getTypeAllocSize(ElementTy); in getTypePartition() local
|
D | NaryReassociate.cpp | 404 uint64_t ElementSize = DL->getTypeAllocSize(ElementType); in tryReassociateGEPAtIndex() local
|
D | DeadStoreElimination.cpp | 926 const uint32_t ElementSize = AMI->getElementSizeInBytes(); in tryToShorten() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | StraightLineStrengthReduce.cpp | 435 const SCEV *B, ConstantInt *Idx, Value *S, uint64_t ElementSize, in allocateCandidatesAndFindBasisForGEP() 449 uint64_t ElementSize, in factorArrayIndex() 506 uint64_t ElementSize = DL->getTypeAllocSize(*GTI); in allocateCandidatesAndFindBasisForGEP() local 548 APInt ElementSize( in emitBump() local
|
D | SROA.cpp | 1401 APInt ElementSize(Offset.getBitWidth(), ElementSizeInBits / 8); in getNaturalGEPRecursively() local 1413 APInt ElementSize(Offset.getBitWidth(), DL.getTypeAllocSize(ElementTy)); in getNaturalGEPRecursively() local 1467 APInt ElementSize(Offset.getBitWidth(), DL.getTypeAllocSize(ElementTy)); in getNaturalGEPWithOffset() local 1710 uint64_t ElementSize, in isVectorPromotionViableForSlice() 1859 uint64_t ElementSize = DL.getTypeSizeInBits(VTy->getElementType()); in isVectorPromotionViable() local 2175 uint64_t ElementSize; member in llvm::sroa::AllocaSliceRewriter 3217 uint64_t ElementSize = DL.getTypeAllocSize(ElementTy); in getTypePartition() local 3262 uint64_t ElementSize = DL.getTypeAllocSize(ElementTy); in getTypePartition() local
|
D | SeparateConstOffsetFromGEP.cpp | 797 APInt ElementSize = APInt(IntPtrTy->getIntegerBitWidth(), in lowerToSingleIndexGEPs() local 858 APInt ElementSize = APInt(IntPtrTy->getIntegerBitWidth(), in lowerToArithmetics() local
|
D | NaryReassociate.cpp | 407 uint64_t ElementSize = DL->getTypeAllocSize(ElementType); in tryReassociateGEPAtIndex() local
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | MemoryBuiltins.cpp | 101 unsigned ElementSize = TD->getTypeAllocSize(T); in computeArraySize() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 443 RTLIB::Libcall RTLIB::getMEMCPY_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) { in getMEMCPY_ELEMENT_UNORDERED_ATOMIC() 460 RTLIB::Libcall RTLIB::getMEMMOVE_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) { in getMEMMOVE_ELEMENT_UNORDERED_ATOMIC() 477 RTLIB::Libcall RTLIB::getMEMSET_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) { in getMEMSET_ELEMENT_UNORDERED_ATOMIC()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | IRBuilder.cpp | 128 Value *Ptr, Value *Val, Value *Size, unsigned Align, uint32_t ElementSize, in CreateElementUnorderedAtomicMemSet() 198 uint32_t ElementSize, MDNode *TBAATag, MDNode *TBAAStructTag, in CreateElementUnorderedAtomicMemCpy() 274 uint32_t ElementSize, MDNode *TBAATag, MDNode *TBAAStructTag, in CreateElementUnorderedAtomicMemMove()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 950 unsigned ElementSize = in InitializeMemory() local 959 unsigned ElementSize = in InitializeMemory() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1179 unsigned int ElementSize = 0; in printModuleLevelGV() local 1354 int64_t ElementSize = 0; in emitPTXGlobalVariable() local 1900 int ElementSize = DL.getTypeAllocSize(CPV->getType()); in bufferLEByte() local
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1221 unsigned int ElementSize = 0; in printModuleLevelGV() local 1385 int64_t ElementSize = 0; in emitPTXGlobalVariable() local 1914 int ElementSize = DL.getTypeAllocSize(CPV->getType()); in bufferLEByte() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerInfo.cpp | 205 const uint16_t ElementSize = VectorSpecifiedActions.first; in computeTables() local
|
D | IRTranslator.cpp | 211 unsigned ElementSize = DL->getTypeStoreSize(AI.getAllocatedType()); in getOrCreateFrameIndex() local 603 uint64_t ElementSize = DL->getTypeAllocSize(GTI.getIndexedType()); in translateGetElementPtr() local
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 1187 unsigned ElementSize = in InitializeMemory() local 1200 unsigned ElementSize = in InitializeMemory() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 1193 unsigned ElementSize = in InitializeMemory() local 1206 unsigned ElementSize = in InitializeMemory() local
|
/external/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 1602 unsigned ElementSize; in emitDagShuffle() member in Intrinsic::DagEmitter::emitDagShuffle::Rev 1605 Rev(unsigned ElementSize) : ElementSize(ElementSize) {} in emitDagShuffle()
|
/external/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 231 unsigned ElementSize = DL.getTypeAllocSize(T); in computeArraySize() local
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 462 int64_t ElementSize = DL.getTypeAllocSize(GTI.getIndexedType()); in getGEPCost() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 286 unsigned ElementSize = DL.getTypeAllocSize(T); in computeArraySize() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 466 uint64_t ElementSize = TD.getTypeAllocSize(Ty); in SelectGetElementPtr() local
|
/external/v8/src/objects/ |
D | fixed-array-inl.h | 431 int FixedTypedArrayBase::ElementSize(InstanceType type) { in ElementSize() function
|