Home
last modified time | relevance | path

Searched refs:IntermediateType (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp663 LLT IntermediateType; in findVectorLegalAction() local
666 IntermediateType = in findVectorLegalAction()
669 return {ElementSizeAndAction.second, IntermediateType}; in findVectorLegalAction()
672 IntermediateType.getScalarSizeInBits()); in findVectorLegalAction()
674 return {NotFound, IntermediateType}; in findVectorLegalAction()
678 findAction(NumElementsVec, IntermediateType.getNumElements()); in findVectorLegalAction()
681 IntermediateType.getScalarSizeInBits())}; in findVectorLegalAction()
/third_party/flutter/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
Dsafe_math_impl.h224 typedef typename TwiceWiderInteger<T>::type IntermediateType;
225 IntermediateType tmp = static_cast<IntermediateType>(x) * static_cast<IntermediateType>(y);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp695 EVT IntermediateType = in getCopyToPartsVector() local
697 Val = DAG.getBitcast(IntermediateType, Val); in getCopyToPartsVector()