Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp440 return gettBLXrOpcode(MF); in getCallOpcode()
H A DARMBaseInstrInfo.h940 unsigned gettBLXrOpcode(const MachineFunction &MF);
H A DARMFastISel.cpp2172 return isThumb2 ? gettBLXrOpcode(*MF) : getBLXOpcode(*MF); in ARMSelectCallOp()
H A DARMExpandPseudoInsts.cpp2344 TII->get(Thumb ? gettBLXrOpcode(*MF) : getBLXOpcode(*MF))); in ExpandMI()
H A DARMBaseInstrInfo.cpp6522 unsigned llvm::gettBLXrOpcode(const MachineFunction &MF) { in gettBLXrOpcode() function in llvm
H A DARMISelLowering.cpp11014 BuildMI(*MBB, MI, DL, TII.get(gettBLXrOpcode(*MBB->getParent()))) in EmitLowered__chkstk()