Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCInstrDesc.h512 if (const MCPhysReg *ImpUses = ImplicitUses) in hasImplicitUseOfPhysReg() local
513 for (; *ImpUses; ++ImpUses) in hasImplicitUseOfPhysReg()
514 if (*ImpUses == Reg) in hasImplicitUseOfPhysReg()
/external/llvm-project/llvm/include/llvm/MC/
DMCInstrDesc.h588 if (const MCPhysReg *ImpUses = ImplicitUses) in hasImplicitUseOfPhysReg() local
589 for (; *ImpUses; ++ImpUses) in hasImplicitUseOfPhysReg()
590 if (*ImpUses == Reg) in hasImplicitUseOfPhysReg()
/external/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()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCodeEmitter.cpp384 for (const MCPhysReg *ImpUses = MCID.getImplicitUses(); *ImpUses; in getFixupNoBits() local
385 ++ImpUses) { in getFixupNoBits()
386 if (*ImpUses != Hexagon::GP) in getFixupNoBits()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp497 std::map<RegisterRef,unsigned> ImpUses; in updateDeadsInRange() local
506 ImpUses.insert({Op, i}); in updateDeadsInRange()
514 ImpUses.erase(Op); in updateDeadsInRange()
517 if (ImpUses.empty()) in updateDeadsInRange()
520 for (std::pair<RegisterRef, unsigned> P : ImpUses) { in updateDeadsInRange()
/external/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()
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp517 std::set<RegisterRef> ImpUses; in updateDeadsInRange() local
520 ImpUses.insert(Op); in updateDeadsInRange()
521 for (RegisterRef R : ImpUses) in updateDeadsInRange()
DRDFGraph.cpp1193 RegisterSet ImpUses, ImpDefs; in buildStmt() local
1199 ImpUses.insert({R, 0}); in buildStmt()
1261 if (Implicit && !TakeImplicit && !ImpUses.count(RR)) in buildStmt()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp1788 for (const MCPhysReg *ImpUses = NewDesc.getImplicitUses(); in optimizeCompareInstr() local
1789 *ImpUses; ++ImpUses) in optimizeCompareInstr()
1790 if (!MI->readsRegister(*ImpUses)) in optimizeCompareInstr()
1792 MachineOperand::CreateReg(*ImpUses, false, true)); in optimizeCompareInstr()
/external/llvm-project/llvm/lib/CodeGen/
DMachineInstr.cpp110 for (const MCPhysReg *ImpUses = MCID->getImplicitUses(); *ImpUses; in addImplicitDefUseOperands() local
111 ++ImpUses) in addImplicitDefUseOperands()
112 addOperand(MF, MachineOperand::CreateReg(*ImpUses, false, true)); in addImplicitDefUseOperands()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp644 for (const MCPhysReg *ImpUses = MCID->getImplicitUses(); *ImpUses; in addImplicitDefUseOperands() local
645 ++ImpUses) in addImplicitDefUseOperands()
646 addOperand(MF, MachineOperand::CreateReg(*ImpUses, false, true)); in addImplicitDefUseOperands()
/external/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()
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp772 for (const MCPhysReg *ImpUses = MCID.getImplicitUses(); *ImpUses; ++ImpUses) in verifyImplicitOperands() local
774 MachineOperand::CreateReg(*ImpUses, false, true)); in verifyImplicitOperands()
/external/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()
/external/llvm-project/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1209 for (const MCPhysReg *ImpUses = MCID.getImplicitUses(); *ImpUses; ++ImpUses) in verifyImplicitOperands() local
1211 MachineOperand::CreateReg(*ImpUses, false, true)); in verifyImplicitOperands()
/external/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()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp2272 for (const MCPhysReg *ImpUses = NewDesc.getImplicitUses(); in optimizeCompareInstr() local
2273 *ImpUses; ++ImpUses) in optimizeCompareInstr()
2274 if (!MI->readsRegister(*ImpUses)) in optimizeCompareInstr()
2276 MachineOperand::CreateReg(*ImpUses, false, true)); in optimizeCompareInstr()