Home
last modified time | relevance | path

Searched defs:SrcVecTy (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp2688 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) in isCastable() local
2743 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) { in isBitCastable() local
2810 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) in getCastOpcode() local
2981 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) { in castIsValid() local
3002 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) { in castIsValid() local
/external/llvm/lib/IR/
DInstructions.cpp2873 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) in isCastable() local
2928 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) { in isBitCastable() local
2992 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) in getCastOpcode() local
3166 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) { in castIsValid() local
3187 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) { in castIsValid() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1330 Type *SrcVecTy = SrcTy->getScalarType(); in executeFPToUIInst() local
1368 Type *SrcVecTy = SrcTy->getScalarType(); in executeFPToSIInst() local
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1331 Type *SrcVecTy = SrcTy->getScalarType(); in executeFPToUIInst() local
1369 Type *SrcVecTy = SrcTy->getScalarType(); in executeFPToSIInst() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp2430 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) in isCastable() local
2502 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) in getCastOpcode() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2674 VectorType *SrcVecTy = cast<VectorType>(V->getType()); in createBitOrPointerCast() local
6186 Type *SrcVecTy = in getInstructionCost() local
DSLPVectorizer.cpp2203 VectorType *SrcVecTy = VectorType::get(SrcTy, VL.size()); in getEntryCost() local
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1590 VectorType *SrcVecTy = VectorType::get(SrcTy, VL.size()); in getEntryCost() local
DLoopVectorize.cpp6058 Type *SrcVecTy = ToVectorTy(SrcScalarTy, VF); in getInstructionCost() local