Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp2966 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) in isCastable() local
3021 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) { in isBitCastable() local
3088 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) in getCastOpcode() local
3259 VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy); in castIsValid() local
3282 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) { in castIsValid() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1383 Type *SrcVecTy = SrcTy->getScalarType(); in executeFPToUIInst() local
1421 Type *SrcVecTy = SrcTy->getScalarType(); in executeFPToSIInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2658 VectorType *SrcVecTy = cast<VectorType>(V->getType()); in createBitOrPointerCast() local
6342 Type *SrcVecTy = in getInstructionCost() local
DSLPVectorizer.cpp3366 VectorType *SrcVecTy = VectorType::get(SrcTy, VL.size()); in getEntryCost() local