Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp522 LLT IntermediateType; in findVectorLegalAction() local
525 IntermediateType = in findVectorLegalAction()
528 return {ElementSizeAndAction.second, IntermediateType}; in findVectorLegalAction()
531 IntermediateType.getScalarSizeInBits()); in findVectorLegalAction()
533 return {NotFound, IntermediateType}; in findVectorLegalAction()
537 findAction(NumElementsVec, IntermediateType.getNumElements()); in findVectorLegalAction()
540 IntermediateType.getScalarSizeInBits())}; in findVectorLegalAction()
/external/v8/src/base/
Dsafe_math_impl.h198 typedef typename TwiceWiderInteger<T>::type IntermediateType;
199 IntermediateType tmp =
200 static_cast<IntermediateType>(x) * static_cast<IntermediateType>(y);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp672 EVT IntermediateType = in getCopyToPartsVector() local
674 Val = DAG.getBitcast(IntermediateType, Val); in getCopyToPartsVector()