Home
last modified time | relevance | path

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

12345

/openbsd/gnu/llvm/llvm/tools/dsymutil/
H A DReproducer.cpp16 SmallString<128> Root; in createReproducerDir() local
65 ReproducerUse::ReproducerUse(StringRef Root, std::error_code &EC) { in ReproducerUse()
80 Reproducer::createReproducer(ReproducerMode Mode, StringRef Root, int Argc, in createReproducer()
/openbsd/gnu/llvm/clang/lib/IndexSerialization/
H A DSerializablePathCollection.cpp22 size_t PathPool::addFilePath(RootDirKind Root, in addFilePath()
72 PathPool::RootDirKind Root = PathPool::RootDirKind::Regular; in tryStoreDirPath() local
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXPeephole.cpp75 static bool isCVTAToLocalCombinationCandidate(MachineInstr &Root) { in isCVTAToLocalCombinationCandidate()
109 static void CombineCVTAToLocal(MachineInstr &Root) { in CombineCVTAToLocal()
/openbsd/gnu/llvm/clang/include/clang/Rewrite/Core/
H A DDeltaTree.h26 void *Root; // "DeltaTreeNode *" variable
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCombiner.cpp265 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/gnu/llvm/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.cpp78 json::Path::Root Root("tensor_spec"); in getTensorSpecFromJSON() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dcrash20.C11 Root enumerator
/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DInterpBlock.cpp63 DeadBlock::DeadBlock(DeadBlock *&Root, Block *Blk) in DeadBlock() function in DeadBlock
H A DInterpBlock.h162 DeadBlock *&Root; variable
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSplitModule.cpp133 if (const GlobalObject *Root = getGVPartitioningRoot(&GV)) in findPartitions() local
232 if (const GlobalObject *Root = getGVPartitioningRoot(GV)) in isInPartition() local
H A DLoopUnrollAndJam.cpp102 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/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelector.cpp39 const MachineOperand &Root, const MachineRegisterInfo &MRI) const { in isBaseWithConstantOffset() argument
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp516 [[nodiscard]] std::optional<Negator::Result> Negator::run(Value *Root) { in run()
528 [[nodiscard]] Value *Negator::Negate(bool LHSIsZero, Value *Root, in Negate()
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DFileCollector.h132 const std::string Root; variable
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DIntervalTree.h287 IntervalNode *Root = nullptr; // Interval tree root. variable
390 IntervalNode *Root = in createTree() local
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp5055 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()
5592 const TargetInstrInfo *TII, MachineInstr &Root, in genFusedMultiply()
5653 genIndexedMultiply(MachineInstr &Root, in genIndexedMultiply()
5696 MachineInstr &Root, SmallVectorImpl<MachineInstr *> &InsInstrs, in genFusedMultiplyAcc()
5725 MachineInstr &Root, SmallVectorImpl<MachineInstr *> &InsInstrs, in genFusedMultiplyAccNeg()
5742 MachineInstr &Root, SmallVectorImpl<MachineInstr *> &InsInstrs, in genFusedMultiplyIdx()
5821 const TargetInstrInfo *TII, MachineInstr &Root, in genSubAdd2SubSub()
[all …]
/openbsd/gnu/llvm/llvm/lib/LTO/
H A DSummaryBasedOptimizations.cpp31 auto Root = Index.calculateCallGraphRoot(); in initializeCounts() local
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1270 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/gnu/llvm/llvm/include/llvm/Analysis/
H A DDDG.h53 Root, enumerator
300 NodeType *Root = nullptr; variable
/openbsd/gnu/llvm/llvm/lib/Support/
H A DIntervalMap.cpp19 void Path::replaceRoot(void *Root, unsigned Size, IdxPair Offsets) { in replaceRoot()
/openbsd/gnu/llvm/clang/include/clang/IndexSerialization/
H A DSerializablePathCollection.h53 RootDirKind Root; member
/openbsd/gnu/llvm/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp178 Value *Root = nullptr; member
320 Value *Root, *SubOp1; in tryToRecognizePopCount() local
612 LoadInst *Root = nullptr; member
/openbsd/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h495 for (const auto Root : getRoots()) { in deepCopyInto() local
553 for (const auto Root : getRoots()) { in mergeInto() local
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp435 static void collectLeaves(Value *Root, SmallVectorImpl<Instruction *> &Leaves) { in collectLeaves()
523 Value *Root = matchAddReduction(*EE, ReduceInOneBB); in runOnFunction() local

12345