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

/external/swiftshader/third_party/subzero/src/
H A DIceTargetLowering.h11 /// \brief Declares the TargetLowering, LoweringContext, and TargetDataLowering
15 /// process. LoweringContext maintains a context for lowering each instruction,
67 /// LoweringContext makes it easy to iterate through non-deleted instructions in
72 class LoweringContext { class in namespace:Ice
73 LoweringContext(const LoweringContext &) = delete;
74 LoweringContext &operator=(const LoweringContext &) = delete;
77 LoweringContext() = default;
78 ~LoweringContext()
[all...]
H A DIceCfg.cpp1515 auto &LoweringContext = getTarget()->getContext(); local
1516 LoweringContext.setInsertPoint(instToIterator(&Instr));
1517 LoweringContext.insert(ShuffleVector);

Completed in 261 milliseconds