HomeSort by relevance Sort by last modified time
    Searched refs:InstSwitch (Results 1 - 20 of 20) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceInstrumentation.h 77 virtual void instrumentSwitch(LoweringContext &, class InstSwitch *) {}
IceSwitchLowering.cpp 25 const InstSwitch *Instr) {
IceSwitchLowering.h 66 static CaseClusterArray clusterizeSwitch(Cfg *Func, const InstSwitch *Instr);
IceInst.h 768 class InstSwitch : public InstHighLevel {
769 InstSwitch() = delete;
770 InstSwitch(const InstSwitch &) = delete;
771 InstSwitch &operator=(const InstSwitch &) = delete;
774 static InstSwitch *create(Cfg *Func, SizeT NumCases, Operand *Source,
776 return new (Func->allocate<InstSwitch>())
777 InstSwitch(Func, NumCases, Source, LabelDefault);
798 InstSwitch(Cfg *Func, SizeT NumCases, Operand *Source, CfgNode *LabelDefault)
    [all...]
IceInstrumentation.cpp 109 instrumentSwitch(Context, llvm::cast<InstSwitch>(Instr));
IceInst.cpp 506 InstSwitch::InstSwitch(Cfg *Func, SizeT NumCases, Operand *Source,
520 void InstSwitch::addBranch(SizeT CaseIndex, uint64_t Value, CfgNode *Label) {
526 NodeList InstSwitch::getTerminatorEdges() const {
544 bool InstSwitch::repointEdges(CfgNode *OldNode, CfgNode *NewNode) {
892 void InstSwitch::dump(const Cfg *Func) const {
    [all...]
IceDefs.h 70 class InstSwitch;
IceTargetLowering.h 418 virtual void lowerSwitch(const InstSwitch *Instr) = 0;
IceConverter.cpp 541 Ice::InstSwitch *Switch =
542 Ice::InstSwitch::create(Func.get(), NumCases, Source, LabelDefault);
    [all...]
WasmTranslator.cpp     [all...]
IceTargetLowering.cpp 473 lowerSwitch(llvm::cast<InstSwitch>(Instr));
    [all...]
IceCfgNode.cpp 35 if (llvm::isa<InstSwitch>(Instr) || llvm::isa<InstBr>(Instr)) {
    [all...]
IceTargetLoweringMIPS32.h 788 void lowerSwitch(const InstSwitch *Instr) override;
    [all...]
IceTargetLoweringARM32.h 292 void lowerSwitch(const InstSwitch *Instr) override;
    [all...]
PNaClTranslator.cpp     [all...]
IceTargetLoweringX86Base.h 285 void lowerSwitch(const InstSwitch *Instr) override;
    [all...]
IceTargetLoweringARM32.cpp     [all...]
IceTargetLoweringMIPS32.cpp     [all...]
IceTargetLoweringX86BaseImpl.h     [all...]
  /external/swiftshader/src/Reactor/
SubzeroReactor.cpp 145 class SwitchCases : public Ice::InstSwitch {};
    [all...]

Completed in 2239 milliseconds