Searched refs:TIB (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | IfConversion.cpp | 233 MachineBasicBlock::iterator &TIB, MachineBasicBlock::iterator &FIB, 250 MachineBasicBlock::iterator &TIB, MachineBasicBlock::iterator &FIB, 294 MachineBasicBlock::iterator TIB = TBBInfo.BB->begin(); in MeetIfcvtSizeLimit() local 300 if (!CountDuplicatedInstructions(TIB, FIB, TIE, FIE, Dups1, Dups2, in MeetIfcvtSizeLimit() 309 for (auto &I : make_range(TBBInfo.BB->begin(), TIB)) { in MeetIfcvtSizeLimit() 353 for (auto &I : make_range(TIB, TIE)) { in MeetIfcvtSizeLimit() 731 MachineBasicBlock::iterator &TIB, in CountDuplicatedInstructions() argument 738 while (TIB != TIE && FIB != FIE) { in CountDuplicatedInstructions() 740 TIB = skipDebugInstructionsForward(TIB, TIE, false); in CountDuplicatedInstructions() 742 if (TIB == TIE || FIB == FIE) in CountDuplicatedInstructions() [all …]
|
H A D | BranchFolding.cpp | 1948 MachineBasicBlock::iterator TIB = TBB->begin(); in HoistCommonCodeInSuccs() local 1952 while (TIB != TIE && FIB != FIE) { in HoistCommonCodeInSuccs() 1954 TIB = skipDebugInstructionsForward(TIB, TIE, false); in HoistCommonCodeInSuccs() 1956 if (TIB == TIE || FIB == FIE) in HoistCommonCodeInSuccs() 1959 if (!TIB->isIdenticalTo(*FIB, MachineInstr::CheckKillDead)) in HoistCommonCodeInSuccs() 1962 if (TII->isPredicated(*TIB)) in HoistCommonCodeInSuccs() 1967 for (MachineOperand &MO : TIB->operands()) { in HoistCommonCodeInSuccs() 2018 if (!TIB->isSafeToMove(nullptr, DontMoveAcrossStore)) in HoistCommonCodeInSuccs() 2022 for (const MachineOperand &MO : TIB->all_uses()) { in HoistCommonCodeInSuccs() 2040 for (const MachineOperand &MO : TIB->all_defs()) { in HoistCommonCodeInSuccs() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | TpiStream.cpp | 152 TypeIndex TIB{Header->TypeIndexBegin}; in buildHashMap() local 154 while (TIB < TIE) { in buildHashMap() 155 uint32_t HV = HashValues[TIB.toArrayIndex()]; in buildHashMap() 156 HashMap[HV].push_back(TIB++); in buildHashMap()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | LazyRandomTypeCollection.cpp | 181 TypeIndex TIB = Prev->Type; in visitRangeForType() 182 if (contains(TIB)) { in visitRangeForType() local 198 visitRange(TIB, Prev->Offset, TIE); in visitRangeForType()
|
/freebsd/stand/ficl/ |
H A D | ficl.h | 346 } TIB; typedef 492 TIB tib; /* address of incoming text string */ 637 void vmPushTib (FICL_VM *pVM, char *text, FICL_INT nChars, TIB *pSaveTib); 638 void vmPopTib (FICL_VM *pVM, TIB *pTib);
|
H A D | vm.c | 471 void vmPushTib(FICL_VM *pVM, char *text, FICL_INT nChars, TIB *pSaveTib) in vmPushTib() 484 void vmPopTib(FICL_VM *pVM, TIB *pTib) in vmPopTib()
|
H A D | ficl.c | 375 TIB saveTib; in ficlExecC()
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | NormalizationTest.txt | 12306 D301;D301;1110 1175 11B8;D301;1110 1175 11B8; # (팁; 팁; 팁; 팁; 팁; ) HANGUL SYLLABLE TIB
|