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

  /external/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/CodeGen/
ObjectCodeEmitter.cpp 100 /// StartMachineBasicBlock - This should be called by the target when a new
103 void ObjectCodeEmitter::StartMachineBasicBlock(MachineBasicBlock *MBB) {
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsCodeEmitter.cpp 134 MCE.StartMachineBasicBlock(MBB);
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCCodeEmitter.cpp 111 MCE.StartMachineBasicBlock(&MBB);
  /external/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/Target/X86/
X86CodeEmitter.cpp 130 MCE.StartMachineBasicBlock(MBB);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMCodeEmitter.cpp 388 MCE.StartMachineBasicBlock(MBB);
    [all...]

Completed in 412 milliseconds