Searched refs:TIdx (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastTileConfig.cpp114 static inline void adjustRowCfg(unsigned TIdx, MachineInstr *MI) { argument
115 unsigned Offset = 48 + TIdx;
119 static inline void adjustColCfg(unsigned TIdx, MachineInstr *MI) { argument
120 unsigned Offset = 16 + TIdx * 2;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp598 int TIdx = TDef->findRegisterDefOperandIdx(TReg); local
600 if (TIdx == -1 || FIdx == -1)
603 return TIdx == FIdx;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp2379 for (unsigned TIdx = 0, TSize = TI->getNumSuccessors(); TIdx != TSize;
2380 ++TIdx)
2381 BBWorklist.insert(TI->getSuccessor(TIdx));

Completed in 194 milliseconds