Searched refs:hasHighOperandLatency (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 451 bool hasHighOperandLatency(const TargetSchedModel &SchedModel,
|
D | X86InstrInfo.cpp | 7225 bool X86InstrInfo::hasHighOperandLatency(const TargetSchedModel &SchedModel, in hasHighOperandLatency() function in X86InstrInfo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 387 bool hasHighOperandLatency(const TargetSchedModel &SchedModel,
|
D | ARMBaseInstrInfo.cpp | 4689 bool ARMBaseInstrInfo::hasHighOperandLatency(const TargetSchedModel &SchedModel, in hasHighOperandLatency() function in ARMBaseInstrInfo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 1496 virtual bool hasHighOperandLatency(const TargetSchedModel &SchedModel, in hasHighOperandLatency() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineLICM.cpp | 1146 if (TII->hasHighOperandLatency(SchedModel, MRI, MI, DefIdx, UseMI, i)) in HasHighOperandLatency()
|