Lines Matching defs:Fast
2473 unsigned *Fast) const {
2477 if (Fast) {
2479 *Fast = !Subtarget->isMisaligned128StoreSlow() || VT.getStoreSize() != 16 ||
2498 unsigned *Fast) const {
2502 if (Fast) {
2504 *Fast = !Subtarget->isMisaligned128StoreSlow() ||
4898 .setLibCallee(CallingConv::Fast, RetTy, Callee, std::move(Args));
7192 case CallingConv::Fast:
7867 return (CC == CallingConv::Fast && GuaranteeTailCalls) ||
7882 case CallingConv::Fast:
7980 // Functions using the C or Fast calling convention that have an SVE signature
7984 if ((CallerCC == CallingConv::C || CallerCC == CallingConv::Fast) &&
8144 return (CallCC == CallingConv::Fast && TailCallOpt) ||
8299 if (CallConv == CallingConv::C || CallConv == CallingConv::Fast) {
15781 (Options.AllowFPOpFusion == FPOpFusion::Fast ||
17207 unsigned Fast;
17209 MachineMemOperand::MONone, &Fast) &&
17210 Fast;
17237 unsigned Fast;
17239 MachineMemOperand::MONone, &Fast) &&
17240 Fast;