Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp451 return gettBLXrOpcode(MF); in getCallOpcode()
H A DARMBaseInstrInfo.h981 unsigned gettBLXrOpcode(const MachineFunction &MF);
H A DARMFastISel.cpp2176 return isThumb2 ? gettBLXrOpcode(*MF) : getBLXOpcode(*MF); in ARMSelectCallOp()
H A DARMExpandPseudoInsts.cpp2597 TII->get(Thumb ? gettBLXrOpcode(*MF) : getBLXOpcode(*MF))); in ExpandMI()
H A DARMBaseInstrInfo.cpp6742 unsigned llvm::gettBLXrOpcode(const MachineFunction &MF) { in gettBLXrOpcode() function in llvm
H A DARMISelLowering.cpp11754 BuildMI(*MBB, MI, DL, TII.get(gettBLXrOpcode(*MBB->getParent()))) in EmitLowered__chkstk()