| /external/swiftshader/third_party/LLVM/lib/CodeGen/ |
| ScheduleDAGInstrs.h | 193 /// StartBlock - Prepare to perform scheduling in the given block. 195 virtual void StartBlock(MachineBasicBlock *BB);
|
| AggressiveAntiDepBreaker.h | 139 void StartBlock(MachineBasicBlock *BB);
|
| /external/v8/src/compiler/ |
| instruction-scheduler.cc | 93 void InstructionScheduler::StartBlock(RpoNumber rpo) { 100 sequence()->StartBlock(rpo);
|
| instruction-scheduler.h | 34 void StartBlock(RpoNumber rpo);
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/ |
| pycodegen.py | 242 self.startBlock = self.graph.startBlock
428 self.startBlock(nextTest)
453 self.startBlock(else_) # or just the POPs if not else clause
562 self.startBlock(cleanup)
590 self.startBlock(anchor)
614 self.startBlock(anchor)
639 self.startBlock(anchor)
706 self.startBlock(anchor)
793 self.startBlock(handlers) [all...] |
| pyassem.py | 19 def startBlock(self, block):
51 self.startBlock(block)
59 self.startBlock(self.exit)
|
| /external/python/cpython2/Lib/compiler/ |
| pycodegen.py | 242 self.startBlock = self.graph.startBlock 428 self.startBlock(nextTest) 453 self.startBlock(else_) # or just the POPs if not else clause 562 self.startBlock(cleanup) 590 self.startBlock(anchor) 614 self.startBlock(anchor) 639 self.startBlock(anchor) 706 self.startBlock(anchor) 793 self.startBlock(handlers [all...] |
| pyassem.py | 19 def startBlock(self, block): 51 self.startBlock(block) 59 self.startBlock(self.exit)
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/ |
| pycodegen.py | 242 self.startBlock = self.graph.startBlock 428 self.startBlock(nextTest) 453 self.startBlock(else_) # or just the POPs if not else clause 562 self.startBlock(cleanup) 590 self.startBlock(anchor) 614 self.startBlock(anchor) 639 self.startBlock(anchor) 706 self.startBlock(anchor) 793 self.startBlock(handlers [all...] |
| pyassem.py | 19 def startBlock(self, block): 51 self.startBlock(block) 59 self.startBlock(self.exit)
|
| /prebuilts/gdb/linux-x86/lib/python2.7/compiler/ |
| pycodegen.py | 242 self.startBlock = self.graph.startBlock 428 self.startBlock(nextTest) 453 self.startBlock(else_) # or just the POPs if not else clause 562 self.startBlock(cleanup) 590 self.startBlock(anchor) 614 self.startBlock(anchor) 639 self.startBlock(anchor) 706 self.startBlock(anchor) 793 self.startBlock(handlers [all...] |
| pyassem.py | 19 def startBlock(self, block): 51 self.startBlock(block) 59 self.startBlock(self.exit)
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
| pycodegen.py | 242 self.startBlock = self.graph.startBlock 428 self.startBlock(nextTest) 453 self.startBlock(else_) # or just the POPs if not else clause 562 self.startBlock(cleanup) 590 self.startBlock(anchor) 614 self.startBlock(anchor) 639 self.startBlock(anchor) 706 self.startBlock(anchor) 793 self.startBlock(handlers [all...] |
| pyassem.py | 19 def startBlock(self, block): 51 self.startBlock(block) 59 self.startBlock(self.exit)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
| pycodegen.py | 242 self.startBlock = self.graph.startBlock 428 self.startBlock(nextTest) 453 self.startBlock(else_) # or just the POPs if not else clause 562 self.startBlock(cleanup) 590 self.startBlock(anchor) 614 self.startBlock(anchor) 639 self.startBlock(anchor) 706 self.startBlock(anchor) 793 self.startBlock(handlers [all...] |
| pyassem.py | 19 def startBlock(self, block): 51 self.startBlock(block) 59 self.startBlock(self.exit)
|
| /dalvik/dx/src/com/android/dx/cf/code/ |
| Ropper.java | 228 private int startBlock; 233 * @param startBlock First block of the subroutine. 235 Subroutine(int startBlock) { 236 this.startBlock = startBlock; 245 * @param startBlock First block of the subroutine. 249 Subroutine(int startBlock, int retBlock) { 250 this(startBlock); 258 return startBlock; 324 Frame subFrame = frame.subFrameForLabel(startBlock, label) [all...] |
| RopperMachine.java | 202 public void startBlock(TypeList catches) { 262 * call to startBlock() can throw. 270 * startBlock() 278 * the last call to {@code startBlock()} 286 * instruction if encountered since last call to startBlock(). [all...] |
| /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
| ssa.go | 166 s.startBlock(s.f.Entry) 366 // startBlock sets the current block we're generating code in to b. 367 func (s *state) startBlock(b *ssa.Block) { 698 s.startBlock(lab.target) 839 s.startBlock(bThen) 846 s.startBlock(bElse) 852 s.startBlock(bEnd) 905 s.startBlock(bCond) 931 s.startBlock(bBody) 948 s.startBlock(bIncr [all...] |
| /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
| ssa.go | 166 s.startBlock(s.f.Entry) 366 // startBlock sets the current block we're generating code in to b. 367 func (s *state) startBlock(b *ssa.Block) { 698 s.startBlock(lab.target) 839 s.startBlock(bThen) 846 s.startBlock(bElse) 852 s.startBlock(bEnd) 905 s.startBlock(bCond) 931 s.startBlock(bBody) 948 s.startBlock(bIncr [all...] |
| /external/eigen/Eigen/src/Core/products/ |
| TriangularSolverMatrix.h | 149 Index startBlock = IsLower ? k2+k1 : k2-k1-actualPanelWidth; 153 pack_rhs(blockB+actual_kc*j2, other.getSubMapper(startBlock,j2), actualPanelWidth, actual_cols, actual_kc, blockBOffset); 160 pack_lhs(blockA, tri.getSubMapper(startTarget,startBlock), actualPanelWidth, lengthTarget);
|
| /frameworks/compile/slang/ |
| slang_rs_reflect_utils.h | 126 void startBlock() {
|
| /external/llvm/include/llvm/CodeGen/ |
| ScheduleDAGInstrs.h | 264 /// startBlock - Prepare to perform scheduling in the given block. 265 virtual void startBlock(MachineBasicBlock *BB);
|
| /system/extras/f2fs_utils/ |
| f2fs_sparseblock.c | 488 int run_on_used_blocks(u64 startblock, struct f2fs_info *info, int (*func)(u64 pos, void *data), void *data) { 495 block = startblock;
|
| /external/llvm/lib/CodeGen/ |
| AggressiveAntiDepBreaker.h | 133 void StartBlock(MachineBasicBlock *BB) override;
|