| /freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/ |
| H A D | CtxInstrProfiling.cpp | 84 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 D | DeltaTree.h | 28 void *Root; // "DeltaTreeNode *" variable
|
| H A D | IntervalTree.h | 286 IntervalNode *Root = nullptr; // Interval tree root. variable 389 IntervalNode *Root = in createTree() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXPeephole.cpp | 69 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 D | MatchContext.h | 24 SDNode *Root; variable 27 EmptyMatchContext(SelectionDAG &DAG, const TargetLowering &TLI, SDNode *Root) in EmptyMatchContext() 57 SDNode *Root; variable
|
| /freebsd/contrib/libfido2/windows/ |
| H A D | cygwin.ps1 | 22 $Root = "${Cygwin}\root" variable
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/ |
| H A D | CtxInstrProfilingTest.cpp | 12 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 D | dmdeferred.c | 186 ACPI_PARSE_OBJECT *Root) in AcpiDmParseDeferredOps()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | InterpBlock.cpp | 108 DeadBlock::DeadBlock(DeadBlock *&Root, Block *Blk) in DeadBlock() function in DeadBlock
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineCombiner.cpp | 268 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 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 | 133 const std::string Root; variable
|
| H A D | SuffixTree.h | 68 SuffixTreeInternalNode *Root = nullptr; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | GIMatchTableExecutor.cpp | 46 const MachineOperand &Root, const MachineRegisterInfo &MRI) const { in isBaseWithConstantOffset() argument
|
| H A D | CombinerHelperVectorOps.cpp | 93 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 D | SplitModule.cpp | 145 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 D | InstCombineNegator.cpp | 532 [[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 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/RISCV/GISel/ |
| H A D | RISCVInstructionSelector.cpp | 272 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 D | TypePool.h | 172 TypeEntry *Root = nullptr; variable
|
| /freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
| H A D | FileList.cpp | 146 auto *Root = Val->getAsObject(); in parse() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | DDG.h | 54 Root, enumerator 301 NodeType *Root = nullptr; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinkerDeclContext.h | |