Home
last modified time | relevance | path

Searched refs:canReplace (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonVectorLoopCarriedReuse.cpp302 bool canReplace(Instruction *I);
434 bool HexagonVectorLoopCarriedReuse::canReplace(Instruction *I) { in canReplace() function in HexagonVectorLoopCarriedReuse
483 if (!canReplace(User)) in findValueToReuse()
/third_party/mesa3d/src/amd/compiler/
Daco_opt_value_numbering.cpp399 ctx.program->blocks[res.first->second].fp_mode.canReplace(block.fp_mode)) { in process_block()
Daco_ir.h250 bool canReplace(float_mode other) const noexcept in canReplace() function