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

  /external/deqp-deps/SPIRV-Tools/source/opt/
inline_pass.cpp 177 std::unordered_map<uint32_t, uint32_t>* postCallSB,
181 [&postCallSB, &preCallSB, &block_ptr, this](uint32_t* iid) {
182 const auto mapItr = (*postCallSB).find(*iid);
183 if (mapItr == (*postCallSB).end()) {
189 CloneSameBlockOps(&sb_inst, postCallSB, preCallSB, block_ptr);
194 (*postCallSB)[rid] = nid;
216 std::unordered_map<uint32_t, uint32_t> postCallSB;
282 &multiBlocks, &postCallSB, &preCallSB, earlyReturn,
460 CloneSameBlockOps(&cp_inst, &postCallSB, &preCallSB, &new_blk_ptr);
464 postCallSB[rid] = rid
    [all...]
inline_pass.h 93 // postCallSB for instructions already cloned. Add cloned instruction
94 // to postCallSB.
96 std::unordered_map<uint32_t, uint32_t>* postCallSB,
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
inline_pass.cpp 201 std::unordered_map<uint32_t, uint32_t>* postCallSB,
204 return (*inst)->WhileEachInId([&postCallSB, &preCallSB, &block_ptr,
206 const auto mapItr = (*postCallSB).find(*iid);
207 if (mapItr == (*postCallSB).end()) {
213 if (!CloneSameBlockOps(&sb_inst, postCallSB, preCallSB, block_ptr)) {
224 (*postCallSB)[rid] = nid;
247 std::unordered_map<uint32_t, uint32_t> postCallSB;
322 &calleeTypeId, &multiBlocks, &postCallSB, &preCallSB, earlyReturn,
534 if (!CloneSameBlockOps(&cp_inst, &postCallSB, &preCallSB,
542 postCallSB[rid] = rid
    [all...]
inline_pass.h 96 // postCallSB for instructions already cloned. Add cloned instruction
97 // to postCallSB.
99 std::unordered_map<uint32_t, uint32_t>* postCallSB,

Completed in 662 milliseconds