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/ |
D | MCInstrDesc.h | 603 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/ |
D | HexagonExpandCondsets.cpp | 496 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/ |
D | MachineInstr.cpp | 108 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/ |
D | MIParser.cpp | 1155 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/ |
D | PPCInstrInfo.cpp | 1970 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()
|