| /external/llvm-project/llvm/unittests/IR/ |
| D | IRBuilderTest.cpp | 139 Type *SrcVecTy = VectorType::get(Builder.getHalfTy(), 8, true); in TEST_F() local
|
| /external/llvm-project/llvm/lib/Target/SystemZ/ |
| D | SystemZTargetTransformInfo.cpp | 746 auto *SrcVecTy = cast<FixedVectorType>(Src); in getCastInstrCost() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | Instructions.cpp | 2966 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
|
| /external/llvm/lib/IR/ |
| D | Instructions.cpp | 2873 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-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
| D | Execution.cpp | 1383 Type *SrcVecTy = SrcTy->getScalarType(); in executeFPToUIInst() local 1421 Type *SrcVecTy = SrcTy->getScalarType(); in executeFPToSIInst() local
|
| /external/llvm/lib/ExecutionEngine/Interpreter/ |
| D | Execution.cpp | 1331 Type *SrcVecTy = SrcTy->getScalarType(); in executeFPToUIInst() local 1369 Type *SrcVecTy = SrcTy->getScalarType(); in executeFPToSIInst() local
|
| /external/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
| D | Execution.cpp | 1380 Type *SrcVecTy = SrcTy->getScalarType(); in executeFPToUIInst() local 1418 Type *SrcVecTy = SrcTy->getScalarType(); in executeFPToSIInst() local
|
| /external/llvm-project/llvm/lib/IR/ |
| D | Instructions.cpp | 3152 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) { in isBitCastable() local 3218 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) in getCastOpcode() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
| D | LoopVectorize.cpp | 2658 VectorType *SrcVecTy = cast<VectorType>(V->getType()); in createBitOrPointerCast() local 6342 Type *SrcVecTy = in getInstructionCost() local
|
| D | SLPVectorizer.cpp | 3366 VectorType *SrcVecTy = VectorType::get(SrcTy, VL.size()); in getEntryCost() local
|
| /external/llvm-project/llvm/lib/Transforms/Vectorize/ |
| D | LoopVectorize.cpp | 3018 auto *SrcVecTy = cast<FixedVectorType>(V->getType()); in createBitOrPointerCast() local 7162 Type *SrcVecTy = in getInstructionCost() local
|
| D | SLPVectorizer.cpp | 3568 auto *SrcVecTy = FixedVectorType::get(SrcTy, VL.size()); in getEntryCost() local
|
| /external/llvm/lib/Transforms/Vectorize/ |
| D | SLPVectorizer.cpp | 1590 VectorType *SrcVecTy = VectorType::get(SrcTy, VL.size()); in getEntryCost() local
|
| D | LoopVectorize.cpp | 6058 Type *SrcVecTy = ToVectorTy(SrcScalarTy, VF); in getInstructionCost() local
|
| /external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| D | LegalizerHelper.cpp | 2451 LLT SrcVecTy = MRI.getType(SrcVec); in bitcastExtractVectorElt() local
|