Searched defs:emitMachineBasicBlock (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp98 void emitMachineBasicBlock(MachineBasicBlock *BB, unsigned Reloc) const;
195 emitMachineBasicBlock(MO.getMBB(), getRelocation(MI, MO));
234 emitMachineBasicBlock(MO.getMBB(), getRelocation(MI, MO));
306 emitMachineBasicBlock(MO.getMBB(), getRelocation(MI, MO));
336 void MipsCodeEmitter::emitMachineBasicBlock(MachineBasicBlock *BB, function in class:MipsCodeEmitter
/external/llvm/lib/Target/Sparc/
H A DSparcCodeEmitter.cpp93 void emitMachineBasicBlock(MachineBasicBlock *BB, unsigned Reloc) const;
190 emitMachineBasicBlock(MO.getMBB(), getRelocation(MI, MO));
266 void SparcCodeEmitter::emitMachineBasicBlock(MachineBasicBlock *BB, function in class:SparcCodeEmitter
/external/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp345 void emitMachineBasicBlock(MachineBasicBlock *BB, unsigned Reloc,
430 emitMachineBasicBlock(MO.getMBB(), Reloc);
461 emitMachineBasicBlock(MO.getMBB(), ARM::reloc_arm_branch);
509 /// emitMachineBasicBlock - Emit the specified address basic block.
510 void ARMCodeEmitter::emitMachineBasicBlock(MachineBasicBlock *BB, function in class:ARMCodeEmitter
1497 emitMachineBasicBlock(MBBs[i], ARM::reloc_arm_pic_jt, JTBase);
1500 emitMachineBasicBlock(MBBs[i], ARM::reloc_arm_absolute);

Completed in 1610 milliseconds