HomeSort by relevance Sort by last modified time
    Searched refs:DI (Results 26 - 50 of 140) sorted by null

12 3 4 5 6

  /external/llvm/utils/TableGen/
OptParserEmitter.cpp 175 if (const DefInit *DI = dyn_cast<DefInit>(R.getValueInit("Group")))
176 OS << getOptionName(*DI->getDef());
219 if (const DefInit *DI = dyn_cast<DefInit>(R.getValueInit("Group")))
220 OS << getOptionName(*DI->getDef());
226 if (const DefInit *DI = dyn_cast<DefInit>(R.getValueInit("Alias")))
227 OS << getOptionName(*DI->getDef());
PseudoLoweringEmitter.cpp 77 if (DefInit *DI = dyn_cast<DefInit>(Dag->getArg(i))) {
80 if (DI->getDef()->isSubClassOf("Register") ||
81 DI->getDef()->getName() == "zero_reg") {
83 OperandMap[BaseIdx + i].Data.Reg = DI->getDef();
92 if (DI->getDef() != Insn.Operands[BaseIdx + i].Rec)
94 "Pseudo operand type '" + DI->getDef()->getName() +
  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 171 DefInit *DI = dyn_cast<DefInit>(R->getValueInit("Group"));
172 if (DI == 0) continue;
175 std::string GroupName = DI->getDef()->getValueAsString("GroupName");
227 for (ArrayRef<const Record *>::const_iterator DI = GroupDiags.begin(),
229 DI != DE; ++DI) {
230 const DefInit *GroupInit = cast<DefInit>((*DI)->getValueInit("Group"));
235 SMRange InGroupRange = findSuperClassRange(*DI, "InGroup");
257 ArrayRef<const Record *>::const_iterator DI = GroupDiags.begin(),
259 assert(DI != DE && "We only care about groups with multiple uses!")
    [all...]
  /external/clang/lib/Sema/
TypeLocBuilder.h 111 TypeSourceInfo *DI = Context.CreateTypeSourceInfo(T, FullDataSize);
112 memcpy(DI->getTypeLoc().getOpaqueData(), &Buffer[Index], FullDataSize);
113 return DI;
  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 116 for (BasicBlock::iterator DI = BB.begin(), DE = BB.end(); DI != DE; ) {
117 Instruction *Inst = DI++;
LoopDeletion.cpp 210 for (SmallVector<DomTreeNode*, 8>::iterator DI = ChildNodes.begin(),
211 DE = ChildNodes.end(); DI != DE; ++DI) {
212 DT.changeImmediateDominator(*DI, DT[preheader]);
  /external/llvm/lib/CodeGen/
MachineSink.cpp 402 MachineBasicBlock::iterator DI = MI; ++DI;
404 DI != DE; ++DI) {
405 if (!DI->isDebugValue())
407 if (DI->getOperand(0).isReg() &&
408 DI->getOperand(0).getReg() == MI->getOperand(0).getReg())
409 DbgValues.push_back(DI);
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp     [all...]
MemDepPrinter.cpp 164 DepSetMap::const_iterator DI = Deps.find(Inst);
165 if (DI == Deps.end())
168 const DepSet &InstDeps = DI->second;
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 355 MachineInstr *DI = MRI->getVRegDef(PhiOpReg);
356 unsigned UpdOpc = DI->getOpcode();
362 unsigned IndReg = DI->getOperand(1).getReg();
364 unsigned UpdReg = DI->getOperand(0).getReg();
365 int64_t V = DI->getOperand(2).getImm();
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineObjC.cpp 154 for (ExplodedNodeSet::iterator DI = dstGenericPrevisit.begin(),
155 DE = dstGenericPrevisit.end(); DI != DE; ++DI) {
156 ExplodedNode *Pred = *DI;
PlistDiagnostics.cpp 367 for (std::vector<const PathDiagnostic*>::iterator DI = Diags.begin(),
368 DE = Diags.end(); DI != DE; ++DI) {
370 const PathDiagnostic *D = *DI;
441 for (std::vector<const PathDiagnostic*>::iterator DI=Diags.begin(),
442 DE = Diags.end(); DI!=DE; ++DI) {
447 const PathDiagnostic *D = *DI;
  /external/clang/tools/libclang/
Indexing.cpp 827 const DeclInfo *DI = static_cast<const DeclInfo *>(DInfo);
829 ContInfo = dyn_cast<ObjCContainerDeclInfo>(DI))
840 const DeclInfo *DI = static_cast<const DeclInfo *>(DInfo);
842 InterInfo = dyn_cast<ObjCInterfaceDeclInfo>(DI))
853 const DeclInfo *DI = static_cast<const DeclInfo *>(DInfo);
855 CatInfo = dyn_cast<ObjCCategoryDeclInfo>(DI))
866 const DeclInfo *DI = static_cast<const DeclInfo *>(DInfo);
869 InterInfo = dyn_cast<ObjCInterfaceDeclInfo>(DI))
873 ProtInfo = dyn_cast<ObjCProtocolDeclInfo>(DI))
876 if (const ObjCCategoryDeclInfo *CatInfo = dyn_cast<ObjCCategoryDeclInfo>(DI))
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget/d/
T_aget_5.d 27 .method public run([DI)I
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_boolean/d/
T_aget_boolean_5.d 27 .method public run([DI)Z
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_byte/d/
T_aget_byte_5.d 27 .method public run([DI)B
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_char/d/
T_aget_char_5.d 27 .method public run([DI)C
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_short/d/
T_aget_short_5.d 27 .method public run([DI)S
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_wide/d/
T_aget_wide_2.d 26 .method public run([DI)D
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/or_int/d/
T_or_int_3.d 27 .method public run(DI)I
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/or_int_2addr/d/
T_or_int_2addr_3.d 27 .method public run(DI)I
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_double/d/
T_rem_double_6.d 27 .method public run(DI)D
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/ushr_long/d/
T_ushr_long_2.d 27 .method public run(DI)J
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/ushr_long_2addr/d/
T_ushr_long_2addr_2.d 27 .method public run(DI)J
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 863 SDDbgInfo::DbgIterator DI = DAG->DbgBegin();
867 for (unsigned i = 0, e = Orders.size(); i != e && DI != DE; ++i) {
873 for (; DI != DE &&
874 (*DI)->getOrder() >= LastOrder && (*DI)->getOrder() < Order; ++DI) {
875 if ((*DI)->isInvalidated())
877 MachineInstr *DbgMI = Emitter.EmitDbgValue(*DI, VRBaseMap);
895 while (DI != DE) {
896 if (!(*DI)->isInvalidated()
    [all...]

Completed in 203 milliseconds

12 3 4 5 6