Lines Matching refs:getNode
161 auto It = Regs.find(MsgPackDoc.getNode(Reg)); in getRegister()
179 auto &N = getRegisters()[MsgPackDoc.getNode(Reg)]; in setRegister()
182 N = N.getDocument()->getNode(Val); in setRegister()
190 getHwStage(CC)[".entry_point"] = MsgPackDoc.getNode(Name, /*Copy=*/true); in setEntryPoint()
207 getHwStage(CC)[".vgpr_count"] = MsgPackDoc.getNode(Val); in setNumUsedVgprs()
228 getHwStage(CC)[".sgpr_count"] = MsgPackDoc.getNode(Val); in setNumUsedSgprs()
239 getHwStage(CC)[".scratch_memory_size"] = MsgPackDoc.getNode(Val); in setScratchSize()
245 Node[".stack_frame_size_in_bytes"] = MsgPackDoc.getNode(Val); in setFunctionScratchSize()
246 Node[".backend_stack_size"] = MsgPackDoc.getNode(Val); in setFunctionScratchSize()
252 Node[".lds_size"] = MsgPackDoc.getNode(Val); in setFunctionLdsSize()
259 Node[".vgpr_count"] = MsgPackDoc.getNode(Val); in setFunctionNumUsedVgprs()
266 Node[".sgpr_count"] = MsgPackDoc.getNode(Val); in setFunctionNumUsedSgprs()
696 Key = MsgPackDoc.getNode(KeyName, /*Copy=*/true); in toString()
762 Key = MsgPackDoc.getNode(uint64_t(Val)); in setFromString()
773 .getMap(/*Convert=*/true)[MsgPackDoc.getNode("amdpal.pipelines")] in refRegisters()
775 .getMap(/*Convert=*/true)[MsgPackDoc.getNode(".registers")]; in refRegisters()
791 .getMap(/*Convert=*/true)[MsgPackDoc.getNode("amdpal.pipelines")] in refShaderFunctions()
793 .getMap(/*Convert=*/true)[MsgPackDoc.getNode(".shader_functions")]; in refShaderFunctions()
814 .getMap(/*Convert=*/true)[MsgPackDoc.getNode("amdpal.pipelines")] in refComputeRegisters()
816 .getMap(/*Convert=*/true)[MsgPackDoc.getNode(".compute_registers")]; in refComputeRegisters()
830 .getMap(/*Convert=*/true)[MsgPackDoc.getNode("amdpal.pipelines")] in refGraphicsRegisters()
832 .getMap(/*Convert=*/true)[MsgPackDoc.getNode(".graphics_registers")]; in refGraphicsRegisters()
868 .getMap(/*Convert=*/true)[MsgPackDoc.getNode("amdpal.pipelines")] in refHwStage()
870 .getMap(/*Convert=*/true)[MsgPackDoc.getNode(".hardware_stages")]; in refHwStage()
920 auto I = M.find(MsgPackDoc.getNode("amdpal.version")); in getPALVersion()