Home | History | Annotate | Download | only in X86

Lines Matching refs:Fast

151     // Unhandled type. Halt "fast" selection and bail.
344 // Fast instruction selection doesn't support the special
698 CC != CallingConv::Fast &&
712 if (CC == CallingConv::Fast && GuaranteedTailCallOpt)
1286 // Unhandled operand. Halt "fast" selection and bail.
1507 if (CC != CallingConv::C && CC != CallingConv::Fast &&
1513 if (CC == CallingConv::Fast && GuaranteedTailCallOpt)
1525 // Fast-isel doesn't know about callee-pop yet.