Home
last modified time | relevance | path

Searched refs:JTIIdx (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchMachineFunctionInfo.h79 void setJumpInfo(MachineInstr *JrMI, int JTIIdx) { in setJumpInfo() argument
80 JumpInfos.push_back(std::make_pair(JrMI, JTIIdx)); in setJumpInfo()
H A DLoongArchAsmPrinter.cpp288 int JTIIdx = LAFI->getJumpInfoJTIIndex(Idx); in emitJumpTableInfo() local
289 if (JT[JTIIdx].MBBs.empty()) in emitJumpTableInfo()
296 MCSymbolRefExpr::create(GetJTISymbol(JTIIdx), OutContext), Size); in emitJumpTableInfo()