/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | SlotIndexes.h | 471 SlotIndex getMBBStartIdx(const MachineBasicBlock *mbb) const { 472 return getMBBRange(mbb).first; 481 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const { 482 return getMBBRange(mbb).second; 610 void insertMBBInMaps(MachineBasicBlock *mbb) { 611 assert(mbb != &mbb->getParent()->front() && 613 auto prevMBB = std::prev(MachineFunction::iterator(mbb)); 620 mbb->empty() ? endEntry 621 : getInstructionIndex(mbb->front()).listEntry(); 630 assert(unsigned(mbb->getNumber()) == MBBRanges.size() && [all …]
|
H A D | LiveIntervals.h | 236 SlotIndex getMBBStartIdx(const MachineBasicBlock *mbb) const { in getMBBStartIdx() argument 237 return Indexes->getMBBStartIdx(mbb); in getMBBStartIdx() 241 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const { in getMBBEndIdx() argument 242 return Indexes->getMBBEndIdx(mbb); in getMBBEndIdx() 246 const MachineBasicBlock *mbb) const { in isLiveInToMBB() argument 247 return LR.liveAt(getMBBStartIdx(mbb)); in isLiveInToMBB() 251 const MachineBasicBlock *mbb) const { in isLiveOutOfMBB() argument 252 return LR.liveAt(getMBBEndIdx(mbb).getPrevSlot()); in isLiveOutOfMBB()
|
H A D | RegisterPressure.h | 404 const LiveIntervals *lis, const MachineBasicBlock *mbb,
|
H A D | SelectionDAGNodes.h | 1904 explicit BasicBlockSDNode(MachineBasicBlock *mbb) 1905 : SDNode(ISD::BasicBlock, 0, DebugLoc(), getSDVTList(MVT::Other)), MBB(mbb)
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMConstantPoolValue.cpp | 264 const MachineBasicBlock *mbb, in ARMConstantPoolMBB() argument 270 MBB(mbb) {} in ARMConstantPoolMBB() 273 const MachineBasicBlock *mbb, in Create() argument 276 return new ARMConstantPoolMBB(C, mbb, ID, PCAdj, ARMCP::no_modifier, false); in Create()
|
H A D | ARMConstantPoolValue.h | 248 ARMConstantPoolMBB(LLVMContext &C, const MachineBasicBlock *mbb, unsigned id, 254 const MachineBasicBlock *mbb,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | README-X86-64.txt | 107 JMP mbb<bb2,0x203afb0> 117 %reg1027 = PHI %reg1025, mbb<bb,0x203af10>, 118 %reg1026, mbb<bb1,0x203af60>
|
H A D | README-SSE.txt | 164 JE mbb<cond_next204,0xa914d30> 195 JE mbb<cond_next204,0xa914d30>
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.h | 148 InstrEmitter(const TargetMachine &TM, MachineBasicBlock *mbb,
|
H A D | InstrEmitter.cpp | 1286 InstrEmitter::InstrEmitter(const TargetMachine &TM, MachineBasicBlock *mbb, in InstrEmitter() argument 1288 : MF(mbb->getParent()), MRI(&MF->getRegInfo()), in InstrEmitter() 1291 TLI(MF->getSubtarget().getTargetLowering()), MBB(mbb), in InstrEmitter()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | README.txt | 41 %reg1039 = PHI %reg1070, mbb<bb76.outer,0x8b0c5f0>, %reg1037, mbb<bb27,0x8b0a7c0>
|
H A D | RegisterPressure.cpp | 266 const MachineBasicBlock *mbb, in init() argument 275 MBB = mbb; in init()
|
H A D | RegisterCoalescer.cpp | 3730 MBBPriorityInfo(MachineBasicBlock *mbb, unsigned depth, bool issplit) in MBBPriorityInfo() 3731 : MBB(mbb), Depth(depth), IsSplit(issplit) {} in MBBPriorityInfo()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
H A D | ia64cpuid.S | 155 { .mbb; add r33=-1,r33 // len-- 174 { .mbb; cmp.eq p6,p7=r0,r33
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ |
H A D | ia64cpuid.S | 155 { .mbb; add r33=-1,r33 // len-- 174 { .mbb; cmp.eq p6,p7=r0,r33
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/asm/ |
H A D | ia64.S | 223 { .mbb; nop.b 0x0 267 { .mbb; (p21) st8 [r14]=r42,8 // *(rp++)=r 276 { .mbb; nop.b 0x0
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/ |
H A D | ia64.S | 224 { .mbb; nop.b 0x0 268 { .mbb; (p21) st8 [r14]=r42,8 // *(rp++)=r 277 { .mbb; nop.b 0x0
|
/netbsd-src/sys/arch/ia64/ia64/ |
H A D | exception.S | 1217 { .mbb
|
/netbsd-src/external/gpl3/gdb/dist/opcodes/ |
H A D | ChangeLog-2006 | 3 * m68k-dis.c (print_insn_arg): Add support for cac and mbb.
|
H A D | ChangeLog-2007 | 514 * m68k-dis.c (print_insn_arg): Use %mbo instead of %mbb.
|
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/ |
H A D | ChangeLog-2006 | 3 * m68k-dis.c (print_insn_arg): Add support for cac and mbb.
|
H A D | ChangeLog-2007 | 514 * m68k-dis.c (print_insn_arg): Use %mbo instead of %mbb.
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | ChangeLog-2006 | 3 * m68k-dis.c (print_insn_arg): Add support for cac and mbb.
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | ChangeLog-2006 | 3 * m68k-dis.c (print_insn_arg): Add support for cac and mbb.
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/ia64/ |
H A D | aors_n.asm | 345 }{.mbb; ADDSUB w1 = u1, v1 C M I
|