Home
last modified time | relevance | path

Searched refs:handleShift (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_lowering_gv100.h74 bool handleShift(Instruction *);
Dnv50_ir_lowering_nvc0.h69 void handleShift(Instruction *);
Dnv50_ir_lowering_gv100.cpp213 GV100LegalizeSSA::handleShift(Instruction *i) in handleShift() function in nv50_ir::GV100LegalizeSSA
268 lowered = handleShift(i); in visit()
Dnv50_ir_lowering_nvc0.cpp205 NVC0LegalizeSSA::handleShift(Instruction *lo) in handleShift() function in nv50_ir::NVC0LegalizeSSA
356 handleShift(i); in visit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2373 void handleShift(BinaryOperator &I) { in handleShift() function
2387 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()