Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp240 unsigned SrcN = SrcTy->isFPOrFPVectorTy() ? getTypeNumElements(SrcTy) : 0; in getCastInstrCost() local
245 return std::max(SrcLT.first, DstLT.first) + FloatFactor * (SrcN + DstN); in getCastInstrCost()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp373 SDNode *SrcN = SUNode->getOperand(2).getNode(); in BuildSchedUnits() local
374 if (isPassiveNode(SrcN)) continue; // Not scheduled. in BuildSchedUnits()
375 SUnit *SrcSU = &SUnits[SrcN->getNodeId()]; in BuildSchedUnits()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp412 SDNode *SrcN = SUNode->getOperand(2).getNode(); in BuildSchedUnits() local
413 if (isPassiveNode(SrcN)) continue; // Not scheduled. in BuildSchedUnits()
414 SUnit *SrcSU = &SUnits[SrcN->getNodeId()]; in BuildSchedUnits()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp411 SDNode *SrcN = SUNode->getOperand(2).getNode(); in BuildSchedUnits() local
412 if (isPassiveNode(SrcN)) continue; // Not scheduled. in BuildSchedUnits()
413 SUnit *SrcSU = &SUnits[SrcN->getNodeId()]; in BuildSchedUnits()