Home
last modified time | relevance | path

Searched refs:GIM_Try (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
DX86GenGlobalISel.inc845 GIM_Try, /*On fail goto*//*Label 49*/ 238,
850 GIM_Try, /*On fail goto*//*Label 50*/ 167, // Rule ID 16134 //
862 GIM_Try, /*On fail goto*//*Label 51*/ 191, // Rule ID 16138 //
874 GIM_Try, /*On fail goto*//*Label 52*/ 221, // Rule ID 16088 //
890 GIM_Try, /*On fail goto*//*Label 53*/ 237, // Rule ID 16080 //
903 GIM_Try, /*On fail goto*//*Label 54*/ 410,
908 GIM_Try, /*On fail goto*//*Label 55*/ 282, // Rule ID 15946 //
920 GIM_Try, /*On fail goto*//*Label 56*/ 306, // Rule ID 16135 //
932 GIM_Try, /*On fail goto*//*Label 57*/ 330, // Rule ID 16139 //
944 GIM_Try, /*On fail goto*//*Label 58*/ 363, // Rule ID 16091 //
[all …]
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenGlobalISel.inc866 GIM_Try, /*On fail goto*//*Label 60*/ 211,
869 GIM_Try, /*On fail goto*//*Label 61*/ 155, // Rule ID 3775 //
883 GIM_Try, /*On fail goto*//*Label 62*/ 189, // Rule ID 33 //
897 GIM_Try, /*On fail goto*//*Label 63*/ 210, // Rule ID 35 //
911 GIM_Try, /*On fail goto*//*Label 64*/ 1283,
914 GIM_Try, /*On fail goto*//*Label 65*/ 256, // Rule ID 3776 //
928 GIM_Try, /*On fail goto*//*Label 66*/ 352, // Rule ID 1886 //
963 GIM_Try, /*On fail goto*//*Label 67*/ 448, // Rule ID 1887 //
998 GIM_Try, /*On fail goto*//*Label 68*/ 482, // Rule ID 34 //
1012 GIM_Try, /*On fail goto*//*Label 69*/ 578, // Rule ID 4027 //
[all …]
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenGlobalISel.inc596 GIM_Try, /*On fail goto*//*Label 50*/ 457,
599 GIM_Try, /*On fail goto*//*Label 51*/ 187, // Rule ID 2290 //
626 GIM_Try, /*On fail goto*//*Label 52*/ 255, // Rule ID 802 //
653 GIM_Try, /*On fail goto*//*Label 53*/ 298, // Rule ID 2066 //
673 GIM_Try, /*On fail goto*//*Label 54*/ 341, // Rule ID 2067 //
693 GIM_Try, /*On fail goto*//*Label 55*/ 364, // Rule ID 1165 //
704 GIM_Try, /*On fail goto*//*Label 56*/ 387, // Rule ID 34 //
715 GIM_Try, /*On fail goto*//*Label 57*/ 410, // Rule ID 1028 //
726 GIM_Try, /*On fail goto*//*Label 58*/ 433, // Rule ID 1040 //
737 GIM_Try, /*On fail goto*//*Label 59*/ 456, // Rule ID 1735 //
[all …]
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenGlobalISel.inc769 GIM_Try, /*On fail goto*//*Label 44*/ 1787,
772 GIM_Try, /*On fail goto*//*Label 45*/ 186, // Rule ID 2738 //
796 GIM_Try, /*On fail goto*//*Label 46*/ 252, // Rule ID 2739 //
820 GIM_Try, /*On fail goto*//*Label 47*/ 318, // Rule ID 2768 //
844 GIM_Try, /*On fail goto*//*Label 48*/ 384, // Rule ID 2769 //
868 GIM_Try, /*On fail goto*//*Label 49*/ 450, // Rule ID 1813 //
892 GIM_Try, /*On fail goto*//*Label 50*/ 516, // Rule ID 1814 //
916 GIM_Try, /*On fail goto*//*Label 51*/ 582, // Rule ID 1999 //
940 GIM_Try, /*On fail goto*//*Label 52*/ 648, // Rule ID 2000 //
964 GIM_Try, /*On fail goto*//*Label 53*/ 757, // Rule ID 2523 //
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
DGlobalISelEmitter.td255 // R19O-NEXT: GIM_Try, /*On fail goto*//*Label [[GROUP_NUM:[0-9]+]]*/ [[GROUP:[0-9]+]],
261 // R19C-NEXT: GIM_Try, /*On fail goto*//*Label [[LABEL_NUM:[0-9]+]]*/ [[LABEL:[0-9]+]],
344 // R21O-NEXT: GIM_Try, /*On fail goto*//*Label [[GROUP_NUM:[0-9]+]]*/ [[GROUP:[0-9]+]],
350 // R21C-NEXT: GIM_Try, /*On fail goto*//*Label [[PREV_NUM:[0-9]+]]*/ [[PREV:[0-9]+]], // Rule ID 1…
355 // R21C-NEXT: GIM_Try, /*On fail goto*//*Label [[LABEL_NUM:[0-9]+]]*/ [[LABEL:[0-9]+]], // Rule ID…
404 // R20O-NEXT: GIM_Try, /*On fail goto*//*Label [[GROUP_NUM:[0-9]+]]*/ [[GROUP:[0-9]+]],
410 // R20N: GIM_Try, /*On fail goto*//*Label [[PREV_NUM:[0-9]+]]*/ [[PREV:[0-9]+]], // Rule ID 2…
413 // R20C-NEXT: GIM_Try, /*On fail goto*//*Label [[LABEL_NUM:[0-9]+]]*/ [[LABEL:[0-9]+]], // Rule ID…
469 // R00O-NEXT: GIM_Try, /*On fail goto*//*Label [[GROUP_NUM:[0-9]+]]*/ [[GROUP:[0-9]+]],
475 // R00C: GIM_Try, /*On fail goto*//*Label [[PREV_NUM:[0-9]+]]*/ [[PREV:[0-9]+]], // Rule ID 2…
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelector.h82 GIM_Try, enumerator
DInstructionSelectorImpl.h78 case GIM_Try: { in executeMatchTable()