Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h197 bool isArtificial() const { in isArtificial() function
198 if (getVariable()->isArtificial()) in isArtificial()
200 if (getType()->isArtificial()) in isArtificial()
DDwarfUnit.cpp797 if (Ty->isArtificial()) in constructSubprogramArguments()
1257 if (SP->isArtificial()) in applySubprogramAttributes()
1656 if (DT->isArtificial()) in constructMemberDIE()
DDwarfCompileUnit.cpp1499 if (Var.isArtificial()) in applyVariableAttributes()
DCodeViewDebug.cpp2008 if (SP->isArtificial()) in translateMethodOptionFlags()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp353 if (!Pred.isArtificial()) in CopyAndMoveSuccessors()
360 if (Succ.isArtificial()) in CopyAndMoveSuccessors()
396 if (Succ.isArtificial()) in InsertCopiesAndMoveSuccs()
DScheduleDAGRRList.cpp1188 if (!Pred.isArtificial()) in CopyAndMoveSuccessors()
1199 if (Succ.isArtificial()) in CopyAndMoveSuccessors()
1238 if (Succ.isArtificial()) in InsertCopiesAndMoveSuccs()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DScheduleDAG.h200 bool isArtificial() const { in isArtificial() function
661 return getSDep().isArtificial(); in isArtificialDep()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.td145 let isArtificial = ArtificialHigh;
173 let isArtificial = 1;
218 let isArtificial = 1;
816 let isArtificial = 1;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachinePipeliner.cpp1242 if (SI.getSUnit()->isBoundaryNode() || SI.isArtificial() || in createAdjacencyStructure()
1432 if (D.isArtificial()) in ignoreDependence()
1806 if (!SI.isArtificial() && NodesAdded.count(Successor) == 0) in addConnectedNodes()
1811 if (!PI.isArtificial() && NodesAdded.count(Predecessor) == 0) in addConnectedNodes()
2281 Dep.isArtificial()) in isLoopCarriedDep()
DScheduleDAGInstrs.cpp1213 SuccSU->addPred(PredDep, /*Required=*/!PredDep.isArtificial()); in addEdge()
DMachineScheduler.cpp1725 !Pred.isArtificial()) { in groupMemOps()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonSubtarget.cpp474 if (Dep.isArtificial()) { in updateLatency()
DHexagonRegisterInfo.td24 let isArtificial = 1;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp433 write(SP->isArtificial()); // artificial in writeOut()
919 if (!SP->isArtificial()) in emitProfileNotes()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DDebugInfoMetadata.h733 bool isArtificial() const { return getFlags() & FlagArtificial; } in isArtificial() function
1953 bool isArtificial() const { return getFlags() & FlagArtificial; } in isArtificial() function
3114 bool isArtificial() const { return getFlags() & FlagArtificial; }
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DDIBuilder.cpp590 if (Ty->isArtificial()) in createArtificialType()
DVerifier.cpp5556 if (V->isArtificial()) in verifyFragmentExpression()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86RegisterInfo.td79 let isArtificial = 1 in {
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/
DTarget.td188 bit isArtificial = false;