OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CloneMachineInstr
(Results
1 - 19
of
19
) sorted by null
/external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetInstrInfoImpl.cpp
207
MachineInstr *MI = MBB.getParent()->
CloneMachineInstr
(Orig);
223
return MF.
CloneMachineInstr
(Orig);
MachineFunction.cpp
161
///
CloneMachineInstr
- Create a new MachineInstr which is a copy of the
166
MachineFunction::
CloneMachineInstr
(const MachineInstr *Orig) {
IfConversion.cpp
[
all
...]
LiveIntervalAnalysis.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineFunction.h
352
///
CloneMachineInstr
- Create a new MachineInstr which is a copy of the
358
MachineInstr *
CloneMachineInstr
(const MachineInstr *Orig);
/external/llvm/lib/CodeGen/
TargetInstrInfo.cpp
173
CommutedMI = MF.
CloneMachineInstr
(&MI);
380
MachineInstr *MI = MBB.getParent()->
CloneMachineInstr
(&Orig);
394
return MF.
CloneMachineInstr
(&Orig);
[
all
...]
MachineFunction.cpp
260
MachineFunction::
CloneMachineInstr
(const MachineInstr *Orig) {
[
all
...]
MachinePipeliner.cpp
[
all
...]
IfConversion.cpp
[
all
...]
/external/llvm/include/llvm/CodeGen/
MachineFunction.h
508
///
CloneMachineInstr
- Create a new MachineInstr which is a copy of the
514
MachineInstr *
CloneMachineInstr
(const MachineInstr *Orig);
/external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp
58
MachineInstr *EarlierMI = MF.
CloneMachineInstr
(&*MI);
172
MachineInstr *Ear1MI = MF.
CloneMachineInstr
(MI);
178
MachineInstr *SllgMI = MF.
CloneMachineInstr
(MI);
184
MachineInstr *Ear2MI = MF.
CloneMachineInstr
(MI);
[
all
...]
/external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp
290
MIBundleBuilder(I->second).append(MF->
CloneMachineInstr
(&*Filler));
293
I->first->insert(I->first->end(), MF->
CloneMachineInstr
(&*Filler));
/external/llvm/lib/CodeGen/GlobalISel/
RegBankSelect.cpp
145
CurMI = MIRBuilder.getMF().
CloneMachineInstr
(MI);
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/X86/
X86InstrInfo.cpp
[
all
...]
/external/llvm/lib/Target/AMDGPU/
AMDILCFGStructurizer.cpp
664
NewMBB->push_back(Func->
CloneMachineInstr
(&It));
[
all
...]
/external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseInstrInfo.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86InstrInfo.cpp
[
all
...]
/external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp
[
all
...]
Completed in 333 milliseconds