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

References

gen/lib/Target/ARM/ARMGenAsmMatcher.inc
10366   { 105 /* bl */, ARM::BL, Convert__ARMBranchTarget1_0, AMFBS_IsARM, { MCK_ARMBranchTarget }, },
gen/lib/Target/ARM/ARMGenDAGISel.inc
36025 /* 79374*/          OPC_MorphNodeTo1, TARGET_VAL(ARM::BL), 0|OPFL_Chain|OPFL_GlueInput|OPFL_GlueOutput|OPFL_Variadic1,
36044 /* 79410*/          OPC_MorphNodeTo1, TARGET_VAL(ARM::BL), 0|OPFL_Chain|OPFL_GlueInput|OPFL_GlueOutput|OPFL_Variadic1,
gen/lib/Target/ARM/ARMGenMCCodeEmitter.inc
12237     case ARM::BL: {
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));
 1947         MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::BL));
lib/Target/ARM/ARMFastISel.cpp
 2181     return isThumb2 ? ARM::tBL : ARM::BL;
lib/Target/ARM/ARMFrameLowering.cpp
 2523     BuildMI(AllocMBB, DL, TII.get(ARM::BL))