/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 79 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/ |
D | DwarfDebug.h | 157 bool isArtificial() const { in isArtificial() function 158 if (Var.isArtificial()) in isArtificial() 161 && getType().isArtificial()) in isArtificial()
|
D | DwarfCompileUnit.cpp | 991 if (ATy.isArtificial()) in getOrCreateSubprogramDIE() 997 if (SP.isArtificial()) in getOrCreateSubprogramDIE() 1221 if (DV->isArtificial()) in constructVariableDIE()
|
D | DwarfDebug.cpp | 217 if (ATy.isArtificial()) in updateSubprogramScopeDIE()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 151 bool isArtificial() const { in isArtificial() function 152 if (Var->isArtificial()) in isArtificial() 154 if (getType()->isArtificial()) in isArtificial()
|
D | DwarfUnit.cpp | 851 if (Ty->isArtificial()) in constructSubprogramArguments() 1231 if (SP->isArtificial()) in applySubprogramAttributes() 1452 if (DT->isArtificial()) in constructMemberDIE()
|
D | DwarfCompileUnit.cpp | 810 if (Var.isArtificial()) in applyVariableAttributes()
|
D | CodeViewDebug.cpp | 1352 if (SP->isArtificial()) in translateMethodOptionFlags()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | DebugInfo.h | 284 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/ |
D | ScheduleDAGFast.cpp | 352 if (!I->isArtificial()) in CopyAndMoveSuccessors() 360 if (I->isArtificial()) in CopyAndMoveSuccessors() 397 if (I->isArtificial()) in InsertCopiesAndMoveSuccs()
|
D | ScheduleDAGRRList.cpp | 940 if (!I->isArtificial()) in CopyAndMoveSuccessors() 948 if (I->isArtificial()) in CopyAndMoveSuccessors() 988 if (I->isArtificial()) in InsertCopiesAndMoveSuccs()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 359 if (!I->isArtificial()) in CopyAndMoveSuccessors() 367 if (I->isArtificial()) in CopyAndMoveSuccessors() 404 if (I->isArtificial()) in InsertCopiesAndMoveSuccs()
|
D | ScheduleDAGRRList.cpp | 1105 if (!Pred.isArtificial()) in CopyAndMoveSuccessors() 1112 if (Succ.isArtificial()) in CopyAndMoveSuccessors() 1151 if (Succ.isArtificial()) in InsertCopiesAndMoveSuccs()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ScheduleDAG.cpp | 318 if (I->isArtificial()) in dumpAll() 339 if (I->isArtificial()) in dumpAll()
|
/external/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 199 bool isArtificial() const { in isArtificial() function 674 return getSDep().isArtificial();
|
/external/llvm/lib/CodeGen/ |
D | ScheduleDAG.cpp | 347 if (I->isArtificial()) in dumpAll() 367 if (I->isArtificial()) in dumpAll()
|
D | MachinePipeliner.cpp | 1511 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()
|
D | MachineScheduler.cpp | 545 SuccSU->addPred(PredDep, /*Required=*/!PredDep.isArtificial()); in addEdge()
|
/external/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 578 bool isArtificial() const { return getFlags() & FlagArtificial; } 1393 unsigned isArtificial() const { return getFlags() & FlagArtificial; } 1996 bool isArtificial() const { return getFlags() & FlagArtificial; }
|
/external/llvm/lib/IR/ |
D | DIBuilder.cpp | 456 if (Ty->isArtificial()) in createArtificialType()
|
D | Verifier.cpp | 4239 if (V->isArtificial()) in verifyBitPieceExpression()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | DIBuilder.cpp | 571 if (Ty.isArtificial()) in createArtificialType()
|