Searched refs:lowerPhi (Results 1 – 8 of 8) sorted by relevance
413 virtual void lowerPhi(const InstPhi *Instr) = 0;
458 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;
5455 void TargetMIPS32::lowerPhi(const InstPhi * /*Instr*/) { in lowerPhi() function in Ice::MIPS32::TargetMIPS32
5806 void TargetARM32::lowerPhi(const InstPhi * /*Instr*/) { in lowerPhi() function in Ice::ARM32::TargetARM32
6053 void TargetX86Base<TraitsType>::lowerPhi(const InstPhi * /*Instr*/) {