HomeSort by relevance Sort by last modified time
    Searched refs:isDependencyBreaking (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCInstrAnalysis.cpp 27 bool MCInstrAnalysis::isDependencyBreaking(const MCSubtargetInfo &STI,
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
RetireStage.cpp 51 bool ShouldFreeRegs = !(Desc.isZeroLatency() && Inst.isDependencyBreaking());
DispatchStage.cpp 110 bool IsDependencyBreaking = IS.isDependencyBreaking();
112 if (RS->isImplicitRead() || !IsDependencyBreaking)
119 !(Desc.isZeroLatency() && IsDependencyBreaking);
Instruction.h 333 bool isDependencyBreaking() const { return IsDepBreaking; }
InstrBuilder.cpp 447 if (MCIA.isDependencyBreaking(STI, MCI))
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCInstrAnalysis.h 100 virtual bool isDependencyBreaking(const MCSubtargetInfo &STI,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 310 bool isDependencyBreaking(const MCSubtargetInfo &STI,
316 bool X86MCInstrAnalysis::isDependencyBreaking(const MCSubtargetInfo &STI,

Completed in 238 milliseconds