Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/X86/
DX86InstCombineIntrinsic.cpp205 unsigned VWidth = VT->getNumElements(); in simplifyX86immShift() local
1110 unsigned VWidth = cast<FixedVectorType>(Arg->getType())->getNumElements(); in instCombineIntrinsic() local
1162 unsigned VWidth = cast<FixedVectorType>(Arg0->getType())->getNumElements(); in instCombineIntrinsic() local
1355 unsigned VWidth = cast<FixedVectorType>(Arg1->getType())->getNumElements(); in instCombineIntrinsic() local
1426 unsigned VWidth = in instCombineIntrinsic() local
1511 unsigned VWidth = cast<FixedVectorType>(Op0->getType())->getNumElements(); in instCombineIntrinsic() local
1535 unsigned VWidth = cast<FixedVectorType>(Op0->getType())->getNumElements(); in instCombineIntrinsic() local
1788 unsigned VWidth = cast<FixedVectorType>(II.getType())->getNumElements(); in simplifyDemandedVectorEltsIntrinsic() local
/external/llvm/lib/Transforms/InstCombine/
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
DInstCombineVectorOps.cpp619 unsigned VWidth = cast<VectorType>(VecOp->getType())->getNumElements(); in visitInsertElementInst() local
931 unsigned VWidth = cast<VectorType>(SVI.getType())->getNumElements(); in visitShuffleVectorInst() local
DInstCombineSimplifyDemanded.cpp909 unsigned VWidth = V->getType()->getVectorNumElements(); in SimplifyDemandedVectorElts() local
DInstCombineSelect.cpp1234 unsigned VWidth = VecTy->getNumElements(); in visitSelectInst() local
DInstCombineMulDivRem.cpp1490 unsigned VWidth = C->getType()->getVectorNumElements(); in visitSRem() local
DInstructionCombining.cpp1264 unsigned VWidth = cast<VectorType>(Inst.getType())->getNumElements(); in SimplifyVectorOp() local
/external/clang/test/CodeGenCXX/
Dpragma-loop.cpp108 const T VWidth = VECWIDTH; in for_template_define_test() local
/external/llvm-project/clang/test/CodeGenCXX/
Dpragma-loop.cpp108 const T VWidth = VECWIDTH; in for_template_define_test() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
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
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
DInstCombineSimplifyDemanded.cpp1011 unsigned VWidth = II->getType()->getVectorNumElements(); in simplifyAMDGCNMemoryIntrinsicDemanded() local
1123 unsigned VWidth = V->getType()->getVectorNumElements(); in SimplifyDemandedVectorElts() local
DInstCombineMulDivRem.cpp1444 unsigned VWidth = C->getType()->getVectorNumElements(); in visitSRem() local
DInstCombineSelect.cpp2757 unsigned VWidth = VecTy->getNumElements(); in visitSelectInst() local
DInstructionCombining.cpp1670 auto VWidth = GEP.getType()->getVectorNumElements(); in visitGetElementPtrInst() local
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp274 unsigned VWidth = cast<FixedVectorType>(V->getType())->getNumElements(); in findDemandedEltsBySingleUser() local
318 unsigned VWidth = cast<FixedVectorType>(V->getType())->getNumElements(); in findDemandedEltsByAllUsers() local
1436 unsigned VWidth = VecTy->getNumElements(); in visitInsertElementInst() local
2291 unsigned VWidth = cast<FixedVectorType>(SVI.getType())->getNumElements(); in visitShuffleVectorInst() local
DInstCombineSimplifyDemanded.cpp1046 unsigned VWidth = cast<FixedVectorType>(V->getType())->getNumElements(); in SimplifyDemandedVectorElts() local
DInstCombineMulDivRem.cpp1494 unsigned VWidth = cast<FixedVectorType>(C->getType())->getNumElements(); in visitSRem() local
DInstCombineCalls.cpp777 auto VWidth = IIFVTy->getNumElements(); in visitCallInst() local
DInstructionCombining.cpp1839 auto VWidth = GEPFVTy->getNumElements(); in visitGetElementPtrInst() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUInstCombineIntrinsic.cpp914 unsigned VWidth = IIVTy->getNumElements(); in simplifyAMDGCNMemoryIntrinsicDemanded() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVectorUtils.cpp790 const unsigned VWidth = cast<VectorType>(Mask->getType())->getNumElements(); in possiblyDemandedEltsInMask() local
/external/llvm-project/llvm/lib/Analysis/
DVectorUtils.cpp930 const unsigned VWidth = in possiblyDemandedEltsInMask() local