Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DScheduleDAG.h79 bool isArtificial : 1; member
97 bool isArtificial = false)
107 assert(!isArtificial && "isArtificial only applies with SDep::Order!"); in Dep()
114 Contents.Order.isArtificial = isArtificial; in Dep()
130 Contents.Order.isArtificial == Other.Contents.Order.isArtificial;
189 bool isArtificial() const { in isArtificial() function
190 return getKind() == Order && Contents.Order.isArtificial; in isArtificial()
629 return getSDep().isArtificial();
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.h157 bool isArtificial() const { in isArtificial() function
158 if (Var.isArtificial()) in isArtificial()
161 && getType().isArtificial()) in isArtificial()
DDwarfCompileUnit.cpp991 if (ATy.isArtificial()) in getOrCreateSubprogramDIE()
997 if (SP.isArtificial()) in getOrCreateSubprogramDIE()
1221 if (DV->isArtificial()) in constructVariableDIE()
DDwarfDebug.cpp217 if (ATy.isArtificial()) in updateSubprogramScopeDIE()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h151 bool isArtificial() const { in isArtificial() function
152 if (Var->isArtificial()) in isArtificial()
154 if (getType()->isArtificial()) in isArtificial()
DDwarfUnit.cpp851 if (Ty->isArtificial()) in constructSubprogramArguments()
1231 if (SP->isArtificial()) in applySubprogramAttributes()
1452 if (DT->isArtificial()) in constructMemberDIE()
DDwarfCompileUnit.cpp810 if (Var.isArtificial()) in applyVariableAttributes()
DCodeViewDebug.cpp1352 if (SP->isArtificial()) in translateMethodOptionFlags()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h284 bool isArtificial() const { in isArtificial() function
498 unsigned isArtificial() const { in isArtificial() function
642 bool isArtificial() const { in isArtificial() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp352 if (!I->isArtificial()) in CopyAndMoveSuccessors()
360 if (I->isArtificial()) in CopyAndMoveSuccessors()
397 if (I->isArtificial()) in InsertCopiesAndMoveSuccs()
DScheduleDAGRRList.cpp940 if (!I->isArtificial()) in CopyAndMoveSuccessors()
948 if (I->isArtificial()) in CopyAndMoveSuccessors()
988 if (I->isArtificial()) in InsertCopiesAndMoveSuccs()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp359 if (!I->isArtificial()) in CopyAndMoveSuccessors()
367 if (I->isArtificial()) in CopyAndMoveSuccessors()
404 if (I->isArtificial()) in InsertCopiesAndMoveSuccs()
DScheduleDAGRRList.cpp1105 if (!Pred.isArtificial()) in CopyAndMoveSuccessors()
1112 if (Succ.isArtificial()) in CopyAndMoveSuccessors()
1151 if (Succ.isArtificial()) in InsertCopiesAndMoveSuccs()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAG.cpp318 if (I->isArtificial()) in dumpAll()
339 if (I->isArtificial()) in dumpAll()
/external/llvm/include/llvm/CodeGen/
DScheduleDAG.h199 bool isArtificial() const { in isArtificial() function
674 return getSDep().isArtificial();
/external/llvm/lib/CodeGen/
DScheduleDAG.cpp347 if (I->isArtificial()) in dumpAll()
367 if (I->isArtificial()) in dumpAll()
DMachinePipeliner.cpp1511 if (D.isArtificial()) in ignoreDependence()
1891 if (!SI.isArtificial() && NodesAdded.count(Successor) == 0) in addConnectedNodes()
1896 if (!PI.isArtificial() && NodesAdded.count(Predecessor) == 0) in addConnectedNodes()
3403 if (!isOrder(Source, Dep) || Dep.isArtificial()) in isLoopCarriedOrder()
DMachineScheduler.cpp545 SuccSU->addPred(PredDep, /*Required=*/!PredDep.isArtificial()); in addEdge()
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h578 bool isArtificial() const { return getFlags() & FlagArtificial; }
1393 unsigned isArtificial() const { return getFlags() & FlagArtificial; }
1996 bool isArtificial() const { return getFlags() & FlagArtificial; }
/external/llvm/lib/IR/
DDIBuilder.cpp456 if (Ty->isArtificial()) in createArtificialType()
DVerifier.cpp4239 if (V->isArtificial()) in verifyBitPieceExpression()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDIBuilder.cpp571 if (Ty.isArtificial()) in createArtificialType()