Searched refs:bottomup (Results 1 – 23 of 23) sorted by relevance
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | TreeFilter.java | 130 bottomup(); 138 public void bottomup() throws RecognitionException {;} in bottomup() method in TreeFilter
|
D | TreeRewriter.java | 116 public Object rule() throws RecognitionException { return bottomup(); } 123 public Object bottomup() throws RecognitionException { return null; } in bottomup() method in TreeRewriter
|
/external/antlr/runtime/ObjC/Framework/ |
D | TreeRewriter.m | 92 aRuleSel = @selector(bottomup); 112 aRuleSel = @selector(bottomup); 226 return [self bottomup]; 239 - (id) bottomup
|
D | TreeFilter.m | 131 bottomup(); 139 public void bottomup() throws RecognitionException {;} 233 SEL aRule = @selector(bottomup); 245 - (void) bottomup
|
D | TreeFilter.h | 195 - (void) bottomup;
|
D | TreeRewriter.h | 72 - (id) bottomup;
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Composition/ |
D | Simplify.g3 | 18 bottomup
|
D | Reduce.g3 | 15 bottomup
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | single-issue-r52.mir | 2 …chine-scheduler -enable-misched -debug-only=machine-scheduler -misched-bottomup 2>&1 | FileCheck …
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | misched-new.ll | 2 ; RUN: -misched=shuffle -misched-bottomup -verify-machineinstrs \
|
D | handle-move.ll | 1 …6_64-- -mcpu=core2 -fast-isel -enable-misched -misched=shuffle -misched-bottomup -verify-machinein…
|
D | misched-aa-colored.ll | 1 ; RUN: llc < %s -mcpu=x86-64 -enable-misched -misched-bottomup=0 -misched-topdown=0 -misched=shuffl…
|
/external/llvm/test/CodeGen/X86/ |
D | misched-new.ll | 2 ; RUN: -misched=shuffle -misched-bottomup -verify-machineinstrs \
|
D | handle-move.ll | 1 ; RUN: llc -march=x86-64 -mcpu=core2 -fast-isel -enable-misched -misched=shuffle -misched-bottomup …
|
D | misched-aa-colored.ll | 1 ; RUN: llc < %s -mcpu=x86-64 -enable-misched -misched-bottomup=0 -misched-topdown=0 -misched=shuffl…
|
/external/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
D | IntrinsicEnums.inc | 192 objc_arc_annotation_bottomup_bbend, // llvm.objc.arc.annotation.bottomup.bbend 193 objc_arc_annotation_bottomup_bbstart, // llvm.objc.arc.annotation.bottomup.bbstart
|
D | IntrinsicImpl.inc | 220 "llvm.objc.arc.annotation.bottomup.bbend", 221 "llvm.objc.arc.annotation.bottomup.bbstart", 10353 5, // llvm.objc.arc.annotation.bottomup.bbend 10354 5, // llvm.objc.arc.annotation.bottomup.bbstart
|
/external/llvm-project/llvm/test/Bitcode/ |
D | upgrade-arc-runtime-calls.ll | 90 // ARC-NEXT: tail call void @llvm.objc.arc.annotation.bottomup.bbstart(i8** %[[B]], i8** %[[C]]) 91 // ARC-NEXT: tail call void @llvm.objc.arc.annotation.bottomup.bbend(i8** %[[B]], i8** %[[C]])
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
D | CSharp3.stg | 510 "bottomup":{<ruleWrapperBottomup()>}, 517 …ildAST)>IAstRuleReturnScope<else>void<endif> Bottomup() { <if(buildAST)>return <endif>bottomup(); }
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
D | CSharp2.stg | 529 "bottomup":{<ruleWrapperBottomup()>}, 536 protected override <if(buildAST)>IAstRuleReturnScope<else>void<endif> Bottomup() { return bottomup(…
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
D | Java.stg | 1473 "bottomup" : true,
|
/external/llvm-project/llvm/test/Transforms/ObjCARC/ |
D | path-overflow.ll | 10 ; total bottomup/topdown paths and when we multiply them together at the end.
|
/external/llvm/test/Transforms/ObjCARC/ |
D | path-overflow.ll | 10 ; total bottomup/topdown paths and when we multiply them together at the end.
|