HomeSort by relevance Sort by last modified time
    Searched refs:calleeTypeId (Results 1 - 2 of 2) sorted by null

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

Completed in 170 milliseconds