Home
last modified time | relevance | path

Searched refs:bottomup (Results 1 – 23 of 23) sorted by relevance

/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeFilter.java130 bottomup();
138 public void bottomup() throws RecognitionException {;} in bottomup() method in TreeFilter
DTreeRewriter.java116 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/
DTreeRewriter.m92 aRuleSel = @selector(bottomup);
112 aRuleSel = @selector(bottomup);
226 return [self bottomup];
239 - (id) bottomup
DTreeFilter.m131 bottomup();
139 public void bottomup() throws RecognitionException {;}
233 SEL aRule = @selector(bottomup);
245 - (void) bottomup
DTreeFilter.h195 - (void) bottomup;
DTreeRewriter.h72 - (id) bottomup;
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Composition/
DSimplify.g318 bottomup
DReduce.g315 bottomup
/external/llvm-project/llvm/test/CodeGen/ARM/
Dsingle-issue-r52.mir2 …chine-scheduler -enable-misched -debug-only=machine-scheduler -misched-bottomup 2>&1 | FileCheck …
/external/llvm-project/llvm/test/CodeGen/X86/
Dmisched-new.ll2 ; RUN: -misched=shuffle -misched-bottomup -verify-machineinstrs \
Dhandle-move.ll1 …6_64-- -mcpu=core2 -fast-isel -enable-misched -misched=shuffle -misched-bottomup -verify-machinein…
Dmisched-aa-colored.ll1 ; RUN: llc < %s -mcpu=x86-64 -enable-misched -misched-bottomup=0 -misched-topdown=0 -misched=shuffl…
/external/llvm/test/CodeGen/X86/
Dmisched-new.ll2 ; RUN: -misched=shuffle -misched-bottomup -verify-machineinstrs \
Dhandle-move.ll1 ; RUN: llc -march=x86-64 -mcpu=core2 -fast-isel -enable-misched -misched=shuffle -misched-bottomup
Dmisched-aa-colored.ll1 ; 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/
DIntrinsicEnums.inc192 objc_arc_annotation_bottomup_bbend, // llvm.objc.arc.annotation.bottomup.bbend
193 objc_arc_annotation_bottomup_bbstart, // llvm.objc.arc.annotation.bottomup.bbstart
DIntrinsicImpl.inc220 "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/
Dupgrade-arc-runtime-calls.ll90 // 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/
DCSharp3.stg510 "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/
DCSharp2.stg529 "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/
DJava.stg1473 "bottomup" : true,
/external/llvm-project/llvm/test/Transforms/ObjCARC/
Dpath-overflow.ll10 ; total bottomup/topdown paths and when we multiply them together at the end.
/external/llvm/test/Transforms/ObjCARC/
Dpath-overflow.ll10 ; total bottomup/topdown paths and when we multiply them together at the end.