search for: adresinstrinfo

Displaying 5 results from an estimated 5 matches for "adresinstrinfo".

2012 Nov 27
2
[LLVMdev] strange dbgs() behavior: unable to print floats in machine backend
...ra, >> Prediction); >> dbgs() << "OOPS " << 1.15 << "\n"; >> return flag; >> } >> >> This method invokes the backend method >> >> bool ADRESInstrInfo::isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, unsigned ExtraPredCycles, >> const BranchProbability &Probability) const { >> dbgs() << "OOPS " << 1.16 << "\n"; >> } >&g...
2012 Sep 21
0
[LLVMdev] liveness assertion problem in llc
...lvm::MachineInstr> >::erase (this=0x931b3b4, first=..., last=...) at /work/llvm/trunk/llvm/include/llvm/ADT/ilist.h:528 #11 0x0856f077 in llvm::MachineBasicBlock::erase (this=0x931b3ac, I=..., E=...) at /work/llvm/trunk/llvm/include/llvm/CodeGen/MachineBasicBlock.h:480 #12 0x08593f60 in llvm::ADRESInstrInfo::RemoveBranch (this=0x92cf50c, MBB=...) at /work/llvm/trunk/llvm/lib/Target/ADRES/ADRESInstrInfo.cpp:364 #13 0x0892d513 in llvm::BranchFolder::OptimizeBlock (this=0xbfffea70, MBB=0x931bd14) at /work/llvm/trunk/llvm/lib/CodeGen/BranchFolding.cpp:1200 #14 0x0892c565 in llvm::BranchFolder::OptimizeBra...
2012 Nov 27
0
[LLVMdev] strange dbgs() behavior: unable to print floats in machine backend
...Prediction); > >> dbgs() << "OOPS " << 1.15 << "\n"; > >> return flag; > >> } > >> > >> This method invokes the backend method > >> > >> bool ADRESInstrInfo::isProfitableToIfCvt(MachineBasicBlock &MBB, > unsigned NumCycles, unsigned ExtraPredCycles, > >> const BranchProbability > &Probability) const { > >> dbgs() << "OOPS " << 1.16 << "\n&quot...
2012 Nov 26
0
[LLVMdev] strange dbgs() behavior: unable to print floats in machine backend
...g = 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 &MBB, unsigned NumCycles, unsigned ExtraPredCycles, const BranchProbability &Probability) const { dbgs() << "OOPS " << 1.16 << "\n"; } This invocation works as it shou...
2012 Nov 27
1
[LLVMdev] strange dbgs() behavior: unable to print floats in machine backend
...Prediction); > >> dbgs() << "OOPS " << 1.15 << "\n"; > >> return flag; > >> } > >> > >> This method invokes the backend method > >> > >> bool ADRESInstrInfo::isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, unsigned ExtraPredCycles, > >> const BranchProbability &Probability) const { > >> dbgs() << "OOPS " << 1.16 << "\n"; > &g...