Home | History | Annotate | Download | only in ARM

Lines Matching defs:Fast

1270 // Create a fast isel object.
1387 case CallingConv::Fast:
1390 return CallingConv::Fast;
1413 case CallingConv::Fast:
6429 // TODO: Should this propagate fast-math-flags?
6461 // TODO: Should this propagate fast-math-flags?
6535 // TODO: Should this propagate fast-math-flags?
10637 bool *Fast) const {
10649 if (Fast)
10650 *Fast = Subtarget->hasV7Ops();
10661 if (Fast)
10662 *Fast = true;
10686 bool Fast;
10689 (allowsMisalignedMemoryAccesses(MVT::v2f64, 0, 1, &Fast) && Fast))) {
10693 (allowsMisalignedMemoryAccesses(MVT::f64, 0, 1, &Fast) &&
10694 Fast))) {