Searched refs:getBLXOpcode (Results 1 – 5 of 5) sorted by relevance
443 return getBLXOpcode(MF); in getCallOpcode()
939 unsigned getBLXOpcode(const MachineFunction &MF);
2172 return isThumb2 ? gettBLXrOpcode(*MF) : getBLXOpcode(*MF); in ARMSelectCallOp()
2344 TII->get(Thumb ? gettBLXrOpcode(*MF) : getBLXOpcode(*MF))); in ExpandMI()
6517 unsigned llvm::getBLXOpcode(const MachineFunction &MF) { in getBLXOpcode() function in llvm