reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/lib/Target/ARM/ARMGenAsmMatcher.inc
10368   { 105 /* bl */, ARM::tBL, Convert__CondCode2_0__ThumbBranchTarget1_1, AMFBS_IsThumb, { MCK_CondCode, MCK_ThumbBranchTarget }, },
gen/lib/Target/ARM/ARMGenDAGISel.inc
36034 /* 79391*/          OPC_MorphNodeTo1, TARGET_VAL(ARM::tBL), 0|OPFL_Chain|OPFL_GlueInput|OPFL_GlueOutput|OPFL_Variadic1,
36053 /* 79427*/          OPC_MorphNodeTo1, TARGET_VAL(ARM::tBL), 0|OPFL_Chain|OPFL_GlueInput|OPFL_GlueOutput|OPFL_Variadic1,
gen/lib/Target/ARM/ARMGenMCCodeEmitter.inc
12268     case ARM::tBL: {
gen/lib/Target/ARM/ARMGenMCPseudoLowering.inc
  384       TmpInst.setOpcode(ARM::tBL);
lib/Target/ARM/ARMAsmPrinter.cpp
 1344     EmitToStreamer(*OutStreamer, MCInstBuilder(ARM::tBL)
lib/Target/ARM/ARMCallLowering.cpp
  488     return STI.isThumb() ? ARM::tBL : ARM::BL;
lib/Target/ARM/ARMExpandPseudoInsts.cpp
 1434                       TII->get(Thumb ? ARM::tBL : ARM::BL));
 1937         MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::tBL));
lib/Target/ARM/ARMFastISel.cpp
 2181     return isThumb2 ? ARM::tBL : ARM::BL;
lib/Target/ARM/ARMFrameLowering.cpp
  537       BuildMI(MBB, MBBI, dl, TII.get(ARM::tBL))
 2519     BuildMI(AllocMBB, DL, TII.get(ARM::tBL))
lib/Target/ARM/ARMISelLowering.cpp
10289     BuildMI(*MBB, MI, DL, TII.get(ARM::tBL))