Home
last modified time | relevance | path

Searched defs:ElementSize (Results 1 - 25 of 29) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h106 uint32_t ElementSize = 0; member in llvm::pdb::VTableLayoutItem
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp404 uint64_t ElementSize = DL->getTypeAllocSize(ElementType); in tryReassociateGEPAtIndex() local
H A DStraightLineStrengthReduce.cpp470 allocateCandidatesAndFindBasisForGEP( const SCEV *B, ConstantInt *Idx, Value *S, uint64_t ElementSize, Instruction *I) allocateCandidatesAndFindBasisForGEP() argument
483 factorArrayIndex(Value *ArrayIdx, const SCEV *Base, uint64_t ElementSize, GetElementPtrInst *GEP) factorArrayIndex() argument
540 uint64_t ElementSize = DL->getTypeAllocSize(GTI.getIndexedType()); allocateCandidatesAndFindBasisForGEP() local
[all...]
H A DSeparateConstOffsetFromGEP.cpp843 APInt ElementSize = APInt(IntPtrTy->getIntegerBitWidth(), in lowerToSingleIndexGEPs() local
904 APInt ElementSize = APInt(IntPtrTy->getIntegerBitWidth(), in lowerToArithmetics() local
[all...]
H A DDeadStoreElimination.cpp944 const uint32_t ElementSize = AMI->getElementSizeInBytes(); in tryToShorten() local
/third_party/mesa3d/src/mesa/main/
H A Dglthread.h82 GLuint ElementSize; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp344 const uint16_t ElementSize = VectorSpecifiedActions.first; in computeTables() local
H A DIRTranslator.cpp1076 uint64_t ElementSize = DL->getTypeAllocSize(GTI.getIndexedType()); in translateGetElementPtr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1139 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/IR/
H A DIRBuilder.cpp127 CreateElementUnorderedAtomicMemSet( Value *Ptr, Value *Val, Value *Size, Align Alignment, uint32_t ElementSize, MDNode *TBAATag, MDNode *ScopeTag, MDNode *NoAliasTag) CreateElementUnorderedAtomicMemSet() argument
203 CreateElementUnorderedAtomicMemCpy( Value *Dst, unsigned DstAlign, Value *Src, unsigned SrcAlign, Value *Size, uint32_t ElementSize, MDNode *TBAATag, MDNode *TBAAStructTag, MDNode *ScopeTag, MDNode *NoAliasTag) CreateElementUnorderedAtomicMemCpy() argument
278 CreateElementUnorderedAtomicMemMove( Value *Dst, unsigned DstAlign, Value *Src, unsigned SrcAlign, Value *Size, uint32_t ElementSize, MDNode *TBAATag, MDNode *TBAAStructTag, MDNode *ScopeTag, MDNode *NoAliasTag) CreateElementUnorderedAtomicMemMove() argument
[all...]
H A DVerifier.cpp4382 uint64_t ElementSize = AMI->getElementSizeInBytes(); in visitIntrinsicCall() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp337 unsigned ElementSize = DL.getTypeAllocSize(T); in computeArraySize() local
H A DBasicAliasAnalysis.cpp1160 const uint64_t ElementSize = in aliasSameBasePointerGEPs() local
H A DDependenceAnalysis.cpp3285 const SCEV *ElementSize = SE->getElementSize(Src); in tryDelinearize() local
H A DValueTracking.cpp3637 getConstantDataArrayInfo(const Value *V, ConstantDataArraySlice &Slice, unsigned ElementSize, uint64_t Offset) getConstantDataArrayInfo() argument
/third_party/skia/third_party/externals/angle2/src/common/
H A DPackedCLEnums_autogen.h234 ElementSize = 1, member in cl::ImageInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1376 const uint64_t ElementSize = BaseTy->getSizeInBits(); in hasVectorBeenPadded() local
H A DCodeViewDebug.cpp1565 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/
H A DFastISel.cpp731 uint64_t ElementSize = DL.getTypeAllocSize(Ty); in selectGetElementPtr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp484 RTLIB::Libcall RTLIB::getMEMCPY_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) { in getMEMCPY_ELEMENT_UNORDERED_ATOMIC() argument
501 RTLIB::Libcall RTLIB::getMEMMOVE_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) { in getMEMMOVE_ELEMENT_UNORDERED_ATOMIC() argument
518 RTLIB::Libcall RTLIB::getMEMSET_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) { in getMEMSET_ELEMENT_UNORDERED_ATOMIC() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1177 unsigned int ElementSize = 0; in printModuleLevelGV() local
1203 O << ElementSize / 8; in printModuleLevelGV() local
1208 O << ElementSize / 4; in printModuleLevelGV() local
1215 O << ElementSize; in printModuleLevelGV() local
1226 O << ElementSize; in printModuleLevelGV() local
1235 O << ElementSize; in printModuleLevelGV() local
1352 int64_t ElementSize = 0; emitPTXGlobalVariable() local
1367 O << ElementSize; emitPTXGlobalVariable() local
1898 int ElementSize = DL.getTypeAllocSize(CPV->getType()); bufferLEByte() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h783 int64_t ElementSize = DL.getTypeAllocSize(GTI.getIndexedType()); in getGEPCost() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2002 unsigned ElementSize = VecEltTy->getPrimitiveSizeInBits(); in collectInsertionElements() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DIRBuilder.h484 CreateElementUnorderedAtomicMemSet(Value *Ptr, Value *Val, uint64_t Size, Align Alignment, uint32_t ElementSize, MDNode *TBAATag = nullptr, MDNode *ScopeTag = nullptr, MDNode *NoAliasTag = nullptr) CreateElementUnorderedAtomicMemSet() argument
571 CreateElementUnorderedAtomicMemCpy( Value *Dst, unsigned DstAlign, Value *Src, unsigned SrcAlign, uint64_t Size, uint32_t ElementSize, MDNode *TBAATag = nullptr, MDNode *TBAAStructTag = nullptr, MDNode *ScopeTag = nullptr, MDNode *NoAliasTag = nullptr) CreateElementUnorderedAtomicMemCpy() argument
639 CreateElementUnorderedAtomicMemMove( Value *Dst, unsigned DstAlign, Value *Src, unsigned SrcAlign, uint64_t Size, uint32_t ElementSize, MDNode *TBAATag = nullptr, MDNode *TBAAStructTag = nullptr, MDNode *ScopeTag = nullptr, MDNode *NoAliasTag = nullptr) CreateElementUnorderedAtomicMemMove() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp5062 uint64_t ElementSize = DL.getTypeAllocSize(Ty); in selectGetElementPtr() local

Completed in 100 milliseconds

12