Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h603 if (const MCPhysReg *ImpUses = ImplicitUses) in hasImplicitUseOfPhysReg() local
604 for (; *ImpUses; ++ImpUses) in hasImplicitUseOfPhysReg()
605 if (*ImpUses == Reg) in hasImplicitUseOfPhysReg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp496 std::map<RegisterRef,unsigned> ImpUses; in updateDeadsInRange() local
505 ImpUses.insert({Op, i}); in updateDeadsInRange()
513 ImpUses.erase(Op); in updateDeadsInRange()
516 if (ImpUses.empty()) in updateDeadsInRange()
519 for (std::pair<RegisterRef, unsigned> P : ImpUses) { in updateDeadsInRange()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp108 for (const MCPhysReg *ImpUses = MCID->getImplicitUses(); *ImpUses; in addImplicitDefUseOperands() local
109 ++ImpUses) in addImplicitDefUseOperands()
110 addOperand(MF, MachineOperand::CreateReg(*ImpUses, false, true)); in addImplicitDefUseOperands()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1155 for (const MCPhysReg *ImpUses = MCID.getImplicitUses(); *ImpUses; ++ImpUses) in verifyImplicitOperands() local
1157 MachineOperand::CreateReg(*ImpUses, false, true)); in verifyImplicitOperands()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp1970 for (const MCPhysReg *ImpUses = NewDesc.getImplicitUses(); in optimizeCompareInstr() local
1971 *ImpUses; ++ImpUses) in optimizeCompareInstr()
1972 if (!MI->readsRegister(*ImpUses)) in optimizeCompareInstr()
1974 MachineOperand::CreateReg(*ImpUses, false, true)); in optimizeCompareInstr()