Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/DWARFCFIChecker/
H A DRegisters.h48 if (!MCRI->isArtificial(Reg) && !MCRI->isConstant(Reg)) in getTrackingRegs()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DKernelInfo.cpp85 if (SubProgram->isArtificial()) in identifyCallee()
115 Artificial = DVR.Variable->isArtificial(); in remarkAlloca()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h262 bool isArtificial() const { in isArtificial() function
263 if (getVariable()->isArtificial()) in isArtificial()
265 if (getType()->isArtificial()) in isArtificial()
H A DDwarfUnit.cpp914 if (Ty->isArtificial()) in constructSubprogramArguments()
1506 if (SP->isArtificial()) in applySubprogramAttributes()
2009 if (DT->isArtificial()) in constructMemberDIE()
2040 if (DT->isArtificial()) in getOrCreateStaticMemberDIE()
H A DDwarfCompileUnit.cpp1693 if (Var.isArtificial()) in applyCommonDbgVariableAttributes()
1704 if (DILabel->isArtificial()) in applyLabelAttributes()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp339 if (!Pred.isArtificial()) in CopyAndMoveSuccessors()
346 if (Succ.isArtificial()) in CopyAndMoveSuccessors()
382 if (Succ.isArtificial()) in InsertCopiesAndMoveSuccs()
H A DScheduleDAGRRList.cpp1185 if (!Pred.isArtificial()) in CopyAndMoveSuccessors()
1196 if (Succ.isArtificial()) in CopyAndMoveSuccessors()
1235 if (Succ.isArtificial()) in InsertCopiesAndMoveSuccs()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h200 bool isArtificial() const { in isArtificial() function
691 return getSDep().isArtificial(); in isArtificialDep()
H A DMachinePipeliner.h185 bool isArtificial() const { return Pred.isArtificial(); } in isArtificial() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCRegisterInfo.cpp226 if (isArtificial(*Root)) in isArtificialRegUnit()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp509 bool IsArtificial = Dep.isArtificial(); in adjustSchedDependency()
589 bool IsArtificial = I.isArtificial(); in restoreLatency()
H A DHexagonRegisterInfo.td24 let isArtificial = 1;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td96 def W#i#_HI : AArch64Reg<-1, "w"#i#"_hi"> { let isArtificial = 1; }
98 def WSP_HI : AArch64Reg<-1, "wsp_hi"> { let isArtificial = 1; }
99 def WZR_HI : AArch64Reg<-1, "wzr_hi"> { let isArtificial = 1; }
320 def B#i#_HI : AArch64Reg<-1, "b"#i#"_hi"> { let isArtificial = 1; }
321 def H#i#_HI : AArch64Reg<-1, "h"#i#"_hi"> { let isArtificial = 1; }
322 def S#i#_HI : AArch64Reg<-1, "s"#i#"_hi"> { let isArtificial = 1; }
323 def D#i#_HI : AArch64Reg<-1, "d"#i#"_hi"> { let isArtificial = 1; }
324 def Q#i#_HI : AArch64Reg<-1, "q"#i#"_hi"> { let isArtificial = 1; }
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h406 bool isArtificial(MCRegister RegNo) const { return get(RegNo).IsArtificial; } in isArtificial() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp370 write(SP->isArtificial()); // artificial in writeOut()
855 if (!SP->isArtificial()) in emitProfileNotes()
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp29 return [&MRI](MCPhysReg R) { return !MRI.isArtificial(R); }; in isNonArtificial()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1865 if (OE.getDst()->isBoundaryNode() || OE.isArtificial()) in createAdjacencyStructure()
2430 if (!OE.isArtificial() && !Successor->isBoundaryNode() && in addConnectedNodes()
2436 if (!IE.isArtificial() && NodesAdded.count(Predecessor) == 0) in addConnectedNodes()
3113 if ((!Edge.isOrderDep() && !Edge.isOutputDep()) || Edge.isArtificial() || in isLoopCarriedDep()
4156 if (Pred.isArtificial() || Dst->isBoundaryNode()) in ignoreDependence()
H A DScheduleDAGInstrs.cpp1247 SuccSU->addPred(PredDep, /*Required=*/!PredDep.isArtificial()); in addEdge()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.td120 let isArtificial = ArtificialHigh;
151 let isArtificial = 1;
245 let isArtificial = 1;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h803 bool isArtificial() const { return getFlags() & FlagArtificial; } in isArtificial() function
2370 bool isArtificial() const { return getFlags() & FlagArtificial; } in isArtificial() function
4091 bool isArtificial() const { return getFlags() & FlagArtificial; }
4141 getLine(), getColumn(), isArtificial(),
4171 bool isArtificial() const { return IsArtificial; }
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.td133 let isArtificial = 1 in {
163 let isArtificial = 1 in {
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h1348 IsArtificial(N->isArtificial()),
1354 Column == RHS->getColumn() && IsArtificial == RHS->isArtificial() &&
H A DDIBuilder.cpp744 if (Ty->isArtificial()) in createArtificialType()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1354 OldLabel->isArtificial(), OldLabel->getCoroSuspendIdx()); in fixupDebugInfoPostExtraction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.td117 let isArtificial = 1 in {

12