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

  /external/clang/lib/Sema/
JumpDiagnostics.cpp 78 void DiagnoseIndirectJump(IndirectGotoStmt *IG, unsigned IGScope,
571 IndirectGotoStmt *IG = *I;
572 assert(LabelAndGotoScopes.count(IG) &&
574 unsigned IGScope = LabelAndGotoScopes[IG];
576 if (!Entry) Entry = IG;
  /external/llvm/lib/Target/R600/
R600InstrInfo.cpp 479 R600InstrInfo::fitsReadPortLimitations(const std::vector<MachineInstr *> &IG,
490 for (unsigned i = 0, e = IG.size(); i < e; ++i) {
491 IGSrcs.push_back(ExtractSrcs(IG[i], PV, ConstCount));
492 unsigned Op = getOperandIdx(IG[i]->getOpcode(),
495 IG[i]->getOperand(Op).getImm());
    [all...]

Completed in 1094 milliseconds