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 278 /// StartMachineBasicBlock - This should be called by the target when a new
281 virtual void StartMachineBasicBlock(MachineBasicBlock *MBB) = 0;
MachineCodeEmitter.h 275 /// StartMachineBasicBlock - This should be called by the target when a new
278 virtual void StartMachineBasicBlock(MachineBasicBlock *MBB) = 0;
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 115 MCE.StartMachineBasicBlock(&MBB);
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 150 MCE.StartMachineBasicBlock(MBB);
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 300 /// It is filled in by the StartMachineBasicBlock callback and queried by
407 virtual void StartMachineBasicBlock(MachineBasicBlock *MBB) {
    [all...]
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 143 MCE.StartMachineBasicBlock(MBB);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 423 MCE.StartMachineBasicBlock(MBB);
    [all...]

Completed in 132 milliseconds