Searched refs:lowerBr (Results 1 – 8 of 8) sorted by relevance
403 virtual void lowerBr(const InstBr *Instr) = 0;
424 lowerBr(llvm::cast<InstBr>(Instr)); in lower()
770 void lowerBr(const InstBr *Instr) override;
216 void lowerBr(const InstBr *Instr) override;
269 void lowerBr(const InstBr *Instr) override;
3101 void TargetMIPS32::lowerBr(const InstBr *Instr) { in lowerBr() function in Ice::MIPS32::TargetMIPS32
3661 void TargetARM32::lowerBr(const InstBr *Instr) { in lowerBr() function in Ice::ARM32::TargetARM32
2564 void TargetX86Base<TraitsType>::lowerBr(const InstBr *Br) {