Home
last modified time | relevance | path

Searched refs:DataDep (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp628 struct DataDep { struct
633 DataDep(const MachineInstr *DefMI, unsigned DefOp, unsigned UseOp) in DataDep() argument
637 DataDep(const MachineRegisterInfo *MRI, unsigned VirtReg, unsigned UseOp) in DataDep() argument
653 SmallVectorImpl<DataDep> &Deps, in getDataDeps()
674 Deps.push_back(DataDep(MRI, Reg, UseMI.getOperandNo(I))); in getDataDeps()
683 SmallVectorImpl<DataDep> &Deps, in getPHIDeps()
693 Deps.push_back(DataDep(MRI, Reg, i)); in getPHIDeps()
702 SmallVectorImpl<DataDep> &Deps, in updatePhysDepsDownwards()
731 Deps.push_back(DataDep(I->MI, I->Op, UseMI->getOperandNo(MI))); in updatePhysDepsDownwards()
786 SmallVector<DataDep, 8> Deps; in updateDepth()
[all …]
/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp605 struct DataDep { struct
610 DataDep(const MachineInstr *DefMI, unsigned DefOp, unsigned UseOp) in DataDep() function
614 DataDep(const MachineRegisterInfo *MRI, unsigned VirtReg, unsigned UseOp) in DataDep() function
629 SmallVectorImpl<DataDep> &Deps, in getDataDeps()
650 Deps.push_back(DataDep(MRI, Reg, UseMI.getOperandNo(I))); in getDataDeps()
659 SmallVectorImpl<DataDep> &Deps, in getPHIDeps()
669 Deps.push_back(DataDep(MRI, Reg, i)); in getPHIDeps()
695 SmallVectorImpl<DataDep> &Deps, in updatePhysDepsDownwards()
724 Deps.push_back(DataDep(I->MI, I->Op, UseMI->getOperandNo(MI))); in updatePhysDepsDownwards()
801 SmallVector<DataDep, 8> Deps; in computeInstrDepths()
[all …]