| /freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/ |
| D | LiveIntervalAnalysis.h | 200 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()
|
| D | SlotIndexes.h | 491 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 …]
|
| D | RegisterScavenging.h | 80 void enterBasicBlock(MachineBasicBlock *mbb);
|
| D | RegisterPressure.h | 298 const LiveIntervals *lis, const MachineBasicBlock *mbb,
|
| D | SelectionDAGNodes.h | 1460 explicit BasicBlockSDNode(MachineBasicBlock *mbb) 1461 : SDNode(ISD::BasicBlock, 0, DebugLoc(), getSDVTList(MVT::Other)), MBB(mbb)
|
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/ |
| D | CalcSpillWeights.cpp | 99 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()
|
| D | SlotIndexes.cpp | 74 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()
|
| D | RegisterScavenging.cpp | 70 void RegScavenger::enterBasicBlock(MachineBasicBlock *mbb) { in enterBasicBlock() argument 71 MachineFunction &MF = *mbb->getParent(); in enterBasicBlock() 100 MBB = mbb; in enterBasicBlock()
|
| D | RegAllocPBQP.cpp | 329 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()
|
| D | RegisterPressure.cpp | 180 const MachineBasicBlock *mbb, in init() argument 190 MBB = mbb; in init()
|
| D | RegisterCoalescer.cpp | 2036 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/ |
| D | ARMConstantPoolValue.cpp | 228 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()
|
| D | ARMConstantPoolValue.h | 226 ARMConstantPoolMBB(LLVMContext &C, const MachineBasicBlock *mbb, unsigned id, 232 const MachineBasicBlock *mbb,
|
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | InstrEmitter.h | 135 InstrEmitter(MachineBasicBlock *mbb, MachineBasicBlock::iterator insertpos);
|
| D | InstrEmitter.cpp | 1010 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/ |
| D | ia64.S | 214 { .mbb; nop.b 0x0 258 { .mbb; (p21) st8 [r14]=r42,8 // *(rp++)=r 267 { .mbb; nop.b 0x0
|
| /freebsd-9-stable/sys/ia64/ia64/ |
| D | exception.S | 1093 { .mbb
|
| /freebsd-9-stable/contrib/binutils/opcodes/ |
| D | ChangeLog-2006 | 3 * m68k-dis.c (print_insn_arg): Add support for cac and mbb.
|