/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.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 | 1487 APInt ElementSize(Offset.getBitWidth(), ElementSizeInBits / 8); in getNaturalGEPRecursively() local 1499 APInt ElementSize(Offset.getBitWidth(), DL.getTypeAllocSize(ElementTy)); in getNaturalGEPRecursively() local 1553 APInt ElementSize(Offset.getBitWidth(), DL.getTypeAllocSize(ElementTy)); in getNaturalGEPWithOffset() local 1809 uint64_t ElementSize, in isVectorPromotionViableForSlice() 1967 uint64_t ElementSize = DL.getTypeSizeInBits(VTy->getElementType()); in isVectorPromotionViable() local 2291 uint64_t ElementSize; member in llvm::sroa::AllocaSliceRewriter 3516 uint64_t ElementSize = DL.getTypeAllocSize(ElementTy); in getTypePartition() local 3556 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 | 944 const uint32_t ElementSize = AMI->getElementSizeInBytes(); in tryToShorten() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 484 RTLIB::Libcall RTLIB::getMEMCPY_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) { in getMEMCPY_ELEMENT_UNORDERED_ATOMIC() 501 RTLIB::Libcall RTLIB::getMEMMOVE_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) { in getMEMMOVE_ELEMENT_UNORDERED_ATOMIC() 518 RTLIB::Libcall RTLIB::getMEMSET_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) { in getMEMSET_ELEMENT_UNORDERED_ATOMIC()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | IRBuilder.cpp | 128 Value *Ptr, Value *Val, Value *Size, Align Alignment, uint32_t ElementSize, in CreateElementUnorderedAtomicMemSet() 205 uint32_t ElementSize, MDNode *TBAATag, MDNode *TBAAStructTag, in CreateElementUnorderedAtomicMemCpy() 280 uint32_t ElementSize, MDNode *TBAATag, MDNode *TBAAStructTag, in CreateElementUnorderedAtomicMemMove()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 1139 unsigned ElementSize = in InitializeMemory() local 1152 unsigned ElementSize = in InitializeMemory() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1177 unsigned int ElementSize = 0; in printModuleLevelGV() local 1352 int64_t ElementSize = 0; in emitPTXGlobalVariable() local 1898 int ElementSize = DL.getTypeAllocSize(CPV->getType()); in bufferLEByte() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerInfo.cpp | 344 const uint16_t ElementSize = VectorSpecifiedActions.first; in computeTables() local
|
D | IRTranslator.cpp | 228 uint64_t ElementSize = DL->getTypeAllocSize(AI.getAllocatedType()); in getOrCreateFrameIndex() local 1076 uint64_t ElementSize = DL->getTypeAllocSize(GTI.getIndexedType()); in translateGetElementPtr() local
|
/third_party/mesa3d/src/mesa/main/ |
D | glthread.h | 82 GLuint ElementSize; member
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | packed_cl_enums.json | 164 "ElementSize": "CL_IMAGE_ELEMENT_SIZE", string
|
D | PackedCLEnums_autogen.h | 234 ElementSize = 1, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 337 unsigned ElementSize = DL.getTypeAllocSize(T); in computeArraySize() local
|
D | BasicAliasAnalysis.cpp | 1160 const uint64_t ElementSize = in aliasSameBasePointerGEPs() local
|
D | DependenceAnalysis.cpp | 3285 const SCEV *ElementSize = SE->getElementSize(Src); in tryDelinearize() local
|
D | ScalarEvolution.cpp | 3528 const SCEV *ElementSize = getSizeOfExpr(IntIdxTy, CurTy); in getGEPExpr() local 11211 const SCEV *ElementSize) { in findArrayDimensions() 11381 const SCEV *ElementSize) { in delinearize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | LegalizerInfo.h | 1230 const unsigned ElementSize, in setVectorNumElementAction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 783 int64_t ElementSize = DL.getTypeAllocSize(GTI.getIndexedType()); in getGEPCost() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 1376 const uint64_t ElementSize = BaseTy->getSizeInBits(); in hasVectorBeenPadded() local
|
D | CodeViewDebug.cpp | 1565 uint64_t ElementSize = getBaseTypeSize(ElementType) / 8; in lowerTypeArray() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 731 uint64_t ElementSize = DL.getTypeAllocSize(Ty); in selectGetElementPtr() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 2002 unsigned ElementSize = VecEltTy->getPrimitiveSizeInBits(); in collectInsertionElements() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 3270 const unsigned ElementSize = in handleDynamicAllocaCall() local
|