Lines Matching refs:getNode
163 auto It = Regs.find(MsgPackDoc.getNode(Reg)); in getRegister()
181 auto &N = getRegisters()[MsgPackDoc.getNode(Reg)]; in setRegister()
184 N = N.getDocument()->getNode(Val); in setRegister()
192 getHwStage(CC)[".entry_point"] = MsgPackDoc.getNode(Name, /*Copy=*/true); in setEntryPoint()
209 getHwStage(CC)[".vgpr_count"] = MsgPackDoc.getNode(Val); in setNumUsedVgprs()
225 getHwStage(CC)[".sgpr_count"] = MsgPackDoc.getNode(Val); in setNumUsedSgprs()
236 getHwStage(CC)[".scratch_memory_size"] = MsgPackDoc.getNode(Val); in setScratchSize()
243 Node[".stack_frame_size_in_bytes"] = MsgPackDoc.getNode(Val); in setFunctionScratchSize()
250 Node[".lds_size"] = MsgPackDoc.getNode(Val); in setFunctionLdsSize()
257 Node[".vgpr_count"] = MsgPackDoc.getNode(Val); in setFunctionNumUsedVgprs()
264 Node[".sgpr_count"] = MsgPackDoc.getNode(Val); in setFunctionNumUsedSgprs()
694 Key = MsgPackDoc.getNode(KeyName, /*Copy=*/true); in toString()
760 Key = MsgPackDoc.getNode(uint64_t(Val)); in setFromString()
771 .getMap(/*Convert=*/true)[MsgPackDoc.getNode("amdpal.pipelines")] in refRegisters()
773 .getMap(/*Convert=*/true)[MsgPackDoc.getNode(".registers")]; in refRegisters()
789 .getMap(/*Convert=*/true)[MsgPackDoc.getNode("amdpal.pipelines")] in refShaderFunctions()
791 .getMap(/*Convert=*/true)[MsgPackDoc.getNode(".shader_functions")]; in refShaderFunctions()