/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/ |
D | StackTraceRecovery.kt | 127 if (currentTrace.any { it.isArtificial() }) in causeAndStacktrace() 137 val startIndex = recoveredStacktrace.indexOfFirst { it.isArtificial() } + 1 in mergeRecoveredTraces() 165 if (exception.stackTrace.any { it.isArtificial() }) { in unwrap() 190 internal fun StackTraceElement.isArtificial() = className.startsWith("\b\b\b") in artificialFrame() method
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 153 bool isArtificial() const { in isArtificial() function 154 if (Var->isArtificial()) in isArtificial() 156 if (getType()->isArtificial()) in isArtificial()
|
D | DwarfUnit.cpp | 903 if (Ty->isArtificial()) in constructSubprogramArguments() 1332 if (SP->isArtificial()) in applySubprogramAttributes() 1606 if (DT->isArtificial()) in constructMemberDIE()
|
D | DwarfCompileUnit.cpp | 1011 if (Var.isArtificial()) in applyVariableAttributes()
|
D | CodeViewDebug.cpp | 1774 if (SP->isArtificial()) in translateMethodOptionFlags()
|
/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/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-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 355 if (!Pred.isArtificial()) in CopyAndMoveSuccessors() 362 if (Succ.isArtificial()) in CopyAndMoveSuccessors() 398 if (Succ.isArtificial()) in InsertCopiesAndMoveSuccs()
|
D | ScheduleDAGRRList.cpp | 1181 if (!Pred.isArtificial()) in CopyAndMoveSuccessors() 1188 if (Succ.isArtificial()) in CopyAndMoveSuccessors() 1227 if (Succ.isArtificial()) in InsertCopiesAndMoveSuccs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 201 bool isArtificial() const { in isArtificial() function 661 return getSDep().isArtificial();
|
/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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 514 EXPECT_FALSE(SP->isArtificial()); in TEST_F() 515 EXPECT_TRUE(GSP->isArtificial()); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonSubtarget.cpp | 404 if (Dep.isArtificial()) { in updateLatency()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 1623 if (D.isArtificial()) in ignoreDependence() 2016 if (!SI.isArtificial() && NodesAdded.count(Successor) == 0) in addConnectedNodes() 2021 if (!PI.isArtificial() && NodesAdded.count(Predecessor) == 0) in addConnectedNodes() 3527 Dep.isArtificial()) in isLoopCarriedDep()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 702 bool isArtificial() const { return getFlags() & FlagArtificial; } 1708 bool isArtificial() const { return getFlags() & FlagArtificial; } 2644 bool isArtificial() const { return getFlags() & FlagArtificial; }
|
/external/llvm/lib/IR/ |
D | DIBuilder.cpp | 456 if (Ty->isArtificial()) in createArtificialType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DIBuilder.cpp | 551 if (Ty->isArtificial()) in createArtificialType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86RegisterInfo.td | 78 let isArtificial = 1 in {
|