Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.cpp201 CSKYConstantPoolJT::CSKYConstantPoolJT(Type *Ty, int JTIndex, unsigned PCAdj, in CSKYConstantPoolJT() argument
206 JTI(JTIndex) {} in CSKYConstantPoolJT()
H A DCSKYConstantPoolValue.h203 CSKYConstantPoolJT(Type *Ty, int JTIndex, unsigned PCAdj,
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp367 Register JTIndex = MRI.createVirtualRegister(&Mips::GPR32RegClass); in select() local
369 .addDef(JTIndex) in select()
379 .addUse(JTIndex); in select()