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

  /external/llvm/include/llvm/CodeGen/
ObjectCodeEmitter.h 36 /// It is filled in by the StartMachineBasicBlock callback and queried by
130 /// StartMachineBasicBlock - This should be called by the target when a new
133 virtual void StartMachineBasicBlock(MachineBasicBlock *MBB);
MachineCodeEmitter.h 273 /// StartMachineBasicBlock - This should be called by the target when a new
276 virtual void StartMachineBasicBlock(MachineBasicBlock *MBB) = 0;
JITCodeEmitter.h 278 /// StartMachineBasicBlock - This should be called by the target when a new
281 virtual void StartMachineBasicBlock(MachineBasicBlock *MBB) = 0;
  /external/llvm/lib/CodeGen/
ObjectCodeEmitter.cpp 100 /// StartMachineBasicBlock - This should be called by the target when a new
103 void ObjectCodeEmitter::StartMachineBasicBlock(MachineBasicBlock *MBB) {
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 134 MCE.StartMachineBasicBlock(MBB);
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 111 MCE.StartMachineBasicBlock(&MBB);
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.h 95 // by the StartMachineBasicBlock callback and queried by the
199 virtual void StartMachineBasicBlock(llvm::MachineBasicBlock *MBB);
CodeEmitter.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 297 /// It is filled in by the StartMachineBasicBlock callback and queried by
421 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 403 MCE.StartMachineBasicBlock(MBB);
    [all...]

Completed in 352 milliseconds