Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/IR/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1383 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 DExecution.cpp1331 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 DExecution.cpp1380 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 DSystemZTargetTransformInfo.cpp804 auto *SrcVecTy = cast<FixedVectorType>(Src); in getCastInstrCost() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DInstructions.cpp3581 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 DLoopVectorize.cpp2658 VectorType *SrcVecTy = cast<VectorType>(V->getType()); in createBitOrPointerCast() local
6342 Type *SrcVecTy = in getInstructionCost() local
H A DSLPVectorizer.cpp3366 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 DX86TargetTransformInfo.cpp4619 auto *SrcVecTy = FixedVectorType::get(EltTy, VF); in getReplicationShuffleCost() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DPatternMatch.h1776 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcType); in match() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DPatternMatch.h1776 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcType); in match() local
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1590 VectorType *SrcVecTy = VectorType::get(SrcTy, VL.size()); in getEntryCost() local
H A DLoopVectorize.cpp6058 Type *SrcVecTy = ToVectorTy(SrcScalarTy, VF); in getInstructionCost() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DPatternMatch.h1910 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 DLoopVectorize.cpp2935 auto *SrcVecTy = cast<FixedVectorType>(V->getType()); in createBitOrPointerCast() local
7298 Type *SrcVecTy = in getInstructionCost() local
H A DSLPVectorizer.cpp7020 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 DValueTracking.cpp1203 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 DLegalizerHelper.cpp2738 LLT SrcVecTy = MRI.getType(SrcVec); in bitcastExtractVectorElt() local