Searched refs:isDependencyBreaking (Results 1 – 7 of 7) sorted by relevance
27 bool MCInstrAnalysis::isDependencyBreaking(const MCSubtargetInfo &STI, in isDependencyBreaking() function in MCInstrAnalysis
51 bool ShouldFreeRegs = !(Desc.isZeroLatency() && Inst.isDependencyBreaking()); in notifyInstructionRetired()
110 bool IsDependencyBreaking = IS.isDependencyBreaking(); in dispatch()
333 bool isDependencyBreaking() const { return IsDepBreaking; } in isDependencyBreaking() function
447 if (MCIA.isDependencyBreaking(STI, MCI)) in createInstruction()
100 virtual bool isDependencyBreaking(const MCSubtargetInfo &STI,
310 bool isDependencyBreaking(const MCSubtargetInfo &STI,316 bool X86MCInstrAnalysis::isDependencyBreaking(const MCSubtargetInfo &STI, in isDependencyBreaking() function in llvm::X86_MC::X86MCInstrAnalysis