/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 512 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/ |
D | MCInstrDesc.h | 588 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/ |
D | MCInstrDesc.h | 603 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/ |
D | HexagonMCCodeEmitter.cpp | 384 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/ |
D | HexagonExpandCondsets.cpp | 497 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/ |
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()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 517 std::set<RegisterRef> ImpUses; in updateDeadsInRange() local 520 ImpUses.insert(Op); in updateDeadsInRange() 521 for (RegisterRef R : ImpUses) in updateDeadsInRange()
|
D | RDFGraph.cpp | 1193 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/ |
D | PPCInstrInfo.cpp | 1788 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/ |
D | MachineInstr.cpp | 110 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/ |
D | MachineInstr.cpp | 644 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/ |
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()
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 772 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/ |
D | MIParser.cpp | 1155 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/ |
D | MIParser.cpp | 1209 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/ |
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()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.cpp | 2272 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()
|