Searched refs:ShouldCombineAggressively (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp62 bool ShouldCombineAggressively; member in class:__anon2479::HexagonCopyToCombine
116 bool ShouldCombineAggressively) {
136 (ShouldCombineAggressively || isInt<8>(MI->getOperand(1).getImm()));
140 if (!ShouldCombineAggressively)
258 if (!ShouldCombineAggressively)
303 if (!ShouldCombineAggressively)
379 if (!isCombinableInstType(DefInst, TII, ShouldCombineAggressively))
425 ShouldCombineAggressively =
441 if (ShouldCombineAggressively && PotentiallyNewifiableTFR.count(I1))
445 if (!isCombinableInstType(I1, TII, ShouldCombineAggressively))
114 isCombinableInstType(MachineInstr *MI, const HexagonInstrInfo *TII, bool ShouldCombineAggressively) argument
[all...]

Completed in 97 milliseconds