Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nvc0.h40 void handleShift(Instruction *);
Dnv50_ir_lowering_nvc0.cpp167 NVC0LegalizeSSA::handleShift(Instruction *lo) in handleShift() function in nv50_ir::NVC0LegalizeSSA
310 handleShift(i); in visit()
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1855 void handleShift(BinaryOperator &I) { in handleShift() function
1869 void visitShl(BinaryOperator &I) { handleShift(I); } in visitShl()
1870 void visitAShr(BinaryOperator &I) { handleShift(I); } in visitAShr()
1871 void visitLShr(BinaryOperator &I) { handleShift(I); } in visitLShr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2047 void handleShift(BinaryOperator &I) { in handleShift() function
2061 void visitShl(BinaryOperator &I) { handleShift(I); } in visitShl()
2062 void visitAShr(BinaryOperator &I) { handleShift(I); } in visitAShr()
2063 void visitLShr(BinaryOperator &I) { handleShift(I); } in visitLShr()