Searched refs:newVarOp (Results 1 – 5 of 5) sorted by relevance
553 spirv::GlobalVariableOp newVarOp; in getOrInsertBuiltinVariable() local564 newVarOp = in getOrInsertBuiltinVariable()574 newVarOp = in getOrInsertBuiltinVariable()582 return newVarOp; in getOrInsertBuiltinVariable()
849 std::unique_ptr<Instruction> newVarOp( in GetBuiltinInputVarId() local853 get_def_use_mgr()->AnalyzeInstDefUse(&*newVarOp); in GetBuiltinInputVarId()854 module()->AddGlobalValue(std::move(newVarOp)); in GetBuiltinInputVarId()
523 std::unique_ptr<Instruction> newVarOp(new Instruction( in GetOutputBufferId() local527 context()->AddGlobalValue(std::move(newVarOp)); in GetOutputBufferId()567 std::unique_ptr<Instruction> newVarOp(new Instruction( in GetInputBufferId() local571 context()->AddGlobalValue(std::move(newVarOp)); in GetInputBufferId()