Home
last modified time | relevance | path

Searched refs:getBLRCallOpcode (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h454 unsigned getBLRCallOpcode(const MachineFunction &MF);
H A DAArch64FastISel.cpp3205 TII.get(Addr.getReg() ? getBLRCallOpcode(*MF) : (unsigned)AArch64::BL); in fastLowerCall()
3238 const MCInstrDesc &II = TII.get(getBLRCallOpcode(*MF)); in fastLowerCall()
H A DAArch64FrameLowering.cpp1363 BuildMI(MBB, MBBI, DL, TII->get(getBLRCallOpcode(MF))) in emitPrologue()
H A DAArch64InstrInfo.cpp7540 unsigned llvm::getBLRCallOpcode(const MachineFunction &MF) { in getBLRCallOpcode() function in llvm
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp851 return IsIndirect ? getBLRCallOpcode(CallerF) : (unsigned)AArch64::BL; in getCallOpcode()
H A DAArch64InstructionSelector.cpp3336 MIB.buildInstr(getBLRCallOpcode(MF), {}, {Load}) in selectTLSGlobalValue()