/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/ |
H A D | CtxInstrProfiling.cpp | 61 bool validate(const ContextRoot *Root) { in validate() 240 void setupContext(ContextRoot *Root, GUID Guid, uint32_t NrCounters, in setupContext() 257 ContextRoot *Root, GUID Guid, uint32_t Counters, in __llvm_ctx_profile_start_context() 272 void __llvm_ctx_profile_release_context(ContextRoot *Root) in __llvm_ctx_profile_release_context() 285 auto *Root = AllContextRoots[I]; in __llvm_ctx_profile_start_collection() local 303 auto *Root = AllContextRoots[I]; in __llvm_ctx_profile_fetch() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Core/ |
H A D | DeltaTree.h | 26 void *Root; // "DeltaTreeNode *" variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXPeephole.cpp | 75 static bool isCVTAToLocalCombinationCandidate(MachineInstr &Root) { in isCVTAToLocalCombinationCandidate() 109 static void CombineCVTAToLocal(MachineInstr &Root) { in CombineCVTAToLocal()
|
/freebsd/contrib/libfido2/windows/ |
H A D | cygwin.ps1 | 22 $Root = "${Cygwin}\root" variable
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | MatchContext.h | 25 SDNode *Root; variable 28 EmptyMatchContext(SelectionDAG &DAG, const TargetLowering &TLI, SDNode *Root) in EmptyMatchContext() 56 SDNode *Root; variable
|
/freebsd/sys/contrib/dev/acpica/components/disassembler/ |
H A D | dmdeferred.c | 186 ACPI_PARSE_OBJECT *Root) in AcpiDmParseDeferredOps()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpBlock.cpp | 94 DeadBlock::DeadBlock(DeadBlock *&Root, Block *Blk) in DeadBlock() function in DeadBlock
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | GIMatchTableExecutor.cpp | 39 isBaseWithConstantOffset(const MachineOperand & Root,const MachineRegisterInfo & MRI) const isBaseWithConstantOffset() argument
|
H A D | CombinerHelperVectorOps.cpp | 93 MachineInstr *Root = getDefIgnoringCopies(MO.getReg(), MRI); in matchExtractVectorElementWithDifferentIndices() local 150 MachineInstr *Root = getDefIgnoringCopies(MO.getReg(), MRI); in matchExtractVectorElementWithBuildVector() local 211 MachineInstr *Root = getDefIgnoringCopies(MO.getReg(), MRI); in matchExtractVectorElementWithBuildVectorTrunc() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineCombiner.cpp | 271 unsigned MachineCombiner::getLatency(MachineInstr *Root, MachineInstr *NewRoot, in getLatency() 339 MachineInstr &Root, MachineBasicBlock *MBB, in reduceRegisterPressure() 355 MachineBasicBlock *MBB, MachineInstr *Root, in improvesCriticalPathLen() 526 MachineInstr &Root, in verifyPatternOrder()
|
/freebsd/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/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | FileCollector.h | 132 const std::string Root; variable
|
H A D | SuffixTree.h | 67 SuffixTreeInternalNode *Root = nullptr; variable
|
H A D | GenericIteratedDominanceFrontier.h | 160 DomTreeNodeBase<NodeTy> *Root = RootPair.first; in calculate() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/ |
H A D | CtxInstrProfilingTest.cpp | 12 ContextRoot Root; member in ContextTest 183 ContextRoot *const Root; in TEST_F() member
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineNegator.cpp | 533 [[nodiscard]] std::optional<Negator::Result> Negator::run(Value *Root, in run() 546 [[nodiscard]] Value *Negator::Negate(bool LHSIsZero, bool IsNSW, Value *Root, in Negate()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SplitModule.cpp | 146 if (const GlobalObject *Root = getGVPartitioningRoot(&GV)) in findPartitions() local 236 if (const GlobalObject *Root = getGVPartitioningRoot(GV)) in isInPartition() local
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | SummaryBasedOptimizations.cpp | 31 auto Root = Index.calculateCallGraphRoot(); in initializeCounts() local
|
/freebsd/sys/contrib/dev/acpica/components/debugger/ |
H A D | dbutils.c | 519 ACPI_PARSE_OBJECT *Root) in AcpiDbSecondPassParse()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | IntervalMap.cpp | 19 void Path::replaceRoot(void *Root, unsigned Size, IdxPair Offsets) { in replaceRoot()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.h | 646 bool accumulateInstrSeqToRootLatency(MachineInstr &Root) const override { in accumulateInstrSeqToRootLatency()
|
/freebsd/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
|
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | FileList.cpp | 148 auto *Root = Val->getAsObject(); in parse() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinkerDeclContext.h |
|