Searched refs:TIE (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp193 TypeIndex TIE; local
195 TIE = TypeIndex::fromArrayIndex(capacity());
197 TIE = Next->Type;
200 visitRange(TIB, Prev->Offset, TIE);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp238 MachineBasicBlock::iterator &TIE, MachineBasicBlock::iterator &FIE,
255 MachineBasicBlock::iterator &TIE, MachineBasicBlock::iterator &FIE,
300 MachineBasicBlock::iterator TIE = TBBInfo.BB->end(); local
304 if (!CountDuplicatedInstructions(TIB, FIB, TIE, FIE, Dups1, Dups2,
326 for (auto &I : make_range(TIE, TBBInfo.BB->end())) {
357 for (auto &I : make_range(TIB, TIE)) {
721 /// @param TIE True Iterator End
725 /// Upon return [TIB, TIE), and [FIB, FIE) mark the un-duplicated portions of
738 MachineBasicBlock::iterator &TIE,
743 while (TIB != TIE
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
937 MachineBasicBlock::iterator TIE = TrueBBI.BB->end(); local
1001 MachineBasicBlock::iterator TIE = TrueBBI.BB->end(); local
2018 MachineBasicBlock::iterator TIE = TrueBBI.BB->getFirstTerminator(); local
[all...]
H A DBranchFolding.cpp1922 MachineBasicBlock::iterator TIE = TBB->end(); local
1924 while (TIB != TIE && FIB != FIE) {
1926 TIB = skipDebugInstructionsForward(TIB, TIE);
1928 if (TIB == TIE || FIB == FIE)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp153 TypeIndex TIE{Header->TypeIndexEnd};
154 while (TIB < TIE) {
/freebsd-13-stable/sys/dev/axgbe/
H A Dxgbe-dev.c645 * TIE - Transmit Interrupt Enable (unless using
651 DMA_CH_IER, TIE, 1);
1530 XGMAC_SET_BITS(channel->curr_ier, DMA_CH_IER, TIE, 1);
1548 XGMAC_SET_BITS(channel->curr_ier, DMA_CH_IER, TIE, 1);
1579 XGMAC_SET_BITS(channel->curr_ier, DMA_CH_IER, TIE, 0);
1597 XGMAC_SET_BITS(channel->curr_ier, DMA_CH_IER, TIE, 0);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp4213 const CXXTypeidExpr *TIE = cast<CXXTypeidExpr>(E); local
4216 if (TIE->isTypeOperand()) {
4218 mangleType(TIE->getTypeOperand(Context.getASTContext()));
4221 mangleExpression(TIE->getExprOperand());

Completed in 91 milliseconds