Home
last modified time | relevance | path

Searched refs:mbb (Results 1 – 18 of 18) sorted by relevance

/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h200 SlotIndex getMBBStartIdx(const MachineBasicBlock *mbb) const { in getMBBStartIdx() argument
201 return Indexes->getMBBStartIdx(mbb); in getMBBStartIdx()
205 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const { in getMBBEndIdx() argument
206 return Indexes->getMBBEndIdx(mbb); in getMBBEndIdx()
210 const MachineBasicBlock *mbb) const { in isLiveInToMBB() argument
211 return LR.liveAt(getMBBStartIdx(mbb)); in isLiveInToMBB()
215 const MachineBasicBlock *mbb) const { in isLiveOutOfMBB() argument
216 return LR.liveAt(getMBBEndIdx(mbb).getPrevSlot()); in isLiveOutOfMBB()
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->getNumber()) == MBBRanges.size() &&
[all …]
DRegisterScavenging.h80 void enterBasicBlock(MachineBasicBlock *mbb);
DRegisterPressure.h298 const LiveIntervals *lis, const MachineBasicBlock *mbb,
DSelectionDAGNodes.h1460 explicit BasicBlockSDNode(MachineBasicBlock *mbb)
1461 : SDNode(ISD::BasicBlock, 0, DebugLoc(), getSDVTList(MVT::Other)), MBB(mbb)
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DCalcSpillWeights.cpp99 MachineBasicBlock *mbb = 0; in calculateSpillWeightAndHint() local
125 if (mi->getParent() != mbb) { in calculateSpillWeightAndHint()
126 mbb = mi->getParent(); in calculateSpillWeightAndHint()
127 loop = Loops.getLoopFor(mbb); in calculateSpillWeightAndHint()
128 isExiting = loop ? loop->isLoopExiting(mbb) : false; in calculateSpillWeightAndHint()
138 if (writes && isExiting && LIS.isLiveOutOfMBB(li, mbb)) in calculateSpillWeightAndHint()
DSlotIndexes.cpp74 MachineBasicBlock *mbb = &*mbbItr; in runOnMachineFunction() local
79 for (MachineBasicBlock::iterator miItr = mbb->begin(), miEnd = mbb->end(); in runOnMachineFunction()
96 MBBRanges[mbb->getNumber()].first = blockStartIndex; in runOnMachineFunction()
97 MBBRanges[mbb->getNumber()].second = SlotIndex(&indexList.back(), in runOnMachineFunction()
99 idx2MBBMap.push_back(IdxMBBPair(blockStartIndex, mbb)); in runOnMachineFunction()
DRegisterScavenging.cpp70 void RegScavenger::enterBasicBlock(MachineBasicBlock *mbb) { in enterBasicBlock() argument
71 MachineFunction &MF = *mbb->getParent(); in enterBasicBlock()
100 MBB = mbb; in enterBasicBlock()
DRegAllocPBQP.cpp329 const MachineBasicBlock *mbb = &*mbbItr; in build() local
331 for (MachineBasicBlock::const_iterator miItr = mbb->begin(), in build()
332 miEnd = mbb->end(); in build()
352 mbfi->getBlockFreq(mbb)); in build()
DRegisterPressure.cpp180 const MachineBasicBlock *mbb, in init() argument
190 MBB = mbb; in init()
DRegisterCoalescer.cpp2036 MBBPriorityInfo(MachineBasicBlock *mbb, unsigned depth, bool issplit) in MBBPriorityInfo()
2037 : MBB(mbb), Depth(depth), IsSplit(issplit) {} in MBBPriorityInfo()
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/
DARMConstantPoolValue.cpp228 const MachineBasicBlock *mbb, in ARMConstantPoolMBB() argument
234 MBB(mbb) {} in ARMConstantPoolMBB()
237 const MachineBasicBlock *mbb, in Create() argument
240 return new ARMConstantPoolMBB(C, mbb, ID, PCAdj, ARMCP::no_modifier, false); in Create()
DARMConstantPoolValue.h226 ARMConstantPoolMBB(LLVMContext &C, const MachineBasicBlock *mbb, unsigned id,
232 const MachineBasicBlock *mbb,
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.h135 InstrEmitter(MachineBasicBlock *mbb, MachineBasicBlock::iterator insertpos);
DInstrEmitter.cpp1010 InstrEmitter::InstrEmitter(MachineBasicBlock *mbb, in InstrEmitter() argument
1012 : MF(mbb->getParent()), in InstrEmitter()
1018 MBB(mbb), InsertPos(insertpos) { in InstrEmitter()
/freebsd-9-stable/crypto/openssl/crypto/bn/asm/
Dia64.S214 { .mbb; nop.b 0x0
258 { .mbb; (p21) st8 [r14]=r42,8 // *(rp++)=r
267 { .mbb; nop.b 0x0
/freebsd-9-stable/sys/ia64/ia64/
Dexception.S1093 { .mbb
/freebsd-9-stable/contrib/binutils/opcodes/
DChangeLog-20063 * m68k-dis.c (print_insn_arg): Add support for cac and mbb.