HomeSort by relevance Sort by last modified time
    Searched refs:mbb (Results 1 - 25 of 31) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
last.s 9 {.mbb
slot2.s 10 {.mbb
14 {.mbb
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k/
fido.s 32 movec %mbb,%d5
33 movec %mbb,%a5
36 movec %d7,%mbb
37 movec %a7,%mbb
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
MappedByteBufferTest.java 217 MappedByteBuffer mbb = ch.map(MapMode.READ_WRITE, 0L, 100L); local
220 mbb.putInt(1, 1);
221 mbb.position(50);
222 mbb.putInt(50);
224 mbb.flip();
225 mbb.get();
226 assertEquals(1, mbb.getInt());
228 mbb.position(50);
229 assertEquals(50, mbb.getInt());
  /external/clang/test/CodeGenCXX/
mangle-ms-back-references.cpp 27 void mbb(bool a, bool b) {} function in struct:S
41 b->mbb(false, false);
42 // CHECK: "\01?mbb@S@@QAEX_N0@Z"
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 146 /// instruction to the end of its MBB.
213 SlotIndex getMBBStartIdx(const MachineBasicBlock *mbb) const {
214 return Indexes->getMBBStartIdx(mbb);
218 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const {
219 return Indexes->getMBBEndIdx(mbb);
223 const MachineBasicBlock *mbb) const {
224 return LR.liveAt(getMBBStartIdx(mbb));
228 const MachineBasicBlock *mbb) const {
229 return LR.liveAt(getMBBEndIdx(mbb).getPrevSlot());
236 void insertMBBInMaps(MachineBasicBlock *MBB) {
    [all...]
SlotIndexes.h 351 /// MBBRanges - Map MBB number to (start, stop) indexes.
355 /// and MBB id.
396 void repairIndexesInRange(MachineBasicBlock *MBB,
447 const MachineBasicBlock *MBB = MI->getParent();
448 assert(MBB && "MI must be inserted inna basic block");
449 MachineBasicBlock::const_iterator I = MI, B = MBB->begin();
452 return getMBBStartIdx(MBB);
464 const MachineBasicBlock *MBB = MI->getParent();
465 assert(MBB && "MI must be inserted inna basic block");
466 MachineBasicBlock::const_iterator I = MI, E = MBB->end()
    [all...]
RegisterScavenging.h 35 MachineBasicBlock *MBB;
72 : MBB(nullptr), NumRegUnits(0), Tracking(false) {}
75 void enterBasicBlock(MachineBasicBlock *mbb);
77 /// Move the internal MBB iterator and update register states.
80 /// Move the internal MBB iterator and update register states until
83 if (!Tracking && MBB->begin() != I) forward();
96 /// Move the internal MBB iterator but do not update register states.
RegisterPressure.h 273 const MachineBasicBlock *MBB;
303 MF(nullptr), TRI(nullptr), RCI(nullptr), LIS(nullptr), MBB(nullptr), P(rp),
307 MF(nullptr), TRI(nullptr), RCI(nullptr), LIS(nullptr), MBB(nullptr), P(rp),
313 const LiveIntervals *lis, const MachineBasicBlock *mbb,
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 134 MachineBasicBlock *mbb = nullptr; local
164 if (mi->getParent() != mbb) {
165 mbb = mi->getParent();
166 loop = Loops.getLoopFor(mbb);
167 isExiting = loop ? loop->isLoopExiting(mbb) : false;
177 if (writes && isExiting && LIS.isLiveOutOfMBB(li, mbb))
SlotIndexes.cpp 45 // Iterate over all MBBs, and within each MBB all MIs, keeping the MI
59 "Index -> MBB mapping non-empty at initial numbering?");
61 "MBB -> Index mapping non-empty at initial numbering?");
74 MachineBasicBlock *mbb = &*mbbItr; local
76 // Insert an index for the MBB start.
79 for (MachineBasicBlock::iterator miItr = mbb->begin(), miEnd = mbb->end();
96 MBBRanges[mbb->getNumber()].first = blockStartIndex;
97 MBBRanges[mbb->getNumber()].second = SlotIndex(&indexList.back(),
99 idx2MBBMap.push_back(IdxMBBPair(blockStartIndex, mbb));
    [all...]
RegisterScavenging.cpp 52 if (!MBB)
56 for (const auto &LI : MBB->liveins())
60 const MachineFunction &MF = *MBB->getParent();
66 void RegScavenger::enterBasicBlock(MachineBasicBlock *mbb) {
67 MachineFunction &MF = *mbb->getParent();
81 if (!MBB) {
89 MBB = mbb;
161 if (MBBI == MBB->begin()) {
171 MBBI = MBB->begin()
    [all...]
RegisterPressure.cpp 181 MBB = nullptr;
203 const MachineBasicBlock *mbb,
213 MBB = mbb;
250 while (IdxPos != MBB->end() && IdxPos->isDebugValue())
252 if (IdxPos == MBB->end())
253 return LIS->getMBBEndIdx(MBB);
520 assert(CurrPos != MBB->begin());
531 while (CurrPos != MBB->begin() && CurrPos->isDebugValue());
594 assert(CurrPos != MBB->end())
    [all...]
RegisterCoalescer.cpp 135 /// Coalesce copies in the specified MBB, putting
137 void copyCoalesceInMBB(MachineBasicBlock *MBB);
292 static bool isSplitEdge(const MachineBasicBlock *MBB) {
293 if (MBB->pred_size() != 1 || MBB->succ_size() != 1)
296 for (const auto &MI : *MBB) {
709 MachineBasicBlock *MBB = DefMI->getParent();
721 MBB->insert(Pos, NewMI);
722 MBB->erase(DefMI);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.cpp 227 const MachineBasicBlock *mbb,
233 MBB(mbb) {}
236 const MachineBasicBlock *mbb,
239 return new ARMConstantPoolMBB(C, mbb, ID, PCAdj, ARMCP::no_modifier, false);
249 return ACPMBB && ACPMBB->MBB == MBB &&
254 ID.AddPointer(MBB);
259 O << "BB#" << MBB->getNumber();
ARMConstantPoolValue.h 221 const MachineBasicBlock *MBB; // Machine basic block.
223 ARMConstantPoolMBB(LLVMContext &C, const MachineBasicBlock *mbb, unsigned id,
229 const MachineBasicBlock *mbb,
232 const MachineBasicBlock *getMBB() const { return MBB; }
250 return MBB == A->MBB && ARMConstantPoolValue::equals(A);
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
LoaderRaw.java 114 MappedByteBuffer mbb = inputStream.getChannel().map(FileChannel.MapMode.READ_ONLY, local
117 mbb.asShortBuffer().get(slice);
119 mbb = null;
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.h 36 MachineBasicBlock *MBB;
127 MachineBasicBlock *getBlock() { return MBB; }
134 InstrEmitter(MachineBasicBlock *mbb, MachineBasicBlock::iterator insertpos);
InstrEmitter.cpp 176 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY),
296 BuildMI(*MBB, InsertPos, Op.getDebugLoc(),
338 BuildMI(*MBB, InsertPos, Op.getNode()->getDebugLoc(),
461 BuildMI(*MBB, InsertPos, DL, TII->get(TargetOpcode::COPY), NewReg)
508 BuildMI(*MBB, InsertPos, Node->getDebugLoc(),
524 BuildMI(*MBB, InsertPos, Node->getDebugLoc(),
571 MBB->insert(InsertPos, MIB);
595 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY),
639 MBB->insert(InsertPos, MIB);
    [all...]
  /external/libunwind/tests/
ia64-test-stack-asm.S 95 { .mbb
168 { .mbb
ia64-test-rbs-asm.S 219 { .mbb
  /libcore/luni/src/test/java/libcore/java/nio/
BufferTest.java 67 MappedByteBuffer mbb = raf.getChannel().map(FileChannel.MapMode.READ_ONLY, 0, 65536); local
74 mbb.get(buf1);
92 MappedByteBuffer mbb = raf.getChannel() local
100 mbb.put(buf1);
102 mbb.position(0);
105 mbb.get(buf2);
    [all...]
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 

Completed in 6040 milliseconds

1 2