Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp2689 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in isCastable() local
2690 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in isCastable()
2693 DestTy = DestVecTy->getElementType(); in isCastable()
2744 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) { in isBitCastable() local
2745 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in isBitCastable()
2748 DestTy = DestVecTy->getElementType(); in isBitCastable()
2811 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in getCastOpcode() local
2812 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in getCastOpcode()
2816 DestTy = DestVecTy->getElementType(); in getCastOpcode()
DConstantFold.cpp574 VectorType *DestVecTy = cast<VectorType>(DestTy); in ConstantFoldCastInstruction() local
575 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/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp2431 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in isCastable() local
2432 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in isCastable()
2435 DestTy = DestVecTy->getElementType(); in isCastable()
2503 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in getCastOpcode() local
2504 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in getCastOpcode()
2508 DestTy = DestVecTy->getElementType(); in getCastOpcode()
DConstantFold.cpp556 VectorType *DestVecTy = cast<VectorType>(DestTy); in ConstantFoldCastInstruction() local
557 Type *DstEltTy = DestVecTy->getElementType(); in ConstantFoldCastInstruction()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1573 VectorType *DestVecTy = cast<VectorType>(CI.getType()); in OptimizeIntegerToVectorInsertions() local
1576 SmallVector<Value*, 8> Elements(DestVecTy->getNumElements()); in OptimizeIntegerToVectorInsertions()
1578 DestVecTy->getElementType())) in OptimizeIntegerToVectorInsertions()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1971 VectorType *DestVecTy = cast<VectorType>(CI.getType()); in optimizeIntegerToVectorInsertions() local
1974 SmallVector<Value*, 8> Elements(DestVecTy->getNumElements()); in optimizeIntegerToVectorInsertions()
1976 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()