/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | SourceLocationEncoding.h | 140 SourceLocationSequence Seq; global() variable 153 encode(SourceLocation Loc,SourceLocationSequence * Seq) encode() argument 157 decode(uint64_t Encoded,SourceLocationSequence * Seq) decode() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | SequenceToOffsetTable.h |
|
H A D | CodeGenSchedule.cpp |
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVPostRAExpandPseudoInsts.cpp | 91 RISCVMatInt::InstSeq Seq = expandMovImm() local
|
H A D | RISCVISelDAGToDAG.cpp | 177 selectImmSeq(SelectionDAG * CurDAG,const SDLoc & DL,const MVT VT,RISCVMatInt::InstSeq & Seq) selectImmSeq() argument 207 RISCVMatInt::InstSeq Seq = RISCVMatInt::generateInstSeq(Imm, Subtarget); selectImm() local 2290 RISCVMatInt::InstSeq Seq = RISCVMatInt::generateInstSeq(CVal, *Subtarget); selectConstantAddr() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsAnalyzeImmediate.cpp | 89 void MipsAnalyzeImmediate::ReplaceADDiuSLLWithLUi(InstSeq &Seq) { in ReplaceADDiuSLLWithLUi()
|
H A D | MipsSEInstrInfo.cpp | 601 const MipsAnalyzeImmediate::InstSeq &Seq = in loadImmediate() local
|
H A D | MipsSEISelDAGToDAG.cpp | 801 const MipsAnalyzeImmediate::InstSeq &Seq = trySelect() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | PtrState.h | 111 unsigned char Seq : 8; variable
|
H A D | ObjCARCOpts.cpp | 1245 const Sequence Seq = I->second.GetSeq(); CheckForCFGHazards() local
|
/freebsd-src/contrib/llvm-project/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()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | OpenACCKinds.h | 152 Seq, global() enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchInstrInfo.cpp | 192 auto Seq = LoongArchMatInt::generateInstSeq(Val); in movImm() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerCompileUnit.cpp | 1548 std::vector<DWARFDebugLine::Row> Seq; in cloneAndEmitLineTable() local 1611 void CompileUnit::insertLineSequence(std::vector<DWARFDebugLine::Row> &Seq, in insertLineSequence() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | BottleneckAnalysis.cpp | 301 SmallVector<const DependencyEdge *, 16> Seq; printCriticalSequence() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 269 LocSeq *Seq; global() member in __anon018904be0111::TypeLocWriter 277 TypeLocWriter(ASTRecordWriter & Record,LocSeq * Seq) TypeLocWriter() argument 2241 LocSeq::State Seq; WriteSourceManagerBlock() local 5506 AddSourceLocation(SourceLocation Loc,RecordDataImpl & Record,SourceLocationSequence * Seq) AddSourceLocation() argument 5512 AddSourceRange(SourceRange Range,RecordDataImpl & Record,SourceLocationSequence * Seq) AddSourceRange() argument 5643 LocSeq::State Seq(OuterSeq); AddTypeLoc() local [all...] |
H A D | ASTReader.cpp | 1706 LocSeq::State Seq; ReadSLocEntry() local 6747 LocSeq *Seq; global() member in clang::TypeLocReader 6765 TypeLocReader(ASTRecordReader & Reader,LocSeq * Seq) TypeLocReader() argument 7110 LocSeq::State Seq(ParentSeq); readTypeLoc() local 9309 ReadSourceRange(ModuleFile & F,const RecordData & Record,unsigned & Idx,LocSeq * Seq) ReadSourceRange() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.cpp | 1273 findRowInSeq(const DWARFDebugLine::Sequence & Seq,object::SectionedAddress Address) const findRowInSeq() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVInstructionSelector.cpp | 915 RISCVMatInt::InstSeq Seq = RISCVMatInt::generateInstSeq(Imm, *Subtarget); materializeImm() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinker.cpp | 2052 insertLineSequence(std::vector<DWARFDebugLine::Row> & Seq,std::vector<DWARFDebugLine::Row> & Rows) insertLineSequence() argument 2147 std::vector<DWARFDebugLine::Row> Seq; generateLineTableForUnit() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 1436 InitializationSequence Seq(SemaRef, TmpEntity, Kind, expr, CheckSubElementType() local 2566 InitializationSequence Seq(SemaRef, Entity, Kind, Init, CheckDesignatedInitializer() local 10511 InitializationSequence Seq(*this, Entity, Kind, InitE); CanPerformCopyInitialization() local 10532 InitializationSequence Seq(*this, Entity, Kind, InitE, TopLevelOfInitList); PerformCopyInitialization() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SplitKit.cpp | 1558 LRMap->assign(Seq.begin(), Seq.end()); in finish() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMapping.cpp | 1483 __anon95b13a6f0f02(const auto *Seq) LineCoverageStats() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 1899 auto Seq = llvm::seq<int>(0, R.size()); generateModulesOrdering() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenInsert.cpp | 413 ListType Seq; member in __anon6da4226a0311::OrderedRegisterList [all...] |