Searched defs:elementCount (Results 1 – 4 of 4) sorted by relevance
/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/ |
H A D | SPIRVConversion.cpp | 908 getPushConstantStorageType(unsigned elementCount,Builder & builder,Type indexType) getPushConstantStorageType() argument 920 getPushConstantVariable(Block & body,unsigned elementCount) getPushConstantVariable() argument 945 getOrInsertPushConstantVariable(Location loc,Block & block,unsigned elementCount,OpBuilder & b,Type indexType) getOrInsertPushConstantVariable() argument 957 getPushConstantValue(Operation * op,unsigned elementCount,unsigned offset,Type integerType,OpBuilder & builder) getPushConstantValue() argument [all...] |
/llvm-project/mlir/lib/Dialect/SPIRV/IR/ |
H A D | SPIRVTypes.cpp | 48 unsigned elementCount; member 52 ArrayType ArrayType::get(Type elementType, unsigned elementCount) { in get() argument 58 ArrayType ArrayType::get(Type elementType, unsigned elementCount, in get() argument [all...] |
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenMP/ |
H A D | OpenMPToLLVMIRTranslation.cpp | 2002 llvm::Value *elementCount = builder.getInt64(1); getSizeInBytes() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 18236 getDotProductIntrinsic(QualType QT,int elementCount) getDotProductIntrinsic() argument
|