Searched refs:VariableOp (Results 1 – 12 of 12) sorted by relevance
69 spirv::VariableOp varOp; in matchAndRewrite()71 varOp = rewriter.create<spirv::VariableOp>( in matchAndRewrite()
32 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()
173 LogicalResult emitc::VariableOp::verify() { in verify()
131 LogicalResult processVariableOp(spirv::VariableOp op);
266 LogicalResult Serializer::processVariableOp(spirv::VariableOp op) { in processVariableOp()
1148 .Case([&](spirv::VariableOp op) { return processVariableOp(op); }) in processOperation()
798 unsigned VariableOp = isDebugValueList() ? 0 : 2; in getDebugVariableOp() local799 return getOperand(VariableOp); in getDebugVariableOp()804 unsigned VariableOp = isDebugValueList() ? 0 : 2; in getDebugVariableOp() local805 return getOperand(VariableOp); in getDebugVariableOp()
226 emitc::VariableOp variableOp) { in printOperation()938 emitc::IncludeOp, emitc::VariableOp>( in emitOperation()
1247 class VariablePattern : public SPIRVToLLVMConversion<spirv::VariableOp> {1249 using SPIRVToLLVMConversion<spirv::VariableOp>::SPIRVToLLVMConversion;1252 matchAndRewrite(spirv::VariableOp varOp, OpAdaptor adaptor, in matchAndRewrite()
254 rewriter.replaceOpWithNewOp<spirv::VariableOp>(allocaOp, spirvType, in matchAndRewrite()
536 // Conversion of VariableOp without initialization540 // Conversion of VariableOp with initialization
3588 ParseResult spirv::VariableOp::parse(OpAsmParser &parser, in parse()3630 void spirv::VariableOp::print(OpAsmPrinter &printer) { in print()3641 LogicalResult spirv::VariableOp::verify() { in verify()