Home
last modified time | relevance | path

Searched refs:PredCost (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h211 unsigned *PredCost = nullptr) const override;
H A DR600InstrInfo.cpp1012 unsigned *PredCost) const { in getInstrLatency()
1013 if (PredCost) in getInstrLatency()
1014 *PredCost = 2; in getInstrLatency()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h215 unsigned *PredCost = nullptr) const override;
H A DPPCInstrInfo.cpp149 unsigned *PredCost) const { in getInstrLatency()
151 return PPCGenInstrInfo::getInstrLatency(ItinData, MI, PredCost); in getInstrLatency()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h288 unsigned *PredCost = nullptr) const override;
H A DHexagonInstrInfo.cpp1811 unsigned *PredCost) const { in getInstrLatency()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h380 unsigned *PredCost = nullptr) const override;
H A DARMBaseInstrInfo.cpp1940 unsigned PredCost = (TCycles + FCycles + TExtra + FExtra) * ScalingUpFactor; in isProfitableToIfCvt() local
1958 PredCost -= 1 * ScalingUpFactor; in isProfitableToIfCvt()
1967 PredCost += ((TCycles + FCycles - 4) / 4) * ScalingUpFactor; in isProfitableToIfCvt()
1978 return PredCost <= UnpredCost; in isProfitableToIfCvt()
4418 unsigned *PredCost) const { in getInstrLatency()
4431 Latency += getInstrLatency(ItinData, *I, PredCost); in getInstrLatency()
4437 if (PredCost && (MCID.isCall() || (MCID.hasImplicitDefOfPhysReg(ARM::CPSR) && in getInstrLatency()
4441 *PredCost = 1; in getInstrLatency()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1369 unsigned *PredCost = nullptr) const;
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1093 unsigned *PredCost) const { in getInstrLatency()