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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp99 MachineBasicBlock *mbb = 0; local
125 if (mi->getParent() != mbb) {
126 mbb = mi->getParent();
127 loop = Loops.getLoopFor(mbb);
128 isExiting = loop ? loop->isLoopExiting(mbb) : false;
138 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.cpp70 void RegScavenger::enterBasicBlock(MachineBasicBlock *mbb) { argument
71 MachineFunction &MF = *mbb->getParent();
100 MBB = mbb;
H A DRegAllocPBQP.cpp329 const MachineBasicBlock *mbb = &*mbbItr; local
331 for (MachineBasicBlock::const_iterator miItr = mbb->begin(),
332 miEnd = mbb->end();
352 mbfi->getBlockFreq(mbb));
H A DRegisterPressure.cpp180 const MachineBasicBlock *mbb,
190 MBB = mbb;
177 init(const MachineFunction *mf, const RegisterClassInfo *rci, const LiveIntervals *lis, const MachineBasicBlock *mbb, MachineBasicBlock::const_iterator pos, bool ShouldTrackUntiedDefs) argument
H A DRegisterCoalescer.cpp2036 MBBPriorityInfo(MachineBasicBlock *mbb, unsigned depth, bool issplit) argument
2037 : MBB(mbb), Depth(depth), IsSplit(issplit) {}
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h200 SlotIndex getMBBStartIdx(const MachineBasicBlock *mbb) const {
201 return Indexes->getMBBStartIdx(mbb);
205 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const {
206 return Indexes->getMBBEndIdx(mbb);
210 const MachineBasicBlock *mbb) const {
211 return LR.liveAt(getMBBStartIdx(mbb));
215 const MachineBasicBlock *mbb) const {
216 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 llvm::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.h1460 explicit BasicBlockSDNode(MachineBasicBlock *mbb) argument
1461 : SDNode(ISD::BasicBlock, 0, DebugLoc(), getSDVTList(MVT::Other)), MBB(mbb)
/freebsd-10-stable/contrib/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,
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h135 InstrEmitter(MachineBasicBlock *mbb, MachineBasicBlock::iterator insertpos);
H A DInstrEmitter.cpp1010 InstrEmitter::InstrEmitter(MachineBasicBlock *mbb,
1012 : MF(mbb->getParent()),
1018 MBB(mbb), InsertPos(insertpos) {
/freebsd-10-stable/crypto/openssl/crypto/
H A Dia64cpuid.S145 { .mbb; add r33=-1,r33 // len--
164 { .mbb; cmp.eq p6,p7=r0,r33
/freebsd-10-stable/crypto/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
/freebsd-10-stable/sys/ia64/ia64/
H A Dexception.S1217 { .mbb

Completed in 260 milliseconds