/openbsd-src/gnu/llvm/clang/include/clang/Serialization/ |
H A D | SourceLocationEncoding.h | 140 SourceLocationSequence Seq; variable 153 SourceLocationSequence *Seq) { in encode() 157 SourceLocationEncoding::decode(uint64_t Encoded, SourceLocationSequence *Seq) { in decode()
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | SequenceToOffsetTable.h | 81 void add(const SeqT &Seq) { in add() 117 unsigned get(const SeqT &Seq) const { in get()
|
H A D | CodeGenSchedule.cpp | 577 RecVec Seq = RWDef->getValueAsListOfDefs("Writes"); in scanSchedRW() local 717 std::string CodeGenSchedModels::genRWName(ArrayRef<unsigned> Seq, bool IsRead) { in genRWName() 836 unsigned CodeGenSchedModels::findRWForSequence(ArrayRef<unsigned> Seq, in findRWForSequence() 848 unsigned CodeGenSchedModels::findOrInsertRW(ArrayRef<unsigned> Seq, in findOrInsertRW() 1563 SmallVectorImpl<unsigned> &Seq = RWSequences.back(); in pushVariant() local 1754 SmallVectorImpl<unsigned> &Seq = LastTransitions[0].WriteSequences.back(); in inferFromRW() local 1763 SmallVectorImpl<unsigned> &Seq = LastTransitions[0].ReadSequences.back(); in inferFromRW() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsAnalyzeImmediate.cpp | 89 void MipsAnalyzeImmediate::ReplaceADDiuSLLWithLUi(InstSeq &Seq) { in ReplaceADDiuSLLWithLUi()
|
H A D | MipsSEInstrInfo.cpp | 631 const MipsAnalyzeImmediate::InstSeq &Seq = in loadImmediate() local
|
H A D | MipsSEISelDAGToDAG.cpp | 803 const MipsAnalyzeImmediate::InstSeq &Seq = in trySelect() local
|
/openbsd-src/gnu/llvm/clang/lib/Analysis/ |
H A D | CloneDetection.cpp | 99 static bool containsAnyInGroup(StmtSequence &Seq, in containsAnyInGroup() 419 const StmtSequence &Seq, std::size_t Limit, in calculateStmtComplexity()
|
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/ |
H A D | ShCommands.py | 88 class Seq: class
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ |
H A D | PtrState.h | 111 unsigned char Seq : 8; variable
|
H A D | ObjCARCOpts.cpp | 1243 const Sequence Seq = I->second.GetSeq(); in CheckForCFGHazards() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
H A D | LoongArchInstrInfo.cpp | 152 auto Seq = LoongArchMatInt::generateInstSeq(Val); in movImm() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-mca/Views/ |
H A D | BottleneckAnalysis.cpp | 301 SmallVector<const DependencyEdge *, 16> Seq; in printCriticalSequence() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVISelDAGToDAG.cpp | 176 RISCVMatInt::InstSeq &Seq) { in selectImmSeq() 206 RISCVMatInt::InstSeq Seq = in selectImm() local 1933 RISCVMatInt::InstSeq Seq = in selectConstantAddr() local
|
H A D | RISCVInstrInfo.cpp | 696 RISCVMatInt::InstSeq Seq = in movImm() local
|
/openbsd-src/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 259 LocSeq *Seq; member in __anona57837030111::TypeLocWriter 267 TypeLocWriter(ASTRecordWriter &Record, LocSeq *Seq) in TypeLocWriter() 2152 LocSeq::State Seq; in WriteSourceManagerBlock() local 5403 SourceLocationSequence *Seq) { in AddSourceLocation() 5409 SourceLocationSequence *Seq) { in AddSourceRange() 5539 LocSeq::State Seq(OuterSeq); in AddTypeLoc() local
|
H A D | ASTReader.cpp | 1588 LocSeq::State Seq; in ReadSLocEntry() local 6546 LocSeq *Seq; member in clang::TypeLocReader 6564 TypeLocReader(ASTRecordReader &Reader, LocSeq *Seq) in TypeLocReader() 6907 LocSeq::State Seq(ParentSeq); in readTypeLoc() local 9075 unsigned &Idx, LocSeq *Seq) { in ReadSourceRange()
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.cpp | 1219 const DWARFDebugLine::Sequence &Seq, in findRowInSeq()
|
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/ |
H A D | DWARFLinker.cpp | 1725 static void insertLineSequence(std::vector<DWARFDebugLine::Row> &Seq, in insertLineSequence() 1803 std::vector<DWARFDebugLine::Row> Seq; in patchLineTableForUnit() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaInit.cpp | 1401 InitializationSequence Seq(SemaRef, TmpEntity, Kind, expr, in CheckSubElementType() local 2465 InitializationSequence Seq(SemaRef, Entity, Kind, Init, in CheckDesignatedInitializer() local 10328 InitializationSequence Seq(*this, Entity, Kind, InitE); in CanPerformCopyInitialization() local 10349 InitializationSequence Seq(*this, Entity, Kind, InitE, TopLevelOfInitList); in PerformCopyInitialization() local
|
H A D | SemaStmt.cpp | 3507 const InitializationSequence &Seq) { in VerifyInitializationSequenceCXX98() 3539 InitializationSequence Seq(*this, Entity, Kind, InitExpr); in PerformMoveOrCopyInitialization() local
|
H A D | SemaChecking.cpp | 14931 class Seq { class in __anon9b6cdc882a11::SequenceChecker::SequenceTree 14936 explicit Seq(unsigned N) : Index(N) {} in Seq() function in __anon9b6cdc882a11::SequenceChecker::SequenceTree::Seq 14939 Seq() : Index(0) {} in Seq() function in __anon9b6cdc882a11::SequenceChecker::SequenceTree::Seq 15006 SequenceTree::Seq Seq; member
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | SplitKit.cpp | 1544 auto Seq = llvm::seq<unsigned>(0, Edit->size()); in finish() local
|
/openbsd-src/gnu/llvm/llvm/lib/LTO/ |
H A D | LTO.cpp | 1690 auto Seq = llvm::seq<int>(0, R.size()); in generateModulesOrdering() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenInsert.cpp | 413 ListType Seq; member in __anonf805750f0311::OrderedRegisterList
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 2323 RISCVMatInt::InstSeq Seq = in emitLoadImm() local
|