Home
last modified time | relevance | path

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

123456

/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.cpp84 bool validate(const ContextRoot *Root) { in validate()
257 void setupContext(ContextRoot *Root, GUID Guid, uint32_t NumCounters, in setupContext()
274 auto *Root = CtxRoot; in getOrAllocateContextRoot() local
290 ContextNode *tryStartContextGivenRoot(ContextRoot *Root, GUID Guid, in tryStartContextGivenRoot()
411 auto *Root = FData->getOrAllocateContextRoot(); in __llvm_ctx_profile_start_context() local
433 auto *Root = AllContextRoots[I]; in __llvm_ctx_profile_start_collection() local
471 auto *Root = AllContextRoots[I]; in __llvm_ctx_profile_fetch() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDeltaTree.h28 void *Root; // "DeltaTreeNode *" variable
H A DIntervalTree.h286 IntervalNode *Root = nullptr; // Interval tree root. variable
389 IntervalNode *Root = in createTree() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXPeephole.cpp69 static bool isCVTAToLocalCombinationCandidate(MachineInstr &Root) { in isCVTAToLocalCombinationCandidate()
103 static void CombineCVTAToLocal(MachineInstr &Root) { in CombineCVTAToLocal()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DMatchContext.h24 SDNode *Root; variable
27 EmptyMatchContext(SelectionDAG &DAG, const TargetLowering &TLI, SDNode *Root) in EmptyMatchContext()
57 SDNode *Root; variable
/freebsd/contrib/libfido2/windows/
H A Dcygwin.ps122 $Root = "${Cygwin}\root" variable
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DCtxInstrProfilingTest.cpp12 FunctionData Root; member in ContextTest
229 ContextRoot *const Root; in TEST_F() member in TEST_F::TestProfileWriter
240 TestProfileWriter(ContextRoot *Root, size_t Entries) in TEST_F()
/freebsd/sys/contrib/dev/acpica/components/disassembler/
H A Ddmdeferred.c186 ACPI_PARSE_OBJECT *Root) in AcpiDmParseDeferredOps()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBlock.cpp108 DeadBlock::DeadBlock(DeadBlock *&Root, Block *Blk) in DeadBlock() function in DeadBlock
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp268 unsigned MachineCombiner::getLatency(MachineInstr *Root, MachineInstr *NewRoot, in getLatency()
336 MachineInstr &Root, MachineBasicBlock *MBB, in reduceRegisterPressure()
352 MachineBasicBlock *MBB, MachineInstr *Root, in improvesCriticalPathLen()
523 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.h133 const std::string Root; variable
H A DSuffixTree.h68 SuffixTreeInternalNode *Root = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGIMatchTableExecutor.cpp46 const MachineOperand &Root, const MachineRegisterInfo &MRI) const { in isBaseWithConstantOffset() argument
H A DCombinerHelperVectorOps.cpp93 MachineInstr *Root = getDefIgnoringCopies(MO.getReg(), MRI); in matchExtractVectorElementWithDifferentIndices() local
190 MachineInstr *Root = getDefIgnoringCopies(MO.getReg(), MRI); in matchExtractVectorElementWithBuildVectorTrunc() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSplitModule.cpp145 if (const GlobalObject *Root = getGVPartitioningRoot(&GV)) in findPartitions() local
219 if (const GlobalObject *Root = getGVPartitioningRoot(GV)) in isInPartition() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp532 [[nodiscard]] std::optional<Negator::Result> Negator::run(Value *Root, in run()
545 [[nodiscard]] Value *Negator::Negate(bool LHSIsZero, bool IsNSW, Value *Root, in Negate()
/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/RISCV/GISel/
H A DRISCVInstructionSelector.cpp272 RISCVInstructionSelector::selectShiftMask(MachineOperand &Root, in selectShiftMask()
350 RISCVInstructionSelector::selectSExtBits(MachineOperand &Root, in selectSExtBits()
371 RISCVInstructionSelector::selectZExtBits(MachineOperand &Root, in selectZExtBits()
395 RISCVInstructionSelector::selectSHXADDOp(MachineOperand &Root, in selectSHXADDOp()
493 RISCVInstructionSelector::selectSHXADD_UWOp(MachineOperand &Root, in selectSHXADD_UWOp()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DTypePool.h172 TypeEntry *Root = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DFileList.cpp146 auto *Root = Val->getAsObject(); in parse() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h54 Root, enumerator
301 NodeType *Root = nullptr; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h

123456