Home
last modified time | relevance | path

Searched refs:ImpUses (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
DMCInstrDesc.h538 if (const uint16_t *ImpUses = ImplicitUses) in hasImplicitUseOfPhysReg() local
539 for (; *ImpUses; ++ImpUses) in hasImplicitUseOfPhysReg()
540 if (*ImpUses == Reg) return true; in hasImplicitUseOfPhysReg()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp542 for (const uint16_t *ImpUses = MCID->getImplicitUses(); *ImpUses; ++ImpUses) in addImplicitDefUseOperands() local
543 addOperand(MF, MachineOperand::CreateReg(*ImpUses, false, true)); in addImplicitDefUseOperands()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp1562 for (const uint16_t *ImpUses = NewDesc.getImplicitUses(); in optimizeCompareInstr() local
1563 *ImpUses; ++ImpUses) in optimizeCompareInstr()
1564 if (!MI->readsRegister(*ImpUses)) in optimizeCompareInstr()
1566 MachineOperand::CreateReg(*ImpUses, false, true)); in optimizeCompareInstr()