| /openbsd-src/gnu/llvm/llvm/tools/dsymutil/ | 
| H A D | Reproducer.cpp | 16   SmallString<128> Root;  in createReproducerDir()  local65 ReproducerUse::ReproducerUse(StringRef Root, std::error_code &EC) {  in ReproducerUse()
 80 Reproducer::createReproducer(ReproducerMode Mode, StringRef Root, int Argc,  in createReproducer()
 
 | 
| /openbsd-src/gnu/llvm/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
 
 | 
| /openbsd-src/gnu/llvm/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()
 
 | 
| /openbsd-src/gnu/llvm/clang/include/clang/Rewrite/Core/ | 
| H A D | DeltaTree.h | 26     void *Root;    // "DeltaTreeNode *"  variable
 | 
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ | 
| H A D | MachineCombiner.cpp | 265 unsigned MachineCombiner::getLatency(MachineInstr *Root, MachineInstr *NewRoot,  in getLatency()352     MachineInstr &Root, MachineBasicBlock *MBB,  in reduceRegisterPressure()
 369     MachineBasicBlock *MBB, MachineInstr *Root,  in improvesCriticalPathLen()
 535     MachineBasicBlock *MBB, MachineInstr &Root,  in verifyPatternOrder()
 
 | 
| /openbsd-src/gnu/llvm/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 | 78   json::Path::Root Root("tensor_spec");  in getTensorSpecFromJSON()  local
 | 
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ | 
| H A D | crash20.C | 11     Root  enumerator
 | 
| /openbsd-src/gnu/llvm/clang/lib/AST/Interp/ | 
| H A D | InterpBlock.cpp | 63 DeadBlock::DeadBlock(DeadBlock *&Root, Block *Blk)  in DeadBlock()  function in DeadBlock
 | 
| H A D | InterpBlock.h | 162   DeadBlock *&Root;  variable
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ | 
| H A D | SplitModule.cpp | 133     if (const GlobalObject *Root = getGVPartitioningRoot(&GV))  in findPartitions()  local232   if (const GlobalObject *Root = getGVPartitioningRoot(GV))  in isInPartition()  local
 
 | 
| H A D | LoopUnrollAndJam.cpp | 102     Loop &Root, Loop &JamLoop, BasicBlockSet &JamLoopBlocks,  in partitionOuterLoopBlocks()754 checkDependencies(Loop &Root, const BasicBlockSet &SubLoopBlocks,  in checkDependencies()
 804 static bool isEligibleLoopForm(const Loop &Root) {  in isEligibleLoopForm()
 
 | 
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ | 
| H A D | InstructionSelector.cpp | 39     const MachineOperand &Root, const MachineRegisterInfo &MRI) const {  in isBaseWithConstantOffset()  argument
 | 
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ | 
| H A D | FileCollector.h | 132   const std::string Root;  variable
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ | 
| H A D | InstCombineNegator.cpp | 516 [[nodiscard]] std::optional<Negator::Result> Negator::run(Value *Root) {  in run()528 [[nodiscard]] Value *Negator::Negate(bool LHSIsZero, Value *Root,  in Negate()
 
 | 
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ | 
| H A D | IntervalTree.h | 287   IntervalNode *Root = nullptr; // Interval tree root.  variable390     IntervalNode *Root =  in createTree()  local
 
 | 
| /openbsd-src/gnu/llvm/llvm/lib/LTO/ | 
| H A D | SummaryBasedOptimizations.cpp | 31   auto Root = Index.calculateCallGraphRoot();  in initializeCounts()  local
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ | 
| H A D | AArch64InstrInfo.cpp | 5055 static bool getMaddPatterns(MachineInstr &Root,  in getMaddPatterns()5196 static bool getFMAPatterns(MachineInstr &Root,  in getFMAPatterns()
 5339 static bool getFMULPatterns(MachineInstr &Root,  in getFMULPatterns()
 5511 static bool getMiscPatterns(MachineInstr &Root,  in getMiscPatterns()
 5551     MachineInstr &Root, SmallVectorImpl<MachineCombinerPattern> &Patterns,  in getMachineCombinerPatterns()
 5592                  const TargetInstrInfo *TII, MachineInstr &Root,  in genFusedMultiply()
 5653 genIndexedMultiply(MachineInstr &Root,  in genIndexedMultiply()
 5696     MachineInstr &Root, SmallVectorImpl<MachineInstr *> &InsInstrs,  in genFusedMultiplyAcc()
 5705                        const TargetInstrInfo *TII, MachineInstr &Root,  in genNeg()
 5725     MachineInstr &Root, SmallVectorImpl<MachineInstr *> &InsInstrs,  in genFusedMultiplyAccNeg()
 [all …]
 
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ | 
| H A D | RISCVInstrInfo.cpp | 1270     MachineInstr &Root, MachineCombinerPattern &P,  in finalizeInsInstrs()1431 static bool canCombineFPFusedMultiply(const MachineInstr &Root,  in canCombineFPFusedMultiply()
 1459 getFPFusedMultiplyPatterns(MachineInstr &Root,  in getFPFusedMultiplyPatterns()
 1482 static bool getFPPatterns(MachineInstr &Root,  in getFPPatterns()
 1489     MachineInstr &Root, SmallVectorImpl<MachineCombinerPattern> &Patterns,  in getMachineCombinerPatterns()
 1535 static void combineFPFusedMultiply(MachineInstr &Root, MachineInstr &Prev,  in combineFPFusedMultiply()
 1572     MachineInstr &Root, MachineCombinerPattern Pattern,  in genAlternativeCodeSequence()
 
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Support/ | 
| H A D | IntervalMap.cpp | 19 void Path::replaceRoot(void *Root, unsigned Size, IdxPair Offsets) {  in replaceRoot()
 | 
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ | 
| H A D | DDG.h | 53     Root,  enumerator300   NodeType *Root = nullptr;  variable
 
 | 
| /openbsd-src/gnu/llvm/clang/include/clang/IndexSerialization/ | 
| H A D | SerializablePathCollection.h | 53     RootDirKind Root;  member
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ | 
| H A D | X86PartialReduction.cpp | 435 static void collectLeaves(Value *Root, SmallVectorImpl<Instruction *> &Leaves) {  in collectLeaves()523       Value *Root = matchAddReduction(*EE, ReduceInOneBB);  in runOnFunction()  local
 
 | 
| /openbsd-src/gnu/llvm/compiler-rt/lib/xray/ | 
| H A D | xray_function_call_trie.h | 495     for (const auto Root : getRoots()) {  in deepCopyInto()  local553     for (const auto Root : getRoots()) {  in mergeInto()  local
 
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/AggressiveInstCombine/ | 
| H A D | AggressiveInstCombine.cpp | 178   Value *Root = nullptr;  member320         Value *Root, *SubOp1;  in tryToRecognizePopCount()  local
 612   LoadInst *Root = nullptr;  member
 
 |