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 82 void DiagnoseIndirectJump(IndirectGotoStmt *IG, unsigned IGScope,
604 IndirectGotoStmt *IG = *I;
605 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(IG)))
607 unsigned IGScope = LabelAndGotoScopes[IG];
609 if (!Entry) Entry = IG;
    [all...]
  /external/llvm/lib/Target/R600/
R600InstrInfo.cpp 548 R600InstrInfo::fitsReadPortLimitations(const std::vector<MachineInstr *> &IG,
559 for (unsigned i = 0, e = IG.size(); i < e; ++i) {
560 IGSrcs.push_back(ExtractSrcs(IG[i], PV, ConstCount));
561 unsigned Op = getOperandIdx(IG[i]->getOpcode(),
564 IG[i]->getOperand(Op).getImm());
    [all...]

Completed in 1476 milliseconds