HomeSort by relevance Sort by last modified time
    Searched refs:emitMachineBasicBlock (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsCodeEmitter.cpp 98 void emitMachineBasicBlock(MachineBasicBlock *BB, unsigned Reloc) const;
198 emitMachineBasicBlock(MO.getMBB(), getRelocation(MI, MO));
227 void MipsCodeEmitter::emitMachineBasicBlock(MachineBasicBlock *BB,
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMCodeEmitter.cpp 351 void emitMachineBasicBlock(MachineBasicBlock *BB, unsigned Reloc,
427 emitMachineBasicBlock(MO.getMBB(), Reloc);
458 emitMachineBasicBlock(MO.getMBB(), ARM::reloc_arm_branch);
506 /// emitMachineBasicBlock - Emit the specified address basic block.
507 void ARMCodeEmitter::emitMachineBasicBlock(MachineBasicBlock *BB,
    [all...]

Completed in 1036 milliseconds