Home
last modified time | relevance | path

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

12345678910>>...27

/aosp_15_r20/external/deqp-deps/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"`
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/grammar/
H A 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"`
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/grammar/
H A 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"`
/aosp_15_r20/system/incremental_delivery/incfs/include/
H A DMountRegistry.h46 struct Root { struct
60 Mount(std::vector<Root>::const_iterator base) : mBase(base) {} in Mount() argument
/aosp_15_r20/external/clang/test/Rewriter/
H A Dobjc-modern-class-init.mm5 @interface Root @end interface
15 @implementation Root @end implementation
17 @interface Root(Cat) @end interface in Cat
21 @implementation Root(Cat) @end implementation in Cat
H A Dobjc-modern-class-init-hooks.mm5 @interface Root @end interface
15 @implementation Root @end implementation
17 @interface Root(Cat) @end interface in Cat
21 @implementation Root(Cat) @end implementation in Cat
/aosp_15_r20/external/clang/test/SemaObjCXX/
H A Dpseudo-destructor.mm5 @interface Root interface
18 template void destroyPointer<Root*>(Root **); function
19 template void destroyReference<Root*>(Root *&); function
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dunion_find.rs8 struct Root<X: Copy> { struct
16 Root(Root<X>), argument
/aosp_15_r20/external/avb/tools/transparency/verify/internal/checkpoint/
H A Dcheckpoint.go104 type Root struct { struct
106 Size uint64
108 Hash []byte
/aosp_15_r20/external/libcxxabi/test/
H A Ddynamic_cast.pass.cpp57 struct Root : Dest, virtual Src { Pad4 _; }; struct
131 struct Root : Src, A1, A2 { Pad6 _; }; struct
/aosp_15_r20/external/cronet/third_party/libc++abi/src/test/
H A Ddynamic_cast.pass.cpp64 struct Root : Dest, virtual Src { Pad4 _; }; argument
138 struct Root : Src, A1, A2 { Pad6 _; }; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp5052 static bool getMaddPatterns(MachineInstr &Root, in getMaddPatterns()
5193 static bool getFMAPatterns(MachineInstr &Root, in getFMAPatterns()
5336 static bool getFMULPatterns(MachineInstr &Root, in getFMULPatterns()
5508 static bool getMiscPatterns(MachineInstr &Root, in getMiscPatterns()
5548 MachineInstr &Root, SmallVectorImpl<MachineCombinerPattern> &Patterns, in getMachineCombinerPatterns()
5589 const TargetInstrInfo *TII, MachineInstr &Root, in genFusedMultiply()
5650 genIndexedMultiply(MachineInstr &Root, in genIndexedMultiply()
5693 MachineInstr &Root, SmallVectorImpl<MachineInstr *> &InsInstrs, in genFusedMultiplyAcc()
5702 const TargetInstrInfo *TII, MachineInstr &Root, in genNeg()
5722 MachineInstr &Root, SmallVectorImpl<MachineInstr *> &InsInstrs, in genFusedMultiplyAccNeg()
[all …]
/aosp_15_r20/external/clang/test/SemaObjC/
H A Dduplicate-ivar-in-class-extension.m3 @interface Root @end interface
23 @interface Root () { interface in int
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dsplit.rs6 impl<K, V> Root<K, V> { implementation
H A Dappend.rs6 impl<K, V> Root<K, V> { impl
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dsplit.rs6 impl<K, V> Root<K, V> { implementation
/aosp_15_r20/external/clang/test/CodeGenObjC/
H A Dobjc2-weak-import-attribute.m38 __attribute__((weak_import)) @interface Root @end interface
46 @implementation Root @end implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dsplit.rs6 impl<K, V> Root<K, V> { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dsplit.rs6 impl<K, V> Root<K, V> { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dsplit.rs6 impl<K, V> Root<K, V> { impl
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/test/
Dalignment_of_test.cpp40 struct Root { int a; }; struct
Dalignment_of_a2_test.cpp45 struct Root { int a; }; struct
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()

12345678910>>...27