Home
last modified time | relevance | path

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

1234

/third_party/spirv-tools/utils/vscode/src/grammar/
Dgrammar.go22 type Root struct { struct
23 MagicNumber string `json:"magic_number"`
24 MajorVersion int `json:"major_version"`
25 MinorVersion int `json:"minor_version"`
26 Revision int `json:"revision"`
27 Instructions []Instruction `json:"instructions"`
28 OperandKinds []OperandKind `json:"operand_kinds"`
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/grammar/
Dgrammar.go22 type Root struct { struct
23 MagicNumber string `json:"magic_number"`
24 MajorVersion int `json:"major_version"`
25 MinorVersion int `json:"minor_version"`
26 Revision int `json:"revision"`
27 Instructions []Instruction `json:"instructions"`
28 OperandKinds []OperandKind `json:"operand_kinds"`
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/grammar/
Dgrammar.go22 type Root struct { struct
23 MagicNumber string `json:"magic_number"`
24 MajorVersion int `json:"major_version"`
25 MinorVersion int `json:"minor_version"`
26 Revision int `json:"revision"`
27 Instructions []Instruction `json:"instructions"`
28 OperandKinds []OperandKind `json:"operand_kinds"`
/third_party/typescript/tests/cases/compiler/
DmoduleAugmentationDoesNamespaceMergeOfReexport.ts2 export namespace Root { namespace
13 export namespace Root { namespace
DmoduleAugmentationDoesNamespaceEnumMergeOfReexport.ts2 export namespace Root { namespace
15 export enum Root { enum
/third_party/typescript/tests/baselines/reference/
DTwoInternalModulesWithTheSameNameAndDifferentCommonRoot.js34 var Root; variable
35 (function (Root) { argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXPeephole.cpp73 static bool isCVTAToLocalCombinationCandidate(MachineInstr &Root) { in isCVTAToLocalCombinationCandidate()
104 static void CombineCVTAToLocal(MachineInstr &Root) { in CombineCVTAToLocal()
/third_party/rust/crates/tracing/tracing-core/src/
Dparent.rs6 Root, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileCollector.h66 std::string Root; variable
DGenericIteratedDominanceFrontier.h159 DomTreeNodeBase<NodeTy> *Root = RootPair.first; in calculate() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DInstructionSelector.cpp58 const MachineOperand &Root, const MachineRegisterInfo &MRI) const { in isBaseWithConstantOffset() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineCombiner.cpp224 unsigned MachineCombiner::getLatency(MachineInstr *Root, MachineInstr *NewRoot, in getLatency()
307 MachineBasicBlock *MBB, MachineInstr *Root, in improvesCriticalPathLen()
471 MachineBasicBlock *MBB, MachineInstr &Root, in verifyPatternOrder()
DBreakFalseDeps.cpp117 for (MCRegUnitRootIterator Root(*Unit, TRI); Root.isValid(); ++Root) { in pickBestRegisterForUndef() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DSummaryBasedOptimizations.cpp29 auto Root = Index.calculateCallGraphRoot(); in initializeCounts() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DIntervalMap.cpp18 void Path::replaceRoot(void *Root, unsigned Size, IdxPair Offsets) { in replaceRoot()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombine.cpp159 Value *Root; member
301 Value *Root, *SubOp1; in tryToRecognizePopCount() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDDG.h51 Root, enumerator
296 NodeType *Root = nullptr; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerDeclContext.h140 DeclContext Root; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanPredicator.cpp108 VPValue *Root = Worklist.front(); in genPredicateTree() local
/third_party/typescript/src/harness/
DvpathUtil.ts52 Root = RequireRoot | AllowRoot | AllowTrailingSeparator, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/
Dspirv_test_framework_unittest.py22 class Root: class
/third_party/skia/third_party/externals/spirv-tools/test/tools/
Dspirv_test_framework_unittest.py22 class Root: class
/third_party/spirv-tools/test/tools/
Dspirv_test_framework_unittest.py22 class Root: class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAnnotateUniformValues.cpp80 static void DFS(BasicBlock *Root, SetVector<BasicBlock*> & Set) { in DFS()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp3738 static bool getMaddPatterns(MachineInstr &Root, in getMaddPatterns()
3879 static bool getFMAPatterns(MachineInstr &Root, in getFMAPatterns()
4135 MachineInstr &Root, in getMachineCombinerPatterns()
4169 const TargetInstrInfo *TII, MachineInstr &Root, in genFusedMultiply()
4234 MachineInstr &Root, SmallVectorImpl<MachineInstr *> &InsInstrs, in genFusedMultiplyAcc()
4243 const TargetInstrInfo *TII, MachineInstr &Root, in genNeg()
4263 MachineInstr &Root, SmallVectorImpl<MachineInstr *> &InsInstrs, in genFusedMultiplyAccNeg()
4280 MachineInstr &Root, SmallVectorImpl<MachineInstr *> &InsInstrs, in genFusedMultiplyIdx()
4290 MachineInstr &Root, SmallVectorImpl<MachineInstr *> &InsInstrs, in genFusedMultiplyIdxNeg()
4322 const TargetInstrInfo *TII, MachineInstr &Root, in genMaddR()
[all …]

1234