Searched refs:calleeTypeId (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | inline_pass.cpp | 165 const uint32_t calleeTypeId = calleeFn->type_id(); in CreateReturnVar() local 167 assert(type_mgr->GetType(calleeTypeId)->AsVoid() == nullptr && in CreateReturnVar() 171 type_mgr->FindPointerToType(calleeTypeId, SpvStorageClassFunction); in CreateReturnVar() 174 returnVarTypeId = AddPointerToType(calleeTypeId, SpvStorageClassFunction); in CreateReturnVar() 271 const uint32_t calleeTypeId = calleeFn->type_id(); in GenInlineCode() local 273 analysis::Type* calleeType = context()->get_type_mgr()->GetType(calleeTypeId); in GenInlineCode() 322 &calleeTypeId, &multiBlocks, &postCallSB, &preCallSB, earlyReturn, in GenInlineCode() 524 AddLoad(calleeTypeId, resId, returnVarId, &new_blk_ptr); in GenInlineCode()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | inline_pass.cpp | 151 const uint32_t calleeTypeId = calleeFn->type_id(); in CreateReturnVar() local 152 analysis::Type* calleeType = context()->get_type_mgr()->GetType(calleeTypeId); in CreateReturnVar() 156 calleeTypeId, SpvStorageClassFunction); in CreateReturnVar() 158 returnVarTypeId = AddPointerToType(calleeTypeId, SpvStorageClassFunction); in CreateReturnVar() 272 const uint32_t calleeTypeId = calleeFn->type_id(); in GenInlineCode() local 281 callee_begins_with_structured_header, &calleeTypeId, in GenInlineCode() 450 AddLoad(calleeTypeId, resId, returnVarId, &new_blk_ptr); in GenInlineCode()
|