Home
last modified time | relevance | path

Searched refs:VariableOp (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/TensorToSPIRV/
H A DTensorToSPIRV.cpp69 spirv::VariableOp varOp; in matchAndRewrite()
71 varOp = rewriter.create<spirv::VariableOp>( in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Conversion/SCFToSPIRV/
H A DSCFToSPIRV.cpp32 DenseMap<Operation *, SmallVector<spirv::VariableOp, 8>> outputVars;
142 auto alloc = rewriter.create<spirv::VariableOp>( in replaceSCFOutputValue()
399 auto alloc = rewriter.create<spirv::VariableOp>( in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/EmitC/IR/
H A DEmitC.cpp173 LogicalResult emitc::VariableOp::verify() { in verify()
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.h131 LogicalResult processVariableOp(spirv::VariableOp op);
H A DSerializeOps.cpp266 LogicalResult Serializer::processVariableOp(spirv::VariableOp op) { in processVariableOp()
H A DSerializer.cpp1148 .Case([&](spirv::VariableOp op) { return processVariableOp(op); }) in processOperation()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineInstr.cpp798 unsigned VariableOp = isDebugValueList() ? 0 : 2; in getDebugVariableOp() local
799 return getOperand(VariableOp); in getDebugVariableOp()
804 unsigned VariableOp = isDebugValueList() ? 0 : 2; in getDebugVariableOp() local
805 return getOperand(VariableOp); in getDebugVariableOp()
/llvm-project-15.0.7/mlir/lib/Target/Cpp/
H A DTranslateToCpp.cpp226 emitc::VariableOp variableOp) { in printOperation()
938 emitc::IncludeOp, emitc::VariableOp>( in emitOperation()
/llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp1247 class VariablePattern : public SPIRVToLLVMConversion<spirv::VariableOp> {
1249 using SPIRVToLLVMConversion<spirv::VariableOp>::SPIRVToLLVMConversion;
1252 matchAndRewrite(spirv::VariableOp varOp, OpAdaptor adaptor, in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Conversion/MemRefToSPIRV/
H A DMemRefToSPIRV.cpp254 rewriter.replaceOpWithNewOp<spirv::VariableOp>(allocaOp, spirvType, in matchAndRewrite()
/llvm-project-15.0.7/mlir/docs/
H A DSPIRVToLLVMDialectConversion.md536 // Conversion of VariableOp without initialization
540 // Conversion of VariableOp with initialization
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp3588 ParseResult spirv::VariableOp::parse(OpAsmParser &parser, in parse()
3630 void spirv::VariableOp::print(OpAsmPrinter &printer) { in print()
3641 LogicalResult spirv::VariableOp::verify() { in verify()