Home
last modified time | relevance | path

Searched refs:SrcN (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp306 unsigned SrcN = SrcTy->isFPOrFPVectorTy() ? getTypeNumElements(SrcTy) : 0; in getCastInstrCost() local
312 std::max(SrcLT.first, DstLT.first) + FloatFactor * (SrcN + DstN); in getCastInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp434 SDNode *SrcN = SUNode->getOperand(2).getNode(); in BuildSchedUnits() local
435 if (isPassiveNode(SrcN)) continue; // Not scheduled. in BuildSchedUnits()
436 SUnit *SrcSU = &SUnits[SrcN->getNodeId()]; in BuildSchedUnits()