/freebsd-src/contrib/llvm-project/clang/lib/IndexSerialization/ |
H A D | SerializablePathCollection.cpp | 22 size_t PathPool::addFilePath(RootDirKind Root, in addFilePath() 72 PathPool::RootDirKind Root = PathPool::RootDirKind::Regular; in tryStoreDirPath() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Rewrite/Core/ |
H A D | DeltaTree.h | 26 void *Root; // "DeltaTreeNode *" variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXPeephole.cpp | 75 static bool isCVTAToLocalCombinationCandidate(MachineInstr &Root) { in isCVTAToLocalCombinationCandidate() argument 109 static void CombineCVTAToLocal(MachineInstr &Root) { in CombineCVTAToLocal() argument [all...] |
/freebsd-src/contrib/libfido2/windows/ |
H A D | cygwin.ps1 | 22 $Root = "${Cygwin}\root" variable
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpBlock.cpp | 94 DeadBlock::DeadBlock(DeadBlock *&Root, Block *Blk) in DeadBlock() argument
|
/freebsd-src/sys/contrib/dev/acpica/components/disassembler/ |
H A D | dmdeferred.c | 186 ACPI_PARSE_OBJECT *Root) in AcpiDmParseDeferredOps() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | GIMatchTableExecutor.cpp | 46 const MachineOperand &Root, const MachineRegisterInfo &MRI) const { in isBaseWithConstantOffset() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineCombiner.cpp | 268 getLatency(MachineInstr * Root,MachineInstr * NewRoot,MachineTraceMetrics::Trace BlockTrace) getLatency() argument 353 reduceRegisterPressure(MachineInstr & Root,MachineBasicBlock * MBB,SmallVectorImpl<MachineInstr * > & InsInstrs,SmallVectorImpl<MachineInstr * > & DelInstrs,MachineCombinerPattern Pattern) reduceRegisterPressure() argument 370 improvesCriticalPathLen(MachineBasicBlock * MBB,MachineInstr * Root,MachineTraceMetrics::Trace BlockTrace,SmallVectorImpl<MachineInstr * > & InsInstrs,SmallVectorImpl<MachineInstr * > & DelInstrs,DenseMap<unsigned,unsigned> & InstrIdxForVirtReg,MachineCombinerPattern Pattern,bool SlackIsAccurate) improvesCriticalPathLen() argument 541 verifyPatternOrder(MachineBasicBlock * MBB,MachineInstr & Root,SmallVector<MachineCombinerPattern,16> & Patterns) verifyPatternOrder() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopNestAnalysis.cpp | 42 LoopNest::LoopNest(Loop &Root, ScalarEvolution &SE) in LoopNest() 47 std::unique_ptr<LoopNest> LoopNest::getLoopNest(Loop &Root, in getLoopNest() 261 unsigned LoopNest::getMaxPerfectDepth(const Loop &Root, ScalarEvolution &SE) { in getMaxPerfectDepth()
|
H A D | TensorSpec.cpp | 80 json::Path::Root Root("tensor_spec"); in getTensorSpecFromJSON() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | FileCollector.h | 132 const std::string Root; variable
|
H A D | SuffixTree.h | 64 SuffixTreeInternalNode *Root = nullptr; global() variable
|
H A D | GenericIteratedDominanceFrontier.h | 159 DomTreeNodeBase<NodeTy> *Root = RootPair.first; calculate() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SplitModule.cpp | 133 if (const GlobalObject *Root = getGVPartitioningRoot(&GV)) findPartitions() local 232 if (const GlobalObject *Root = getGVPartitioningRoot(GV)) isInPartition() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineNegator.cpp | 516 run(Value * Root,bool IsNSW) run() argument 529 Negate(bool LHSIsZero,bool IsNSW,Value * Root,InstCombinerImpl & IC) Negate() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/ |
H A D | SummaryBasedOptimizations.cpp | 31 auto Root = Index.calculateCallGraphRoot(); in initializeCounts() local
|
/freebsd-src/sys/contrib/dev/acpica/components/debugger/ |
H A D | dbutils.c | 519 ACPI_PARSE_OBJECT *Root) in AcpiDbSecondPassParse() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.h | 672 accumulateInstrSeqToRootLatency(MachineInstr & Root) accumulateInstrSeqToRootLatency() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | IntervalMap.cpp | 19 void Path::replaceRoot(void *Root, unsigned Size, IdxPair Offsets) { in replaceRoot()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | IntervalTree.h | 286 IntervalNode *Root = nullptr; // Interval tree root. variable 389 IntervalNode *Root = in createTree() local [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/IndexSerialization/ |
H A D | SerializablePathCollection.h | 53 RootDirKind Root; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | TypePool.h | 172 TypeEntry *Root = nullptr; variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
H A D | DWARFLinkerDeclContext.h | 151 DeclContext Root; variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DDG.h | 53 Root, enumerator 300 NodeType *Root = nullptr; global() variable [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | ComputeReplacements.cpp | 21 void enumerateTokenSpans(const syntax::Tree *Root, in enumerateTokenSpans()
|