OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:insertNoop
(Results
1 - 11
of
11
) sorted by null
/external/llvm/lib/CodeGen/
ScheduleDAGEmit.cpp
32
TII->
insertNoop
(*BB, InsertPos);
/external/llvm/lib/Target/Alpha/
AlphaInstrInfo.h
66
void
insertNoop
(MachineBasicBlock &MBB,
AlphaInstrInfo.cpp
320
void AlphaInstrInfo::
insertNoop
(MachineBasicBlock &MBB,
/external/llvm/lib/Target/Mips/
MipsInstrInfo.h
148
virtual void
insertNoop
(MachineBasicBlock &MBB,
MipsInstrInfo.cpp
83
///
insertNoop
- If data hazard condition is found insert the target nop
86
insertNoop
(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI) const
/external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h
101
virtual void
insertNoop
(MachineBasicBlock &MBB,
PPCInstrInfo.cpp
162
void PPCInstrInfo::
insertNoop
(MachineBasicBlock &MBB,
/external/llvm/lib/Target/MBlaze/
MBlazeInstrInfo.h
284
virtual void
insertNoop
(MachineBasicBlock &MBB,
MBlazeInstrInfo.cpp
75
///
insertNoop
- If data hazard condition is found insert the target nop
78
insertNoop
(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI) const {
/external/llvm/lib/Target/
TargetInstrInfo.cpp
124
///
insertNoop
- Insert a noop into the instruction stream at the specified
126
void TargetInstrInfo::
insertNoop
(MachineBasicBlock &MBB,
128
llvm_unreachable("Target didn't implement
insertNoop
!");
/external/llvm/include/llvm/Target/
TargetInstrInfo.h
508
///
insertNoop
- Insert a noop into the instruction stream at the specified
510
virtual void
insertNoop
(MachineBasicBlock &MBB,
[
all
...]
Completed in 78 milliseconds