reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/MC/MCParser/MCTargetAsmParser.cpp
   23   STI = &STICopy;
   28   return *STI;
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
 4379         ComputeAvailableFeatures(STI->getFeatureBits()));
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
 3217                    IDLoc, STI);
 3220                    IDLoc, STI);
 3235       TOut.emitRX(Mips::LUi, ATReg, MCOperand::createExpr(HiExpr), IDLoc, STI);
 3247                   STI);
 3249                    MCOperand::createExpr(HigherExpr), IDLoc, STI);
 3250       TOut.emitRRI(Mips::DSLL, ATReg, ATReg, 16, IDLoc, STI);
 3252                    IDLoc, STI);
 3253       TOut.emitRRI(Mips::DSLL, ATReg, ATReg, 16, IDLoc, STI);
 5592     if (processInstruction(Inst, IDLoc, Out, STI))
 7390           CpRestoreOffset, [&]() { return getATReg(Loc); }, Loc, STI))