/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCInstrDesc.h | 249 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/ |
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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 554 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/ |
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/swiftshader/third_party/llvm-7.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/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineInstr.cpp | 479 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/ |
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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 107 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/ |
D | MIParser.cpp | 772 for (const MCPhysReg *ImpUses = MCID.getImplicitUses(); *ImpUses; ++ImpUses) in verifyImplicitOperands() local 774 MachineOperand::CreateReg(*ImpUses, false, true)); in verifyImplicitOperands()
|
/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-7.0/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 921 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/ |
D | PPCInstrInfo.cpp | 1949 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()
|