HomeSort by relevance Sort by last modified time
    Searched refs:RetOpc (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86RetpolineThunks.cpp 250 const unsigned RetOpc = Is64Bit ? X86::RETQ : X86::RETL;
273 BuildMI(CallTarget, DebugLoc(), TII->get(RetOpc));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp 341 unsigned RetOpc = I->getOpcode();
342 return RetOpc == Hexagon::PS_tailcall_i || RetOpc == Hexagon::PS_tailcall_r;
637 unsigned RetOpc = RetI ? RetI->getOpcode() : 0;
640 if (RetOpc == Hexagon::EH_RETURN_JMPR) {
652 if (RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4 ||
653 RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4_PIC ||
654 RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4_EXT ||
655 RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4_EXT_PIC) {
688 if (RetOpc != Hexagon::PS_jmpret || DisableDeallocRet)
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp 283 unsigned RetOpc = I->getOpcode();
284 return RetOpc == Hexagon::TCRETURNi || RetOpc == Hexagon::TCRETURNr;
590 unsigned RetOpc = RetI ? RetI->getOpcode() : 0;
600 if (RetOpc == Hexagon::EH_RETURN_JMPR) {
610 if (RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4 ||
611 RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4_PIC) {
641 if (RetOpc != Hexagon::JMPret || DisableDeallocRet) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
AVRISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]

Completed in 475 milliseconds