Home
last modified time | relevance | path

Searched defs:Root (Results 1 – 25 of 128) sorted by relevance

123456

/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.cpp61 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 DDeltaTree.h26 void *Root; // "DeltaTreeNode *" variable
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXPeephole.cpp75 static bool isCVTAToLocalCombinationCandidate(MachineInstr &Root) { in isCVTAToLocalCombinationCandidate()
109 static void CombineCVTAToLocal(MachineInstr &Root) { in CombineCVTAToLocal()
/freebsd/contrib/libfido2/windows/
H A Dcygwin.ps122 $Root = "${Cygwin}\root" variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DMatchContext.h25 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 Ddmdeferred.c186 ACPI_PARSE_OBJECT *Root) in AcpiDmParseDeferredOps()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBlock.cpp94 DeadBlock::DeadBlock(DeadBlock *&Root, Block *Blk) in DeadBlock() function in DeadBlock
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGIMatchTableExecutor.cpp39 isBaseWithConstantOffset(const MachineOperand & Root,const MachineRegisterInfo & MRI) const isBaseWithConstantOffset() argument
H A DCombinerHelperVectorOps.cpp93 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 DMachineCombiner.cpp271 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 DLoopNestAnalysis.cpp42 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 DTensorSpec.cpp80 json::Path::Root Root("tensor_spec"); in getTensorSpecFromJSON() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileCollector.h132 const std::string Root; variable
H A DSuffixTree.h67 SuffixTreeInternalNode *Root = nullptr; variable
H A DGenericIteratedDominanceFrontier.h160 DomTreeNodeBase<NodeTy> *Root = RootPair.first; in calculate() local
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DCtxInstrProfilingTest.cpp12 ContextRoot Root; member in ContextTest
183 ContextRoot *const Root; in TEST_F() member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp533 [[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 DSplitModule.cpp146 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 DSummaryBasedOptimizations.cpp31 auto Root = Index.calculateCallGraphRoot(); in initializeCounts() local
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbutils.c519 ACPI_PARSE_OBJECT *Root) in AcpiDbSecondPassParse()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DIntervalMap.cpp19 void Path::replaceRoot(void *Root, unsigned Size, IdxPair Offsets) { in replaceRoot()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h646 bool accumulateInstrSeqToRootLatency(MachineInstr &Root) const override { in accumulateInstrSeqToRootLatency()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalTree.h286 IntervalNode *Root = nullptr; // Interval tree root. variable
389 IntervalNode *Root = in createTree() local
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DFileList.cpp148 auto *Root = Val->getAsObject(); in parse() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h

123456