Home
last modified time | relevance | path

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

12

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DStackTraceRecovery.kt127 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/
DDwarfDebug.h153 bool isArtificial() const { in isArtificial() function
154 if (Var->isArtificial()) in isArtificial()
156 if (getType()->isArtificial()) in isArtificial()
DDwarfUnit.cpp903 if (Ty->isArtificial()) in constructSubprogramArguments()
1332 if (SP->isArtificial()) in applySubprogramAttributes()
1606 if (DT->isArtificial()) in constructMemberDIE()
DDwarfCompileUnit.cpp1011 if (Var.isArtificial()) in applyVariableAttributes()
DCodeViewDebug.cpp1774 if (SP->isArtificial()) in translateMethodOptionFlags()
/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/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-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp355 if (!Pred.isArtificial()) in CopyAndMoveSuccessors()
362 if (Succ.isArtificial()) in CopyAndMoveSuccessors()
398 if (Succ.isArtificial()) in InsertCopiesAndMoveSuccs()
DScheduleDAGRRList.cpp1181 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/
DScheduleDAG.h201 bool isArtificial() const { in isArtificial() function
661 return getSDep().isArtificial();
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DIRBuilderTest.cpp514 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/
DHexagonSubtarget.cpp404 if (Dep.isArtificial()) { in updateLatency()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp1623 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/
DDebugInfoMetadata.h702 bool isArtificial() const { return getFlags() & FlagArtificial; }
1708 bool isArtificial() const { return getFlags() & FlagArtificial; }
2644 bool isArtificial() const { return getFlags() & FlagArtificial; }
/external/llvm/lib/IR/
DDIBuilder.cpp456 if (Ty->isArtificial()) in createArtificialType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDIBuilder.cpp551 if (Ty->isArtificial()) in createArtificialType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86RegisterInfo.td78 let isArtificial = 1 in {

12