/external/llvm/test/CodeGen/X86/ |
2010-09-30-CMOV-JumpTable-PHI.ll | 8 ; That causes the PHI to be updated wrong because the jumptable data structure is remembering the original MBB.
|
machine-cse.ll | 82 ; CSE physical register defining instruction across MBB boundary.
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILFrameLowering.h | 42 virtual void emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const;
|
/external/llvm/include/llvm/CodeGen/ |
LiveRangeEdit.h | 175 /// instruction into MBB before MI. The new instruction is mapped, but 178 SlotIndex rematerializeAt(MachineBasicBlock &MBB,
|
MachineDominators.h | 27 inline void DominatorTreeBase<MachineBasicBlock>::addRoot(MachineBasicBlock* MBB) { 28 this->Roots.push_back(MBB);
|
MachineOperand.h | 152 MachineBasicBlock *MBB; // For MO_MachineBasicBlock. 419 return Contents.MBB; 506 void setMBB(MachineBasicBlock *MBB) { 508 Contents.MBB = MBB; 583 static MachineOperand CreateMBB(MachineBasicBlock *MBB, 586 Op.setMBB(MBB);
|
FastISel.h | 340 void FastEmitBranch(MachineBasicBlock *MBB, DebugLoc DL); 383 /// result in multiple MBB's for one BB. As such, the start of the BB might 384 /// correspond to a different MBB than the end.
|
JITCodeEmitter.h | 281 virtual void StartMachineBasicBlock(MachineBasicBlock *MBB) = 0; 320 /// MachineBasicBlock, only usable after the label for the MBB has been 323 virtual uintptr_t getMachineBasicBlockAddress(MachineBasicBlock *MBB) const= 0;
|
MachineCodeEmitter.h | 278 virtual void StartMachineBasicBlock(MachineBasicBlock *MBB) = 0; 317 /// MachineBasicBlock, only usable after the label for the MBB has been 320 virtual uintptr_t getMachineBasicBlockAddress(MachineBasicBlock *MBB) const= 0;
|
/libcore/luni/src/test/java/libcore/java/nio/ |
BufferTest.java | 45 MappedByteBuffer mbb = raf.getChannel().map(FileChannel.MapMode.READ_ONLY, 0, 65536); local 52 mbb.get(buf1); 70 MappedByteBuffer mbb = raf.getChannel() local 78 mbb.put(buf1); 80 mbb.position(0); 83 mbb.get(buf2);
|
/external/llvm/lib/CodeGen/ |
InlineSpiller.cpp | 414 // This is an alternative def earlier in the same MBB. 718 MachineBasicBlock *MBB = LIS.getMBBFromIndex(SVI.SpillVNI->def); 721 MII = MBB->SkipPHIsAndLabels(MBB->begin()); 729 TII.storeRegToStackSlot(*MBB, MII, SVI.SpillReg, false, StackSlot, 814 MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def); 815 for (MachineBasicBlock::pred_iterator PI = MBB->pred_begin(), 816 PE = MBB->pred_end(); PI != PE; ++PI) { [all...] |
MachineScheduler.cpp | 229 for (MachineFunction::iterator MBB = MF->begin(), MBBEnd = MF->end(); 230 MBB != MBBEnd; ++MBB) { 232 Scheduler->startBlock(MBB); 239 // MBB->end() for the bottom region. 244 unsigned RemainingInstrs = MBB->size(); 245 for(MachineBasicBlock::iterator RegionEnd = MBB->end(); 246 RegionEnd != MBB->begin(); RegionEnd = Scheduler->begin()) { 249 if (RegionEnd != MBB->end() 250 || TII->isSchedulingBoundary(llvm::prior(RegionEnd), MBB, *MF)) [all...] |
RegAllocPBQP.cpp | 330 const MachineBasicBlock *mbb = &*mbbItr; local 332 for (MachineBasicBlock::const_iterator miItr = mbb->begin(), 333 miEnd = mbb->end(); 353 mbfi->getBlockFreq(mbb));
|
SpillPlacement.h | 81 unsigned Number; ///< Basic block number (from MBB::getNumber()).
|
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.h | 399 MachineBasicBlock *MBB) const; 401 MachineBasicBlock *MBB, bool is64Bit, 404 MachineBasicBlock *MBB, 408 MachineBasicBlock *MBB) const; 411 MachineBasicBlock *MBB) const;
|
/external/llvm/lib/Target/XCore/ |
XCoreAsmPrinter.cpp | 199 MachineBasicBlock *MBB = JTBBs[i]; 202 O << *MBB->getSymbol();
|
/external/guava/guava/src/com/google/common/io/ |
Files.java | 666 MappedByteBuffer mbb = map(raf, mode, size); 668 return mbb; 680 MappedByteBuffer mbb = channel.map(mode, 0, size); 682 return mbb;
|
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.h | 277 MachineBasicBlock *MBB) const; 578 MachineBasicBlock *MBB, 582 MachineBasicBlock *MBB) const; 587 MachineBasicBlock *MBB) const;
|
/external/llvm/lib/Target/Hexagon/ |
HexagonAsmPrinter.h | 37 bool isBlockOnlyReachableByFallthrough(const MachineBasicBlock *MBB) const;
|
/external/llvm/lib/Target/R600/ |
AMDGPUFrameLowering.cpp | 97 MachineBasicBlock &MBB) const {
|
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.h | 65 MachineBasicBlock *MBB) const;
|
/external/llvm/lib/Target/X86/ |
X86ISelLowering.h | 515 const MachineBasicBlock *MBB, unsigned uid, 588 MachineBasicBlock *MBB) const; [all...] |
X86CodeEmitter.cpp | 86 void emitPCRelativeBlockAddress(MachineBasicBlock *MBB); 141 for (MachineFunction::iterator MBB = MF.begin(), E = MF.end(); 142 MBB != E; ++MBB) { 143 MCE.StartMachineBasicBlock(MBB); 144 for (MachineBasicBlock::iterator I = MBB->begin(), E = MBB->end(); 261 void Emitter<CodeEmitter>::emitPCRelativeBlockAddress(MachineBasicBlock *MBB) { 265 X86::reloc_pcrel_word, MBB)); [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_deblocking.c | 268 ASSERT(mb && mb->mbB); 270 if (mb->sliceId != mb->mbB->sliceId) 311 if (mb->mbB && [all...] |
h264bsd_inter_prediction.c | 510 GetInterNeighbour(pMb->sliceId, pMb->mbB, a+1, 10); 593 GetInterNeighbour(pMb->sliceId, pMb->mbB, a+1, 10); 706 GetInterNeighbour(pMb->sliceId, pMb->mbB, a+1, 10); 707 GetInterNeighbour(pMb->sliceId, pMb->mbB, a+2, 14); 744 GetInterNeighbour(pMb->sliceId, pMb->mbB, a+2, 11); 754 GetInterNeighbour(pMb->sliceId, pMb->mbB, a+1, 14); [all...] |