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/ |
D | LegalizerHelper.cpp | 41 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/ |
D | SimplifyIndVar.cpp | 428 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/ |
D | AArch64InstructionSelector.cpp | 2965 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
|
D | AArch64ISelDAGToDAG.cpp | 1407 MVT NarrowTy = MVT::getVectorVT(EltTy, WideSize / 2); in NarrowVector() local
|
D | AArch64ISelLowering.cpp | 6530 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/ |
D | SROA.cpp | 2670 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/ |
D | CodeGenPrepare.cpp | 5202 Type *NarrowTy; in hasSameExtUse() local
|