Home
last modified time | relevance | path

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

1234

/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/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/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
Droot.js12 var Root = /*#__PURE__*/function (_Container) { class
14 function Root(opts) { class in Root
/third_party/node/deps/npm/lib/commands/
Droot.js2 class Root extends BaseCommand { class
/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()
/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/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/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/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/node/deps/npm/node_modules/@tufjs/models/dist/
Droot.js19 class Root extends base_1.Signed { class
/third_party/skia/third_party/externals/spirv-tools/test/tools/
Dspirv_test_framework_unittest.py22 class Root: class
/third_party/skia/third_party/externals/swiftshader/third_party/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()

1234