Searched refs:mbb (Results 1 - 25 of 25) sorted by relevance

/external/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp99 MachineBasicBlock *mbb = nullptr; local
127 if (mi->getParent() != mbb) {
128 mbb = mi->getParent();
129 loop = Loops.getLoopFor(mbb);
130 isExiting = loop ? loop->isLoopExiting(mbb) : false;
140 if (writes && isExiting && LIS.isLiveOutOfMBB(li, mbb))
H A DSlotIndexes.cpp74 MachineBasicBlock *mbb = &*mbbItr; local
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));
H A DRegisterScavenging.cpp71 void RegScavenger::enterBasicBlock(MachineBasicBlock *mbb) { argument
72 MachineFunction &MF = *mbb->getParent();
101 MBB = mbb;
H A DRegAllocPBQP.cpp324 for (const auto &mbb : *mf) {
325 for (const auto &mi : mbb) {
H A DRegisterPressure.cpp181 const MachineBasicBlock *mbb,
191 MBB = mbb;
178 init(const MachineFunction *mf, const RegisterClassInfo *rci, const LiveIntervals *lis, const MachineBasicBlock *mbb, MachineBasicBlock::const_iterator pos, bool ShouldTrackUntiedDefs) argument
H A DRegisterCoalescer.cpp2051 MBBPriorityInfo(MachineBasicBlock *mbb, unsigned depth, bool issplit) argument
2052 : MBB(mbb), Depth(depth), IsSplit(issplit) {}
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-back-references.cpp27 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/
H A DLiveIntervalAnalysis.h214 SlotIndex getMBBStartIdx(const MachineBasicBlock *mbb) const {
215 return Indexes->getMBBStartIdx(mbb);
219 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const {
220 return Indexes->getMBBEndIdx(mbb);
224 const MachineBasicBlock *mbb) const {
225 return LR.liveAt(getMBBStartIdx(mbb));
229 const MachineBasicBlock *mbb) const {
230 return LR.liveAt(getMBBEndIdx(mbb).getPrevSlot());
H A DSlotIndexes.h491 SlotIndex getMBBStartIdx(const MachineBasicBlock *mbb) const {
492 return getMBBRange(mbb).first;
501 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const {
502 return getMBBRange(mbb).second;
639 void insertMBBInMaps(MachineBasicBlock *mbb) {
641 std::next(MachineFunction::iterator(mbb));
646 if (nextMBB == mbb->getParent()->end()) {
659 MachineFunction::iterator prevMBB(mbb);
660 assert(prevMBB != mbb->getParent()->end() &&
665 assert(unsigned(mbb
[all...]
H A DRegisterScavenging.h80 void enterBasicBlock(MachineBasicBlock *mbb);
H A DRegisterPressure.h298 const LiveIntervals *lis, const MachineBasicBlock *mbb,
H A DSelectionDAGNodes.h1555 explicit BasicBlockSDNode(MachineBasicBlock *mbb) argument
1556 : SDNode(ISD::BasicBlock, 0, DebugLoc(), getSDVTList(MVT::Other)), MBB(mbb)
/external/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp228 const MachineBasicBlock *mbb,
234 MBB(mbb) {}
237 const MachineBasicBlock *mbb,
240 return new ARMConstantPoolMBB(C, mbb, ID, PCAdj, ARMCP::no_modifier, false);
227 ARMConstantPoolMBB(LLVMContext &C, const MachineBasicBlock *mbb, unsigned id, unsigned char PCAdj, ARMCP::ARMCPModifier Modifier, bool AddCurrentAddress) argument
236 Create(LLVMContext &C, const MachineBasicBlock *mbb, unsigned ID, unsigned char PCAdj) argument
H A DARMConstantPoolValue.h226 ARMConstantPoolMBB(LLVMContext &C, const MachineBasicBlock *mbb, unsigned id,
232 const MachineBasicBlock *mbb,
/external/guava/guava/src/com/google/common/io/
H A DFiles.java666 MappedByteBuffer mbb = map(raf, mode, size);
668 return mbb;
680 MappedByteBuffer mbb = channel.map(mode, 0, size);
682 return mbb;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h135 InstrEmitter(MachineBasicBlock *mbb, MachineBasicBlock::iterator insertpos);
H A DInstrEmitter.cpp1014 InstrEmitter::InstrEmitter(MachineBasicBlock *mbb,
1016 : MF(mbb->getParent()),
1022 MBB(mbb), InsertPos(insertpos) {
/external/libunwind/tests/
H A Dia64-test-stack-asm.S95 { .mbb
168 { .mbb
H A Dia64-test-rbs-asm.S219 { .mbb
/external/openssl/crypto/
H A Dia64cpuid.S145 { .mbb; add r33=-1,r33 // len--
164 { .mbb; cmp.eq p6,p7=r0,r33
/external/linux-tools-perf/perf-3.12.0/arch/ia64/lib/
H A Dmemset.S117 } { .mbb
191 { .mbb
/external/openssl/crypto/bn/asm/
H A Dia64.S214 { .mbb; nop.b 0x0
258 { .mbb; (p21) st8 [r14]=r42,8 // *(rp++)=r
267 { .mbb; nop.b 0x0
H A Dia64-mont.pl303 { .mbb; add lc=4,lc
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 3005 milliseconds