Searched refs:TBI (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | MachineTraceMetrics.cpp | 176 TraceBlockInfo *TBI = &BlockInfo[MBB->getNumber()]; in computeDepthResources() local 181 if (!TBI->Pred) { in computeDepthResources() 182 TBI->InstrDepth = 0; in computeDepthResources() 183 TBI->Head = MBB->getNumber(); in computeDepthResources() 191 unsigned PredNum = TBI->Pred->getNumber(); in computeDepthResources() 194 const FixedBlockInfo *PredFBI = MTM.getResources(TBI->Pred); in computeDepthResources() 195 TBI->InstrDepth = PredTBI->InstrDepth + PredFBI->InstrCount; in computeDepthResources() 196 TBI->Head = PredTBI->Head; in computeDepthResources() 209 TraceBlockInfo *TBI = &BlockInfo[MBB->getNumber()]; in computeHeightResources() local 214 TBI->InstrHeight = MTM.getResources(MBB)->InstrCount; in computeHeightResources() [all …]
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | MachineTraceMetrics.h | 209 bool isUsefulDominator(const TraceBlockInfo &TBI) const { in isUsefulDominator() 211 if (!hasValidDepth() || !TBI.hasValidDepth()) in isUsefulDominator() 214 if (Head != TBI.Head) in isUsefulDominator() 221 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth; in isUsefulDominator() 267 TraceBlockInfo &TBI; variable 269 unsigned getBlockNum() const { return &TBI - &TE.BlockInfo[0]; } in getBlockNum() 272 explicit Trace(Ensemble &te, TraceBlockInfo &tbi) : TE(te), TBI(tbi) {} in Trace() 279 return TBI.InstrDepth + TBI.InstrHeight; in getInstrCount() 304 unsigned getCriticalPath() const { return TBI.CriticalPath; } in getCriticalPath() 376 void updateDepth(TraceBlockInfo &TBI, const MachineInstr&,
|
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/net/ |
| HD | fsl-tsec-phy.txt | 10 the offset and length of the TBIPA register (TBI PHY address 37 * TBI Internal MDIO bus 39 As of this writing, every tsec is associated with an internal TBI PHY. 42 The TBI PHYs underneath them are similar to normal PHYs, but the reg property
|
| HD | fsl-fman.txt | 322 - For "fsl,fman-mdio" compatible internal mdio bus, the PHY is TBI PHY.
|
| /freebsd-14-stable/contrib/file/magic/Magdir/ |
| HD | bioinformatics | 22 0 string TBI\1 SAMtools TBI (Tabix index format)
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| HD | InductiveRangeCheckElimination.cpp | 992 if (BranchInst *TBI = dyn_cast<BranchInst>(BBI->getTerminator())) in run() local 993 InductiveRangeCheck::extractRangeChecksFromBranch(TBI, L, SE, BPI, in run()
|
| /freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
| HD | EmulateInstructionARM64.cpp | 493 if TCR_EL2.TBI == '1' then in BranchTo() 496 if TCR_EL3.TBI == '1' then in BranchTo()
|
| /freebsd-14-stable/contrib/ncurses/misc/ |
| HD | terminfo.src | 22238 # TBI tab initialize ^[[N
|