Home
last modified time | relevance | path

Searched +defs:cvt +defs:l +defs:d (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_peephole.cpp44 for (int d = 1; defExists(d); ++d) in isNop() local
69 for (int d = 0; defExists(d); ++d) in isDead() local
691 const uint32_t d = imm0.reg.data.u32; in opnd() local
694 uint32_t l = util_logbase2(d); in opnd() local
725 const int32_t d = imm0.reg.data.s32; in opnd() local
727 int32_t l = util_logbase2(static_cast<unsigned>(abs(d))); in opnd() local
1176 AlgebraicOpt::handleCVT(Instruction *cvt) in handleCVT()
1354 int d, j; in combineLd() local
1552 int d, s; in replaceLdFromSt() local
1882 for (int d = 0; insn->defExists(d); ++d) in mayPredicate() local
[all …]