Home
last modified time | relevance | path

Searched defs:LoweringContext (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInstrumentation.h37 class LoweringContext; variable
57 virtual void instrumentFuncStart(LoweringContext &) {} in instrumentFuncStart() argument
58 virtual void instrumentAlloca(LoweringContext &, class InstAlloca *) {} in instrumentAlloca() argument
59 virtual void instrumentArithmetic(LoweringContext &, class InstArithmetic *) { in instrumentArithmetic() argument
61 virtual void instrumentBr(LoweringContext &, class InstBr *) {} in instrumentBr() argument
62 virtual void instrumentCall(LoweringContext &, class InstCall *) {} in instrumentCall() argument
63 virtual void instrumentCast(LoweringContext &, class InstCast *) {} in instrumentCast() argument
64 virtual void instrumentExtractElement(LoweringContext &, in instrumentExtractElement() argument
66 virtual void instrumentFcmp(LoweringContext &, class InstFcmp *) {} in instrumentFcmp() argument
67 virtual void instrumentIcmp(LoweringContext &, class InstIcmp *) {} in instrumentIcmp() argument
[all …]
DIceCfg.cpp1515 auto &LoweringContext = getTarget()->getContext(); in materializeVectorShuffles() local