Searched refs:getBLRCallOpcode (Results 1 – 6 of 6) sorted by relevance
414 unsigned getBLRCallOpcode(const MachineFunction &MF);
3274 TII.get(Addr.getReg() ? getBLRCallOpcode(*MF) : (unsigned)AArch64::BL); in fastLowerCall()3307 const MCInstrDesc &II = TII.get(getBLRCallOpcode(*MF)); in fastLowerCall()
1249 BuildMI(MBB, MBBI, DL, TII->get(getBLRCallOpcode(MF))) in emitPrologue()
7050 unsigned llvm::getBLRCallOpcode(const MachineFunction &MF) { in getBLRCallOpcode() function in llvm
790 return IsIndirect ? getBLRCallOpcode(CallerF) : (unsigned)AArch64::BL; in getCallOpcode()
3250 MIB.buildInstr(getBLRCallOpcode(MF), {}, {Load}) in selectTLSGlobalValue()