Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp442 return gettBLXrOpcode(MF); in getCallOpcode()
H A DARMBaseInstrInfo.h960 unsigned gettBLXrOpcode(const MachineFunction &MF);
H A DARMFastISel.cpp2176 return isThumb2 ? gettBLXrOpcode(*MF) : getBLXOpcode(*MF); in ARMSelectCallOp()
H A DARMExpandPseudoInsts.cpp2506 TII->get(Thumb ? gettBLXrOpcode(*MF) : getBLXOpcode(*MF))); in ExpandMI()
H A DARMBaseInstrInfo.cpp6765 unsigned llvm::gettBLXrOpcode(const MachineFunction &MF) { in gettBLXrOpcode() function in llvm
H A DARMISelLowering.cpp11593 BuildMI(*MBB, MI, DL, TII.get(gettBLXrOpcode(*MBB->getParent()))) in EmitLowered__chkstk()