Home
last modified time | relevance | path

Searched refs:VK_Mips_GOT_CALL (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsMCSymbolRefExpr.h21 VK_Mips_GOT_CALL, enumerator
DMipsMCSymbolRefExpr.cpp28 case VK_Mips_GOT_CALL: OS << "%call16("; break; in PrintImpl()
DMipsMCInstLower.cpp41 case MipsII::MO_GOT_CALL: Kind = MipsMCSymbolRefExpr::VK_Mips_GOT_CALL; break; in LowerSymbolOperand()