Home
last modified time | relevance | path

Searched refs:hasLowDefLatency (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h228 bool hasLowDefLatency(const TargetSchedModel &SchedModel, in hasLowDefLatency() function
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h390 bool hasLowDefLatency(const TargetSchedModel &SchedModel,
H A DARMBaseInstrInfo.cpp4506 bool ARMBaseInstrInfo::hasLowDefLatency(const TargetSchedModel &SchedModel, in hasLowDefLatency() function in ARMBaseInstrInfo
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1401 virtual bool hasLowDefLatency(const TargetSchedModel &SchedModel,
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1102 bool TargetInstrInfo::hasLowDefLatency(const TargetSchedModel &SchedModel, in hasLowDefLatency() function in TargetInstrInfo
H A DMachineLICM.cpp1140 if (!TII->hasLowDefLatency(SchedModel, MI, i)) in IsCheapInstruction()