Home
last modified time | relevance | path

Searched refs:DestVecTy (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp2967 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in isCastable() local
2968 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in isCastable()
2971 DestTy = DestVecTy->getElementType(); in isCastable()
3022 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) { in isBitCastable() local
3023 if (SrcVecTy->getElementCount() == DestVecTy->getElementCount()) { in isBitCastable()
3026 DestTy = DestVecTy->getElementType(); in isBitCastable()
3089 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in getCastOpcode() local
3090 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in getCastOpcode()
3094 DestTy = DestVecTy->getElementType(); in getCastOpcode()
DConstantFold.cpp576 VectorType *DestVecTy = cast<VectorType>(DestTy); in ConstantFoldCastInstruction() local
577 Type *DstEltTy = DestVecTy->getElementType(); in ConstantFoldCastInstruction()
/external/llvm/lib/IR/
DInstructions.cpp2874 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in isCastable() local
2875 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in isCastable()
2878 DestTy = DestVecTy->getElementType(); in isCastable()
2929 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) { in isBitCastable() local
2930 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in isBitCastable()
2933 DestTy = DestVecTy->getElementType(); in isBitCastable()
2993 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in getCastOpcode() local
2994 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in getCastOpcode()
2998 DestTy = DestVecTy->getElementType(); in getCastOpcode()
DConstantFold.cpp570 VectorType *DestVecTy = cast<VectorType>(DestTy); in ConstantFoldCastInstruction() local
571 Type *DstEltTy = DestVecTy->getElementType(); in ConstantFoldCastInstruction()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1744 VectorType *DestVecTy = cast<VectorType>(CI.getType()); in optimizeIntegerToVectorInsertions() local
1747 SmallVector<Value*, 8> Elements(DestVecTy->getNumElements()); in optimizeIntegerToVectorInsertions()
1749 DestVecTy->getElementType(), in optimizeIntegerToVectorInsertions()
/external/llvm-project/llvm/lib/IR/
DInstructions.cpp3153 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) { in isBitCastable() local
3154 if (SrcVecTy->getElementCount() == DestVecTy->getElementCount()) { in isBitCastable()
3157 DestTy = DestVecTy->getElementType(); in isBitCastable()
3219 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in getCastOpcode() local
3220 if (SrcVecTy->getElementCount() == DestVecTy->getElementCount()) { in getCastOpcode()
3224 DestTy = DestVecTy->getElementType(); in getCastOpcode()
DConstantFold.cpp581 VectorType *DestVecTy = cast<VectorType>(DestTy); in ConstantFoldCastInstruction() local
582 Type *DstEltTy = DestVecTy->getElementType(); in ConstantFoldCastInstruction()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp2222 auto *DestVecTy = cast<FixedVectorType>(CI.getType()); in optimizeIntegerToVectorInsertions() local
2225 SmallVector<Value*, 8> Elements(DestVecTy->getNumElements()); in optimizeIntegerToVectorInsertions()
2227 DestVecTy->getElementType(), in optimizeIntegerToVectorInsertions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp2068 VectorType *DestVecTy = cast<VectorType>(CI.getType()); in optimizeIntegerToVectorInsertions() local
2071 SmallVector<Value*, 8> Elements(DestVecTy->getNumElements()); in optimizeIntegerToVectorInsertions()
2073 DestVecTy->getElementType(), in optimizeIntegerToVectorInsertions()
/external/clang/lib/Sema/
DSemaCast.cpp2468 if (const VectorType *DestVecTy = DestType->getAs<VectorType>()) { in CheckCStyleCast() local
2469 if (DestVecTy->getVectorKind() == VectorType::AltiVecVector && in CheckCStyleCast()
/external/llvm-project/clang/lib/Sema/
DSemaCast.cpp2835 if (const VectorType *DestVecTy = DestType->getAs<VectorType>()) { in CheckCStyleCast() local
2836 if (DestVecTy->getVectorKind() == VectorType::AltiVecVector && in CheckCStyleCast()