OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDeadRegState
(Results
1 - 8
of
8
) sorted by null
/external/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp
391
MIB.addReg(D0, RegState::Define |
getDeadRegState
(DstIsDead));
393
MIB.addReg(D1, RegState::Define |
getDeadRegState
(DstIsDead));
395
MIB.addReg(D2, RegState::Define |
getDeadRegState
(DstIsDead));
397
MIB.addReg(D3, RegState::Define |
getDeadRegState
(DstIsDead));
428
MIB.addReg(DstReg, RegState::ImplicitDefine |
getDeadRegState
(DstIsDead));
522
MIB.addReg(D0, RegState::Define |
getDeadRegState
(DstIsDead));
524
MIB.addReg(D1, RegState::Define |
getDeadRegState
(DstIsDead));
526
MIB.addReg(D2, RegState::Define |
getDeadRegState
(DstIsDead));
528
MIB.addReg(D3, RegState::Define |
getDeadRegState
(DstIsDead));
570
MIB.addReg(DstReg, RegState::ImplicitDefine |
getDeadRegState
(DstIsDead))
[
all
...]
ARMBaseInstrInfo.h
334
return MIB.addReg(ARM::CPSR, getDefRegState(true) |
getDeadRegState
(isDead));
MLxExpansionPass.cpp
300
.addReg(DstReg, getDefRegState(true) |
getDeadRegState
(DstDead));
ARMLoadStoreOptimizer.cpp
[
all
...]
/external/llvm/lib/CodeGen/
MachineInstrBundle.cpp
191
MIB.addReg(Reg, getDefRegState(true) |
getDeadRegState
(isDead) |
/external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h
392
inline unsigned
getDeadRegState
(bool B) {
/external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp
196
.addReg(Reg0, RegState::Define |
getDeadRegState
(Reg0IsDead))
[
all
...]
/external/llvm/lib/Target/X86/
X86InstrInfo.cpp
[
all
...]
Completed in 535 milliseconds