Searched defs:ImplicitDefs (Results 1 – 6 of 6) sorted by relevance
194 BitVector ImplicitDefs(State.getRegInfo().getNumRegs()); in generateCodeTemplates() local
335 const MCPhysReg *ImplicitDefs = InstInfo.getImplicitDefs(); in getClobberedRegs() local352 const MCPhysReg *ImplicitDefs = InstInfo.getImplicitDefs(); in getTouchedRegs() local372 const MCPhysReg *ImplicitDefs = InstInfo.getImplicitDefs(); in getWrittenRegs() local
159 const MCPhysReg *ImplicitDefs = Desc.getImplicitDefs(); in rankRegisters() local
207 const MCPhysReg *ImplicitDefs; // Registers implicitly defined by this instr variable
520 SmallVector<unsigned, 2> ImplicitDefs; in ProcessBlockCSE() local
234 std::vector<Record*> ImplicitDefs, ImplicitUses; variable