Searched refs:lowerPhi (Results 1 – 8 of 8) sorted by relevance
406 virtual void lowerPhi(const InstPhi *Instr) = 0;
445 lowerPhi(llvm::cast<InstPhi>(Instr)); in lower()
783 void lowerPhi(const InstPhi *Instr) override;
287 void lowerPhi(const InstPhi *Instr) override;
280 void lowerPhi(const InstPhi *Instr) override;
5432 void TargetMIPS32::lowerPhi(const InstPhi * /*Instr*/) { in lowerPhi() function in Ice::MIPS32::TargetMIPS32
5918 void TargetARM32::lowerPhi(const InstPhi * /*Instr*/) { in lowerPhi() function in Ice::ARM32::TargetARM32
6122 void TargetX86Base<TraitsType>::lowerPhi(const InstPhi * /*Instr*/) {