Lines Matching defs:SupportMethod
17790 auto GenAIXPPCBuiltinCpuExpr = [&](unsigned SupportMethod, unsigned FieldIdx,
17793 if (SupportMethod == BUILTIN_PPC_FALSE)
17796 if (SupportMethod == BUILTIN_PPC_TRUE)
17799 assert(SupportMethod <= SYS_CALL && "Invalid value for SupportMethod.");
17802 if (SupportMethod == USE_SYS_CONF) {
17814 } else if (SupportMethod == SYS_CALL) {
17824 "SupportMethod value is not defined in PPCTargetParser.def.");
17887 unsigned SupportMethod, FieldIdx, Mask, Value;
17892 std::tie(SupportMethod, FieldIdx, Mask, CompOp, Value) =
17900 return GenAIXPPCBuiltinCpuExpr(SupportMethod, FieldIdx, Mask, CompOp,