Searched refs:lowerSwitch (Results 1 – 8 of 8) sorted by relevance
411 virtual void lowerSwitch(const InstSwitch *Instr) = 0;
460 lowerSwitch(llvm::cast<InstSwitch>(Instr)); in lower()
788 void lowerSwitch(const InstSwitch *Instr) override;
292 void lowerSwitch(const InstSwitch *Instr) override;
285 void lowerSwitch(const InstSwitch *Instr) override;
5618 void TargetMIPS32::lowerSwitch(const InstSwitch *Instr) { in lowerSwitch() function in Ice::MIPS32::TargetMIPS32
6181 void TargetARM32::lowerSwitch(const InstSwitch *Instr) { in lowerSwitch() function in Ice::ARM32::TargetARM32
7102 void TargetX86Base<TraitsType>::lowerSwitch(const InstSwitch *Instr) {