Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:Fast

280 // fast-isel, and return its equivalent machine type in VT.
295 // fast-isel as a load target, and return its equivalent machine type in VT.
589 // Attempt to fast-select a load instruction.
731 // Attempt to fast-select a store instruction.
761 // Attempt to fast-select a branch instruction.
907 // Attempt to fast-select a floating-point extend instruction.
925 // Attempt to fast-select a floating-point truncate instruction.
996 // Attempt to fast-select an integer-to-floating-point conversion.
997 // FIXME: Once fast-isel has better support for VSX, conversions using
1077 // slot for i32, but this being fast-isel we'll just go with the
1105 // Attempt to fast-select a floating-point-to-integer conversion.
1106 // FIXME: Once fast-isel has better support for VSX, conversions using
1170 // Attempt to fast-select a binary integer operation that isn't already
1275 // Handle arguments to a call that we're attempting to fast-select.
1328 // register (unless we're using the fast calling convention).
1378 if (CC != CallingConv::Fast)
1391 // For a call that we've determined we can fast-select, finish the
1439 // used along the fast-isel path (not lowered), and downstream logic
1595 // Attempt to fast-select a return instruction.
1765 // Attempt to fast-select an indirect branch instruction.
1782 // Attempt to fast-select an integer truncate instruction.
1811 // Attempt to fast-select an integer extend instruction.
1850 // Attempt to fast-select an instruction that wasn't handled by
1962 // FIXME: Jump tables are not yet required because fast-isel doesn't
2181 // removed from parent. Change test/CodeGen/PowerPC/fast-isel-fold.ll
2348 // Create the fast instruction selector for PowerPC64 ELF.