Searched refs:DefRegs (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineCopyPropagation.cpp | 80 SmallVector<unsigned, 4> DefRegs; member 108 markRegsUnavailable(I->second.DefRegs, TRI); in clobberRegister() 135 if (!is_contained(Copy.DefRegs, Def)) in trackCopy() 136 Copy.DefRegs.push_back(Def); in trackCopy()
|
| H A D | LiveVariables.cpp | 513 SmallVector<unsigned, 4> DefRegs; in runOnInstr() local 537 DefRegs.push_back(MOReg); in runOnInstr() 556 for (unsigned i = 0, e = DefRegs.size(); i != e; ++i) { in runOnInstr() 557 unsigned MOReg = DefRegs[i]; in runOnInstr()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonExpandCondsets.cpp | 469 std::set<RegisterRef> DefRegs; in updateDeadsInRange() local 479 DefRegs.insert(Op); in updateDeadsInRange() 499 if (!Op.isReg() || !DefRegs.count(Op)) in updateDeadsInRange()
|
| H A D | HexagonConstPropagation.cpp | 2826 SmallVector<unsigned,2> DefRegs; in rewriteHexConstDefs() local 2835 DefRegs.push_back(R); in rewriteHexConstDefs() 2848 for (unsigned i = 0, n = DefRegs.size(); i < n; ++i) { in rewriteHexConstDefs() 2849 unsigned R = DefRegs[i]; in rewriteHexConstDefs() 2938 AllDefs = (ChangedNum == DefRegs.size()); in rewriteHexConstDefs()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsInstrInfo.td | 1723 list<Register> DefRegs> : 1727 let Defs = DefRegs; 1759 list<Register> DefRegs> : 1762 let Defs = DefRegs; 1783 class MoveToLOHI<string opstr, RegisterOperand RO, list<Register> DefRegs>: 1786 let Defs = DefRegs;
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 8670 DenseMap<unsigned, bool> DefRegs; in EmitSjLjDispatchBlock() local 8675 DefRegs[OI->getReg()] = true; in EmitSjLjDispatchBlock() 8690 if (!DefRegs[Reg]) in EmitSjLjDispatchBlock()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 29724 DenseMap<unsigned, bool> DefRegs; in EmitSjLjDispatchBlock() local 29727 DefRegs[MOp.getReg()] = true; in EmitSjLjDispatchBlock() 29732 if (!DefRegs[Reg]) in EmitSjLjDispatchBlock()
|