Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrDesc.h249 if (const unsigned *ImpUses = ImplicitUses) in hasImplicitUseOfPhysReg() local
250 for (; *ImpUses; ++ImpUses) in hasImplicitUseOfPhysReg()
251 if (*ImpUses == Reg) return true; in hasImplicitUseOfPhysReg()
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInstrDesc.h554 if (const MCPhysReg *ImpUses = ImplicitUses) in hasImplicitUseOfPhysReg() local
555 for (; *ImpUses; ++ImpUses) in hasImplicitUseOfPhysReg()
556 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/swiftshader/third_party/llvm-7.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/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineInstr.cpp479 for (const unsigned *ImpUses = MCID->ImplicitUses; *ImpUses; ++ImpUses) in addImplicitDefUseOperands() local
480 addOperand(MachineOperand::CreateReg(*ImpUses, false, true)); in addImplicitDefUseOperands()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineInstr.cpp107 for (const MCPhysReg *ImpUses = MCID->getImplicitUses(); *ImpUses; in addImplicitDefUseOperands() local
108 ++ImpUses) in addImplicitDefUseOperands()
109 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/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-7.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp921 for (const MCPhysReg *ImpUses = MCID.getImplicitUses(); *ImpUses; ++ImpUses) in verifyImplicitOperands() local
923 MachineOperand::CreateReg(*ImpUses, false, true)); in verifyImplicitOperands()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp1949 for (const MCPhysReg *ImpUses = NewDesc.getImplicitUses(); in optimizeCompareInstr() local
1950 *ImpUses; ++ImpUses) in optimizeCompareInstr()
1951 if (!MI->readsRegister(*ImpUses)) in optimizeCompareInstr()
1953 MachineOperand::CreateReg(*ImpUses, false, true)); in optimizeCompareInstr()