OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SrcMO
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
ExpandPostRAPseudos.cpp
145
MachineOperand &
SrcMO
= MI->getOperand(1);
147
if (
SrcMO
.getReg() == DstMO.getReg()) {
151
if (
SrcMO
.isUndef() || MI->getNumOperands() > 2) {
165
DstMO.getReg(),
SrcMO
.getReg(),
SrcMO
.isKill());
StrongPHIElimination.cpp
248
MachineOperand &
SrcMO
= BBI->getOperand(i);
249
unsigned SrcReg =
SrcMO
.getReg();
655
MachineOperand &
SrcMO
= PHI->getOperand(i);
659
if (
SrcMO
.isUndef())
662
unsigned SrcReg =
SrcMO
.getReg();
694
unsigned SrcSubReg =
SrcMO
.getSubReg();
722
SrcMO
.setReg(CopyReg);
TwoAddressInstructionPass.cpp
[
all
...]
Completed in 27 milliseconds