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

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h193 SlotIndex getMBBStartIdx(const MachineBasicBlock *mbb) const {
194 return Indexes->getMBBStartIdx(mbb);
198 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const {
199 return Indexes->getMBBEndIdx(mbb);
203 const MachineBasicBlock *mbb) const {
204 return li.liveAt(getMBBStartIdx(mbb));
208 const MachineBasicBlock *mbb) const {
209 return li.liveAt(getMBBEndIdx(mbb).getPrevSlot());
H A DSlotIndexes.h484 SlotIndex getMBBStartIdx(const MachineBasicBlock *mbb) const {
485 return getMBBRange(mbb).first;
494 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const {
495 return getMBBRange(mbb).second;
632 void insertMBBInMaps(MachineBasicBlock *mbb) {
634 llvm::next(MachineFunction::iterator(mbb));
639 if (nextMBB == mbb->getParent()->end()) {
652 MachineFunction::iterator prevMBB(mbb);
653 assert(prevMBB != mbb->getParent()->end() &&
658 assert(unsigned(mbb
[all...]
H A DRegisterScavenging.h80 void enterBasicBlock(MachineBasicBlock *mbb);
H A DRegisterPressure.h205 const LiveIntervals *lis, const MachineBasicBlock *mbb,
H A DSelectionDAGNodes.h1369 explicit BasicBlockSDNode(MachineBasicBlock *mbb) argument
1370 : SDNode(ISD::BasicBlock, DebugLoc(), getSDVTList(MVT::Other)), MBB(mbb) {
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp113 MachineBasicBlock *mbb = 0; local
140 if (mi->getParent() != mbb) {
141 mbb = mi->getParent();
142 loop = Loops.getLoopFor(mbb);
144 isExiting = loop ? loop->isLoopExiting(mbb) : false;
153 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.cpp330 const MachineBasicBlock *mbb = &*mbbItr; local
332 for (MachineBasicBlock::const_iterator miItr = mbb->begin(),
333 miEnd = mbb->end();
353 loopInfo->getLoopDepth(mbb));
H A DRegisterPressure.cpp202 const MachineBasicBlock *mbb,
209 MBB = mbb;
199 init(const MachineFunction *mf, const RegisterClassInfo *rci, const LiveIntervals *lis, const MachineBasicBlock *mbb, MachineBasicBlock::const_iterator pos) argument
H A DRegisterCoalescer.cpp1979 MBBPriorityInfo(MachineBasicBlock *mbb, unsigned depth, bool issplit) argument
1980 : MBB(mbb), Depth(depth), IsSplit(issplit) {}
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp257 const MachineBasicBlock *mbb,
263 MBB(mbb) {}
266 const MachineBasicBlock *mbb,
269 return new ARMConstantPoolMBB(C, mbb, ID, PCAdj, ARMCP::no_modifier, false);
256 ARMConstantPoolMBB(LLVMContext &C, const MachineBasicBlock *mbb, unsigned id, unsigned char PCAdj, ARMCP::ARMCPModifier Modifier, bool AddCurrentAddress) argument
265 Create(LLVMContext &C, const MachineBasicBlock *mbb, unsigned ID, unsigned char PCAdj) argument
H A DARMConstantPoolValue.h197 ARMConstantPoolMBB(LLVMContext &C, const MachineBasicBlock *mbb, unsigned id,
203 const MachineBasicBlock *mbb,
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h135 InstrEmitter(MachineBasicBlock *mbb, MachineBasicBlock::iterator insertpos);
H A DInstrEmitter.cpp973 InstrEmitter::InstrEmitter(MachineBasicBlock *mbb,
975 : MF(mbb->getParent()),
981 MBB(mbb), InsertPos(insertpos) {
/freebsd-10.0-release/crypto/openssl/crypto/
H A Dia64cpuid.S145 { .mbb; add r33=-1,r33 // len--
164 { .mbb; cmp.eq p6,p7=r0,r33
/freebsd-10.0-release/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.0-release/sys/ia64/ia64/
H A Dexception.S1093 { .mbb

Completed in 124 milliseconds