Home
last modified time | relevance | path

Searched refs:isArtificial (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DScheduleDAG.h80 bool isArtificial : 1; member
100 bool isArtificial = false)
110 assert(!isArtificial && "isArtificial only applies with SDep::Order!"); in Dep()
117 Contents.Order.isArtificial = isArtificial; in Dep()
134 Contents.Order.isArtificial == Other.Contents.Order.isArtificial; in overlaps()
209 bool isArtificial() const { in isArtificial() function
210 return getKind() == Order && Contents.Order.isArtificial; in isArtificial()
631 return getSDep().isArtificial();
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h158 bool isArtificial() const { in isArtificial() function
159 if (Var.isArtificial()) in isArtificial()
162 && getType().isArtificial()) in isArtificial()
DDwarfCompileUnit.cpp1110 if (ATy.isArtificial()) in getOrCreateSubprogramDIE()
1116 if (SP.isArtificial()) in getOrCreateSubprogramDIE()
1349 if (DV->isArtificial()) in constructVariableDIE()
DDwarfDebug.cpp331 if (ATy.isArtificial()) in updateSubprogramScopeDIE()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp352 if (!I->isArtificial()) in CopyAndMoveSuccessors()
360 if (I->isArtificial()) in CopyAndMoveSuccessors()
397 if (I->isArtificial()) in InsertCopiesAndMoveSuccs()
DScheduleDAGRRList.cpp1082 if (!I->isArtificial()) in CopyAndMoveSuccessors()
1090 if (I->isArtificial()) in CopyAndMoveSuccessors()
1130 if (I->isArtificial()) in InsertCopiesAndMoveSuccs()
/external/llvm/include/llvm/
DDebugInfo.h287 bool isArtificial() const { in isArtificial() function
500 unsigned isArtificial() const { in isArtificial() function
641 bool isArtificial() const { in isArtificial() function
/external/llvm/lib/CodeGen/
DScheduleDAG.cpp312 if (I->isArtificial()) in dumpAll()
332 if (I->isArtificial()) in dumpAll()
/external/llvm/lib/VMCore/
DDIBuilder.cpp621 if (Ty.isArtificial()) in createArtificialType()