search for: isprofitabletoifcvt

Displaying 4 results from an estimated 4 matches for "isprofitabletoifcvt".

2012 Nov 27
2
[LLVMdev] strange dbgs() behavior: unable to print floats in machine backend
...unsigned Cycle, unsigned Extra, >> const BranchProbability &Prediction) const { >> >> dbgs() << "OOPS " << 1.14 << "\n"; >> bool flag = Cycle > 0 && TII->isProfitableToIfCvt(BB, Cycle, Extra, >> Prediction); >> dbgs() << "OOPS " << 1.15 << "\n"; >> return flag; >> } >> >> This method invokes the backend method >>...
2012 Nov 27
0
[LLVMdev] strange dbgs() behavior: unable to print floats in machine backend
...unsigned Extra, > >> const BranchProbability &Prediction) const { > >> > >> dbgs() << "OOPS " << 1.14 << "\n"; > >> bool flag = Cycle > 0 && TII->isProfitableToIfCvt(BB, > Cycle, Extra, > >> Prediction); > >> dbgs() << "OOPS " << 1.15 << "\n"; > >> return flag; > >> } > >> > >> This method in...
2012 Nov 26
0
[LLVMdev] strange dbgs() behavior: unable to print floats in machine backend
...ck &BB, unsigned Cycle, unsigned Extra, const BranchProbability &Prediction) const { dbgs() << "OOPS " << 1.14 << "\n"; bool flag = Cycle > 0 && TII->isProfitableToIfCvt(BB, Cycle, Extra, Prediction); dbgs() << "OOPS " << 1.15 << "\n"; return flag; } This method invokes the backend method bool ADRESInstrInfo::isProfitableToIfCvt(MachineBasicBlock &a...
2012 Nov 27
1
[LLVMdev] strange dbgs() behavior: unable to print floats in machine backend
...unsigned Extra, > >> const BranchProbability &Prediction) const { > >> > >> dbgs() << "OOPS " << 1.14 << "\n"; > >> bool flag = Cycle > 0 && TII->isProfitableToIfCvt(BB, Cycle, Extra, > >> Prediction); > >> dbgs() << "OOPS " << 1.15 << "\n"; > >> return flag; > >> } > >> > >> This method invokes...