OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartMachineBasicBlock
(Results
1 - 10
of
10
) 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/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
399
MCE.
StartMachineBasicBlock
(MBB);
[
all
...]
Completed in 156 milliseconds