Searched refs:TIB (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp152 TypeIndex TIB{Header->TypeIndexBegin};
154 while (TIB < TIE) {
155 uint32_t HV = HashValues[TIB.toArrayIndex()];
156 HashMap[HV].push_back(TIB++);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp183 TypeIndex TIB = Prev->Type; local
184 if (contains(TIB)) {
200 visitRange(TIB, Prev->Offset, TIE);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp237 MachineBasicBlock::iterator &TIB, MachineBasicBlock::iterator &FIB,
254 MachineBasicBlock::iterator &TIB, MachineBasicBlock::iterator &FIB,
298 MachineBasicBlock::iterator TIB = TBBInfo.BB->begin(); local
304 if (!CountDuplicatedInstructions(TIB, FIB, TIE, FIE, Dups1, Dups2,
313 for (auto &I : make_range(TBBInfo.BB->begin(), TIB)) {
357 for (auto &I : make_range(TIB, TIE)) {
717 /// @param TIB True Iterator Begin
725 /// Upon return [TIB, TIE), and [FIB, FIE) mark the un-duplicated portions of
736 MachineBasicBlock::iterator &TIB,
743 while (TIB !
735 CountDuplicatedInstructions( MachineBasicBlock::iterator &TIB, MachineBasicBlock::iterator &FIB, MachineBasicBlock::iterator &TIE, MachineBasicBlock::iterator &FIE, unsigned &Dups1, unsigned &Dups2, MachineBasicBlock &TBB, MachineBasicBlock &FBB, bool SkipUnconditionalBranches) const argument
815 RescanInstructions( MachineBasicBlock::iterator &TIB, MachineBasicBlock::iterator &FIB, MachineBasicBlock::iterator &TIE, MachineBasicBlock::iterator &FIE, BBInfo &TrueBBI, BBInfo &FalseBBI) const argument
935 MachineBasicBlock::iterator TIB = TrueBBI.BB->begin(); local
999 MachineBasicBlock::iterator TIB = TrueBBI.BB->begin(); local
[all...]
H A DBranchFolding.cpp1920 MachineBasicBlock::iterator TIB = TBB->begin(); local
1924 while (TIB != TIE && FIB != FIE) {
1926 TIB = skipDebugInstructionsForward(TIB, TIE);
1928 if (TIB == TIE || FIB == FIE)
1931 if (!TIB->isIdenticalTo(*FIB, MachineInstr::CheckKillDead))
1934 if (TII->isPredicated(*TIB))
1939 for (MachineOperand &MO : TIB->operands()) {
1990 if (!TIB->isSafeToMove(nullptr, DontMoveAcrossStore))
1994 for (const MachineOperand &MO : TIB
[all...]
/freebsd-13-stable/stand/ficl/
H A Dficl.h172 ** 12 Jan 1999 (sobral) Corrected EVALUATE behavior. Now TIB has an
174 ** of TIB, as well as vmPushTib. This size is used to calculate the "end"
332 ** done by a Text Input Buffer, so I've called this struct TIB.
347 } TIB; typedef in typeref:struct:__anon8105
493 TIB tib; /* address of incoming text string */
629 ** TIB access routines...
635 ** PopTib restores the TIB state given a saved TIB from PushTib
636 ** GetInBuf returns a pointer to the next unused char of the TIB
638 void vmPushTib (FICL_VM *pVM, char *text, FICL_INT nChars, TIB *pSaveTi
[all...]
H A Dvm.c472 void vmPushTib(FICL_VM *pVM, char *text, FICL_INT nChars, TIB *pSaveTib)
485 void vmPopTib(FICL_VM *pVM, TIB *pTib)
H A Dficl.c376 TIB saveTib;

Completed in 66 milliseconds