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

  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 76 /// isArtificial - True if this is an artificial dependency, meaning
79 bool isArtificial : 1;
97 bool isArtificial = false)
107 assert(!isArtificial && "isArtificial only applies with SDep::Order!");
114 Contents.Order.isArtificial = isArtificial;
130 Contents.Order.isArtificial == Other.Contents.Order.isArtificial;
187 /// isArtificial - Test if this is an Order dependence that is marke
    [all...]
  /external/llvm/include/llvm/Analysis/
DebugInfo.h 272 bool isArtificial() const {
482 unsigned isArtificial() const {
610 /// isArtificial - Return true if this variable is marked as "artificial".
611 bool isArtificial() const {
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 352 if (!I->isArtificial())
360 if (I->isArtificial())
397 if (I->isArtificial())
596 /*isMustAlias=*/false, /*isArtificial=*/true));
605 /*isMustAlias=*/false, /*isArtificial=*/true));
ScheduleDAGRRList.cpp 940 if (!I->isArtificial())
    [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 317 if (I->isArtificial())
338 if (I->isArtificial())
  /frameworks/compile/slang/
slang_rs.cpp 99 if (ERT->isArtificial())
slang_rs_export_type.h 479 bool IsArtificial,
483 mIsArtificial(IsArtificial),
503 inline bool isArtificial() const { return mIsArtificial; }
slang_rs_reflection.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 387 if (ATy.isArtificial())
393 if (SP.isArtificial())
485 if (ATy.isArtificial())
680 if (Tag == dwarf::DW_TAG_formal_parameter && DV->getType().isArtificial())
683 else if (DIVariable(DV->getVariable()).isArtificial())
    [all...]
  /external/llvm/lib/Analysis/
DIBuilder.cpp 482 if (Ty.isArtificial())
    [all...]

Completed in 1672 milliseconds