Searched refs:getBLRCallOpcode (Results 1 – 6 of 6) sorted by relevance
755 unsigned getBLRCallOpcode(const MachineFunction &MF);
3236 TII.get(Addr.getReg() ? getBLRCallOpcode(*MF) : (unsigned)AArch64::BL); in fastLowerCall()3269 const MCInstrDesc &II = TII.get(getBLRCallOpcode(*MF)); in fastLowerCall()
2273 BuildMI(MBB, MBBI, DL, TII->get(getBLRCallOpcode(MF))) in emitPrologue()
10304 unsigned llvm::getBLRCallOpcode(const MachineFunction &MF) { in getBLRCallOpcode() function in llvm
1079 return IsIndirect ? getBLRCallOpcode(CallerF) : (unsigned)AArch64::BL; in getCallOpcode()
3846 unsigned Opcode = getBLRCallOpcode(MF); in selectTLSGlobalValue()