Home
last modified time | relevance | path

Searched defs:VWidth (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp206 unsigned VWidth = VT->getNumElements(); in simplifyX86immShift() local
1105 unsigned VWidth = cast<FixedVectorType>(Arg->getType())->getNumElements(); in instCombineIntrinsic() local
1157 unsigned VWidth = cast<FixedVectorType>(Arg0->getType())->getNumElements(); in instCombineIntrinsic() local
1350 unsigned VWidth = cast<FixedVectorType>(Arg1->getType())->getNumElements(); in instCombineIntrinsic() local
1421 unsigned VWidth = in instCombineIntrinsic() local
1506 unsigned VWidth = cast<FixedVectorType>(Op0->getType())->getNumElements(); in instCombineIntrinsic() local
1530 unsigned VWidth = cast<FixedVectorType>(Op0->getType())->getNumElements(); in instCombineIntrinsic() local
1782 unsigned VWidth = cast<FixedVectorType>(II.getType())->getNumElements(); in simplifyDemandedVectorEltsIntrinsic() local
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp298 unsigned VWidth = VT->getNumElements(); in simplifyX86immShift() local
1614 unsigned VWidth = Arg->getType()->getVectorNumElements(); in visitCallInst() local
1663 unsigned VWidth = Arg0->getType()->getVectorNumElements(); in visitCallInst() local
1694 unsigned VWidth = Arg1->getType()->getVectorNumElements(); in visitCallInst() local
1709 unsigned VWidth = Arg0->getType()->getVectorNumElements(); in visitCallInst() local
1770 unsigned VWidth = Arg1->getType()->getVectorNumElements(); in visitCallInst() local
1840 unsigned VWidth = Op0->getType()->getVectorNumElements(); in visitCallInst() local
1864 unsigned VWidth = Op0->getType()->getVectorNumElements(); in visitCallInst() local
H A DInstCombineVectorOps.cpp619 unsigned VWidth = cast<VectorType>(VecOp->getType())->getNumElements(); in visitInsertElementInst() local
931 unsigned VWidth = cast<VectorType>(SVI.getType())->getNumElements(); in visitShuffleVectorInst() local
H A DInstCombineSimplifyDemanded.cpp909 unsigned VWidth = V->getType()->getVectorNumElements(); in SimplifyDemandedVectorElts() local
H A DInstCombineSelect.cpp1234 unsigned VWidth = VecTy->getNumElements(); in visitSelectInst() local
H A DInstCombineMulDivRem.cpp1490 unsigned VWidth = C->getType()->getVectorNumElements(); in visitSRem() local
H A DInstructionCombining.cpp1264 unsigned VWidth = cast<VectorType>(Inst.getType())->getNumElements(); in SimplifyVectorOp() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp393 unsigned VWidth = VT->getNumElements(); in simplifyX86immShift() local
1868 auto VWidth = II->getType()->getVectorNumElements(); in visitCallInst() local
2620 unsigned VWidth = Arg->getType()->getVectorNumElements(); in visitCallInst() local
2672 unsigned VWidth = Arg0->getType()->getVectorNumElements(); in visitCallInst() local
2890 unsigned VWidth = Arg1->getType()->getVectorNumElements(); in visitCallInst() local
2959 unsigned VWidth = Arg0->getType()->getVectorNumElements(); in visitCallInst() local
3038 unsigned VWidth = Op0->getType()->getVectorNumElements(); in visitCallInst() local
3062 unsigned VWidth = Op0->getType()->getVectorNumElements(); in visitCallInst() local
H A DInstCombineVectorOps.cpp258 unsigned VWidth = V->getType()->getVectorNumElements(); in findDemandedEltsBySingleUser() local
301 unsigned VWidth = V->getType()->getVectorNumElements(); in findDemandedEltsByAllUsers() local
1097 unsigned VWidth = VecOp->getType()->getVectorNumElements(); in visitInsertElementInst() local
1909 unsigned VWidth = SVI.getType()->getVectorNumElements(); in visitShuffleVectorInst() local
H A DInstCombineSimplifyDemanded.cpp1011 unsigned VWidth = II->getType()->getVectorNumElements(); in simplifyAMDGCNMemoryIntrinsicDemanded() local
1123 unsigned VWidth = V->getType()->getVectorNumElements(); in SimplifyDemandedVectorElts() local
H A DInstCombineMulDivRem.cpp1444 unsigned VWidth = C->getType()->getVectorNumElements(); in visitSRem() local
H A DInstCombineSelect.cpp2757 unsigned VWidth = VecTy->getNumElements(); in visitSelectInst() local
H A DInstructionCombining.cpp1670 auto VWidth = GEP.getType()->getVectorNumElements(); in visitGetElementPtrInst() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp321 unsigned VWidth = cast<FixedVectorType>(V->getType())->getNumElements(); in findDemandedEltsBySingleUser() local
365 unsigned VWidth = cast<FixedVectorType>(V->getType())->getNumElements(); in findDemandedEltsByAllUsers() local
1694 unsigned VWidth = VecTy->getNumElements(); in visitInsertElementInst() local
2740 unsigned VWidth = cast<FixedVectorType>(SVI.getType())->getNumElements(); in visitShuffleVectorInst() local
H A DInstCombineSimplifyDemanded.cpp1245 unsigned VWidth = cast<FixedVectorType>(V->getType())->getNumElements(); in SimplifyDemandedVectorElts() local
H A DInstCombineMulDivRem.cpp1829 unsigned VWidth = cast<FixedVectorType>(C->getType())->getNumElements(); in visitSRem() local
H A DInstCombineCalls.cpp1244 auto VWidth = IIFVTy->getNumElements(); in visitCallInst() local
H A DInstructionCombining.cpp2293 auto VWidth = GEPFVTy->getNumElements(); in visitGetElementPtrInst() local
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dpragma-loop.cpp108 const T VWidth = VECWIDTH; in for_template_define_test() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp1076 unsigned VWidth = IIVTy->getNumElements(); in simplifyAMDGCNMemoryIntrinsicDemanded() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DVectorUtils.cpp790 const unsigned VWidth = cast<VectorType>(Mask->getType())->getNumElements(); in possiblyDemandedEltsInMask() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DVectorUtils.cpp1129 const unsigned VWidth = in possiblyDemandedEltsInMask() local