Home
last modified time | relevance | path

Searched defs:VecWidth (Results 1 – 25 of 28) sorted by relevance

12

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DAutoUpgrade.cpp1380 unsigned VecWidth = Ty->getPrimitiveSizeInBits(); in UpgradeX86VPERMT2Intrinsics() local
1730 unsigned VecWidth = CI.getType()->getPrimitiveSizeInBits(); in upgradeAVX512MaskToSelect() local
2357 unsigned VecWidth = OpTy->getPrimitiveSizeInBits(); in UpgradeIntrinsicCall() local
2371 unsigned VecWidth = OpTy->getPrimitiveSizeInBits(); in UpgradeIntrinsicCall() local
2395 unsigned VecWidth = OpTy->getPrimitiveSizeInBits(); in UpgradeIntrinsicCall() local
3637 unsigned VecWidth = CI->getType()->getPrimitiveSizeInBits(); in UpgradeIntrinsicCall() local
3710 unsigned VecWidth = CI->getType()->getPrimitiveSizeInBits(); in UpgradeIntrinsicCall() local
3739 unsigned VecWidth = CI->getType()->getPrimitiveSizeInBits(); in UpgradeIntrinsicCall() local
3775 unsigned VecWidth = CI->getType()->getPrimitiveSizeInBits(); in UpgradeIntrinsicCall() local
3805 unsigned VecWidth = CI->getType()->getPrimitiveSizeInBits(); in UpgradeIntrinsicCall() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAutoUpgrade.cpp1056 unsigned VecWidth = Ty->getPrimitiveSizeInBits(); in UpgradeX86VPERMT2Intrinsics() local
1419 unsigned VecWidth = CI.getType()->getPrimitiveSizeInBits(); in upgradeAVX512MaskToSelect() local
1952 unsigned VecWidth = OpTy->getPrimitiveSizeInBits(); in UpgradeIntrinsicCall() local
1966 unsigned VecWidth = OpTy->getPrimitiveSizeInBits(); in UpgradeIntrinsicCall() local
1989 unsigned VecWidth = OpTy->getPrimitiveSizeInBits(); in UpgradeIntrinsicCall() local
3291 unsigned VecWidth = CI->getType()->getPrimitiveSizeInBits(); in UpgradeIntrinsicCall() local
3320 unsigned VecWidth = CI->getType()->getPrimitiveSizeInBits(); in UpgradeIntrinsicCall() local
3356 unsigned VecWidth = CI->getType()->getPrimitiveSizeInBits(); in UpgradeIntrinsicCall() local
3386 unsigned VecWidth = CI->getType()->getPrimitiveSizeInBits(); in UpgradeIntrinsicCall() local
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp777 unsigned VecWidth = VecStoreTy->getNumElements(); in vectorizeStoreChain() local
940 unsigned VecWidth = VecLoadTy->getNumElements(); in vectorizeLoadChain() local
H A DLoopVectorize.cpp293 unsigned VecWidth, unsigned UnrollFactor) in InnerLoopVectorizer()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1049 unsigned VecWidth = VecStoreTy->getNumElements(); in vectorizeStoreChain() local
1203 unsigned VecWidth = VecLoadTy->getNumElements(); in vectorizeLoadChain() local
H A DLoopVectorize.cpp404 OptimizationRemarkEmitter *ORE, unsigned VecWidth, in InnerLoopVectorizer()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1123 unsigned VecWidth = VecStoreTy->getNumElements(); in vectorizeStoreChain() local
1299 unsigned VecWidth = VecLoadTy->getNumElements(); in vectorizeLoadChain() local
H A DLoopVectorize.cpp451 OptimizationRemarkEmitter *ORE, ElementCount VecWidth, in InnerLoopVectorizer()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1940 unsigned VecWidth = VT.getSizeInBits(); in getPreferredVectorAction() local
2332 unsigned VecWidth = VecTy.getSizeInBits(); in extractVector() local
2456 unsigned VecWidth = VecTy.getSizeInBits(); in insertVector() local
3266 unsigned VecWidth = Subtarget.getVectorLength() * 8; in findRepresentativeClass() local
H A DHexagonTargetTransformInfo.cpp164 unsigned VecWidth = VecTy->getBitWidth(); in getMemoryOpCost() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2652 unsigned VecWidth = VecTy.getSizeInBits(); in extractVector() local
2701 unsigned VecWidth = VecTy.getSizeInBits(); in extractVectorPred() local
2757 unsigned VecWidth = VecTy.getSizeInBits(); in insertVector() local
3790 unsigned VecWidth = Subtarget.getVectorLength() * 8; in findRepresentativeClass() local
H A DHexagonTargetTransformInfo.cpp195 unsigned VecWidth = VecTy->getPrimitiveSizeInBits().getFixedValue(); in getMemoryOpCost() local
H A DHexagonSubtarget.cpp209 unsigned VecWidth = VecTy.getSizeInBits(); in isHVXVectorType() local
H A DHexagonISelLoweringHVX.cpp468 unsigned VecWidth = VecTy.getSizeInBits(); in getPreferredHvxVectorAction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp173 Type *VecWidth = VecInst->getType(); in decompose() local
H A DX86ISelDAGToDAG.cpp419 SDValue getExtractVEXTRACTImmediate(SDNode *N, unsigned VecWidth, in getExtractVEXTRACTImmediate()
427 SDValue getInsertVINSERTImmediate(SDNode *N, unsigned VecWidth, in getInsertVINSERTImmediate()
435 SDValue getPermuteVINSERTCommutedImmediate(SDNode *N, unsigned VecWidth, in getPermuteVINSERTCommutedImmediate()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp509 unsigned VecWidth = DataTy->getPrimitiveSizeInBits(); in isLegalMaskedLoad() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp173 Type *VecWidth = VecInst->getType(); in decompose() local
H A DX86ISelDAGToDAG.cpp423 SDValue getExtractVEXTRACTImmediate(SDNode *N, unsigned VecWidth, in getExtractVEXTRACTImmediate()
431 SDValue getInsertVINSERTImmediate(SDNode *N, unsigned VecWidth, in getInsertVINSERTImmediate()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp1009 unsigned VecWidth = DataType->getPrimitiveSizeInBits(); in hasActiveVectorLength() local
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp455 unsigned VecWidth = VecType->getPrimitiveSizeInBits(); in foldVecTruncToExtElt() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1111 unsigned VecWidth = DataTy->getPrimitiveSizeInBits(); in isLegalMaskedLoad() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp472 unsigned VecWidth = VecType->getPrimitiveSizeInBits(); in foldVecTruncToExtElt() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp545 unsigned VecWidth = VecType->getPrimitiveSizeInBits(); in foldVecTruncToExtElt() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9513 unsigned VecWidth = VT.getSizeInBits(); in isConstantSplat() local

12