Home
last modified time | relevance | path

Searched defs:elementCount (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/
H A DSPIRVConversion.cpp908 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 DSPIRVTypes.cpp48 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 DOpenMPToLLVMIRTranslation.cpp2002 llvm::Value *elementCount = builder.getInt64(1); getSizeInBytes() local
/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp18236 getDotProductIntrinsic(QualType QT,int elementCount) getDotProductIntrinsic() argument