/aosp_15_r20/external/llvm/lib/IR/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 1383 Type *SrcVecTy = SrcTy->getScalarType(); in executeFPToUIInst() local 1421 Type *SrcVecTy = SrcTy->getScalarType(); in executeFPToSIInst() local
|
/aosp_15_r20/external/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 1331 Type *SrcVecTy = SrcTy->getScalarType(); in executeFPToUIInst() local 1369 Type *SrcVecTy = SrcTy->getScalarType(); in executeFPToSIInst() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 1380 Type *SrcVecTy = SrcTy->getScalarType(); in executeFPToUIInst() local 1418 Type *SrcVecTy = SrcTy->getScalarType(); in executeFPToSIInst() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 804 auto *SrcVecTy = cast<FixedVectorType>(Src); in getCastInstrCost() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Instructions.cpp | 3581 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) { in isBitCastable() local 3647 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) in getCastOpcode() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 2658 VectorType *SrcVecTy = cast<VectorType>(V->getType()); in createBitOrPointerCast() local 6342 Type *SrcVecTy = in getInstructionCost() local
|
H A D | SLPVectorizer.cpp | 3366 VectorType *SrcVecTy = VectorType::get(SrcTy, VL.size()); in getEntryCost() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 4619 auto *SrcVecTy = FixedVectorType::get(EltTy, VF); in getReplicationShuffleCost() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | PatternMatch.h | 1776 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcType); in match() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | PatternMatch.h | 1776 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcType); in match() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 1590 VectorType *SrcVecTy = VectorType::get(SrcTy, VL.size()); in getEntryCost() local
|
H A D | LoopVectorize.cpp | 6058 Type *SrcVecTy = ToVectorTy(SrcScalarTy, VF); in getInstructionCost() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | PatternMatch.h | 1910 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcType); in match() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 2935 auto *SrcVecTy = cast<FixedVectorType>(V->getType()); in createBitOrPointerCast() local 7298 Type *SrcVecTy = in getInstructionCost() local
|
H A D | SLPVectorizer.cpp | 7020 VectorType *SrcVecTy; in getEntryCost() local 7059 auto *SrcVecTy = cast<FixedVectorType>(VL0->getType()); in getEntryCost() local 7184 auto *SrcVecTy = FixedVectorType::get(SrcTy, VL.size()); in getEntryCost() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 1203 auto *SrcVecTy = dyn_cast<FixedVectorType>(SrcTy); in computeKnownBitsFromOperator() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 2738 LLT SrcVecTy = MRI.getType(SrcVec); in bitcastExtractVectorElt() local
|