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

  /external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h 279 /// StartMachineBasicBlock - This should be called by the target when a new
282 virtual void StartMachineBasicBlock(MachineBasicBlock *MBB) = 0;
MachineCodeEmitter.h 276 /// StartMachineBasicBlock - This should be called by the target when a new
279 virtual void StartMachineBasicBlock(MachineBasicBlock *MBB) = 0;
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 111 MCE.StartMachineBasicBlock(&MBB);
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 147 MCE.StartMachineBasicBlock(MBB);
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 296 /// It is filled in by the StartMachineBasicBlock callback and queried by
417 virtual void StartMachineBasicBlock(MachineBasicBlock *MBB) {
    [all...]
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 130 MCE.StartMachineBasicBlock(MBB);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 405 MCE.StartMachineBasicBlock(MBB);
    [all...]

Completed in 84 milliseconds