Searched refs:is31 (Results 1 – 5 of 5) sorted by relevance
/external/libcxx/test/std/utilities/time/time.cal/time.cal.md/time.cal.md.members/ |
D | ok.pass.cpp | 42 const bool is31 = i == 1 || i == 3 || i == 5 || i == 7 || i == 8 || i == 10 || i == 12; in main() local 48 assert( (month_day{month{i}, day{31}}.ok()) == is31); in main()
|
/external/llvm-project/libcxx/test/std/utilities/time/time.cal/time.cal.md/time.cal.md.members/ |
D | ok.pass.cpp | 41 const bool is31 = i == 1 || i == 3 || i == 5 || i == 7 || i == 8 || i == 10 || i == 12; in main() local 47 assert( (month_day{month{i}, day{31}}.ok()) == is31); in main()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 519 bool is31 = needsFP(MF); in replaceFPWithRealFP() local 520 unsigned FPReg = is31 ? PPC::R31 : PPC::R1; in replaceFPWithRealFP() 521 unsigned FP8Reg = is31 ? PPC::X31 : PPC::X1; in replaceFPWithRealFP() 1779 restoreCRs(bool isPPC64, bool is31, in restoreCRs() argument 1907 bool is31 = needsFP(*MF); in restoreCalleeSavedRegisters() local 1908 restoreCRs(Subtarget.isPPC64(), is31, in restoreCalleeSavedRegisters() 1933 bool is31 = needsFP(*MF); in restoreCalleeSavedRegisters() local 1934 restoreCRs(Subtarget.isPPC64(), is31, CR2Spilled, CR3Spilled, CR4Spilled, in restoreCalleeSavedRegisters()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 559 bool is31 = needsFP(MF); in replaceFPWithRealFP() local 560 unsigned FPReg = is31 ? PPC::R31 : PPC::R1; in replaceFPWithRealFP() 561 unsigned FP8Reg = is31 ? PPC::X31 : PPC::X1; in replaceFPWithRealFP() 2272 restoreCRs(bool isPPC64, bool is31, in restoreCRs() argument 2403 bool is31 = needsFP(*MF); in restoreCalleeSavedRegisters() local 2404 restoreCRs(Subtarget.isPPC64(), is31, in restoreCalleeSavedRegisters() 2435 bool is31 = needsFP(*MF); in restoreCalleeSavedRegisters() local 2436 restoreCRs(Subtarget.isPPC64(), is31, CR2Spilled, CR3Spilled, CR4Spilled, in restoreCalleeSavedRegisters()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 384 bool is31 = needsFP(MF); in replaceFPWithRealFP() local 385 unsigned FPReg = is31 ? PPC::R31 : PPC::R1; in replaceFPWithRealFP() 386 unsigned FP8Reg = is31 ? PPC::X31 : PPC::X1; in replaceFPWithRealFP() 2357 static void restoreCRs(bool is31, bool CR2Spilled, bool CR3Spilled, in restoreCRs() argument 2476 bool is31 = needsFP(*MF); in restoreCalleeSavedRegisters() local 2477 restoreCRs(is31, CR2Spilled, CR3Spilled, CR4Spilled, MBB, I, CSI, in restoreCalleeSavedRegisters() 2518 bool is31 = needsFP(*MF); in restoreCalleeSavedRegisters() local 2519 restoreCRs(is31, CR2Spilled, CR3Spilled, CR4Spilled, MBB, I, CSI, CSIIndex); in restoreCalleeSavedRegisters()
|