Home
last modified time | relevance | path

Searched defs:NarrowTy (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp41 getNarrowTypeBreakDown(LLT OrigTy, LLT NarrowTy, LLT &LeftoverTy) { in getNarrowTypeBreakDown()
599 LLT NarrowTy) { in narrowScalar()
1110 void LegalizerHelper::narrowScalarSrc(MachineInstr &MI, LLT NarrowTy, in narrowScalarSrc()
1127 void LegalizerHelper::narrowScalarDst(MachineInstr &MI, LLT NarrowTy, in narrowScalarDst()
2326 MachineInstr &MI, unsigned TypeIdx, LLT NarrowTy) { in fewerElementsVectorImplicitDef()
2355 LLT NarrowTy) { in fewerElementsVectorBasic()
2544 LLT NarrowTy) { in fewerElementsVectorCasts()
2593 LLT NarrowTy) { in fewerElementsVectorCmp()
2660 LLT NarrowTy) { in fewerElementsVectorSelect()
2732 LLT NarrowTy) { in fewerElementsVectorPhi()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp428 auto *NarrowTy = cast<IntegerType>(LHS->getType()); in willNotOverflow() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstructionSelector.cpp2965 const LLT NarrowTy = MRI.getType(DstReg); in selectExtractElt() local
3004 const LLT NarrowTy = MRI.getType(I.getOperand(0).getReg()); in selectSplitVectorUnmerge() local
3049 const LLT NarrowTy = MRI.getType(I.getOperand(0).getReg()); in selectUnmergeValues() local
DAArch64ISelDAGToDAG.cpp1407 MVT NarrowTy = MVT::getVectorVT(EltTy, WideSize / 2); in NarrowVector() local
DAArch64ISelLowering.cpp6530 MVT NarrowTy = MVT::getVectorVT(EltTy, WideSize / 2); in NarrowVector() local
10510 MVT NarrowTy = N.getSimpleValueType(); in tryExtendDUPToExtractHigh() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp2670 IntegerType *NarrowTy = Type::getIntNTy(SI.getContext(), SliceSize * 8); in visitStoreInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp5202 Type *NarrowTy; in hasSameExtUse() local