Home
last modified time | relevance | path

Searched refs:getBLXOpcode (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp443 return getBLXOpcode(MF); in getCallOpcode()
H A DARMBaseInstrInfo.h939 unsigned getBLXOpcode(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.cpp6517 unsigned llvm::getBLXOpcode(const MachineFunction &MF) { in getBLXOpcode() function in llvm