Home
last modified time | relevance | path

Searched refs:IntermediateType (Results 1 – 2 of 2) 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/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()