Searched refs:handleShift (Results 1 – 5 of 5) sorted by relevance
74 bool handleShift(Instruction *);
69 void handleShift(Instruction *);
213 GV100LegalizeSSA::handleShift(Instruction *i) in handleShift() function in nv50_ir::GV100LegalizeSSA268 lowered = handleShift(i); in visit()
205 NVC0LegalizeSSA::handleShift(Instruction *lo) in handleShift() function in nv50_ir::NVC0LegalizeSSA356 handleShift(i); in visit()
2373 void handleShift(BinaryOperator &I) { in handleShift() function2387 void visitShl(BinaryOperator &I) { handleShift(I); } in visitShl()2388 void visitAShr(BinaryOperator &I) { handleShift(I); } in visitAShr()2389 void visitLShr(BinaryOperator &I) { handleShift(I); } in visitLShr()