/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 511 Type *MidTy = VectorType::get(DstVT->getElementType(), FanOut); in visitBitCastInst() local 529 Type *MidTy = VectorType::get(SrcVT->getElementType(), FanIn); in visitBitCastInst() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 703 Type *MidTy = VectorType::get(DstVT->getElementType(), FanOut); in visitBitCastInst() local 721 Type *MidTy = VectorType::get(SrcVT->getElementType(), FanIn); in visitBitCastInst() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 767 auto *MidTy = FixedVectorType::get(DstVT->getElementType(), FanOut); in visitBitCastInst() local 785 auto *MidTy = FixedVectorType::get(SrcVT->getElementType(), FanIn); in visitBitCastInst() local
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 1409 Type *MidTy = Type::getInt64Ty(Context); in UpgradeBitCastInst() local 1429 Type *MidTy = Type::getInt64Ty(Context); in UpgradeBitCastExpr() local
|
H A D | ConstantFold.cpp | 86 Type *MidTy = Op->getType(); in foldConstantCastPair() local
|
H A D | Constants.cpp | 1723 Type *MidTy = PointerType::get(DstElemTy, SrcScalarTy->getAddressSpace()); in getAddrSpaceCast() local
|
H A D | Instructions.cpp | 2424 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair()
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 239 Type *MidTy = CI->getType(); // B from above in isEliminableCastPair() local 1933 Type *MidTy = PointerType::get(DestElemTy, SrcTy->getAddressSpace()); in visitAddrSpaceCast() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 236 Type *MidTy = CI1->getDestTy(); in isEliminableCastPair() local 2578 Type *MidTy = PointerType::get(DestElemTy, SrcTy->getAddressSpace()); in visitAddrSpaceCast() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 268 Type *MidTy = CI1->getDestTy(); in isEliminableCastPair() local 2916 Type *MidTy = in visitAddrSpaceCast() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 3800 Type *MidTy = Type::getInt64Ty(Context); in UpgradeBitCastInst() local 3820 Type *MidTy = Type::getInt64Ty(Context); in UpgradeBitCastExpr() local
|
H A D | ConstantFold.cpp | 87 Type *MidTy = Op->getType(); in foldConstantCastPair() local
|
H A D | Constants.cpp | 1895 Type *MidTy = PointerType::get(DstElemTy, SrcScalarTy->getAddressSpace()); in getAddrSpaceCast() local
|
H A D | Instructions.cpp | 2524 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 4421 Type *MidTy = Type::getInt64Ty(Context); in UpgradeBitCastInst() local 4441 Type *MidTy = Type::getInt64Ty(Context); in UpgradeBitCastExpr() local
|
H A D | ConstantFold.cpp | 95 Type *MidTy = Op->getType(); in foldConstantCastPair() local
|
H A D | Constants.cpp | 2251 Type *MidTy = PointerType::getWithSamePointeeType( in getAddrSpaceCast() local
|
H A D | Instructions.cpp | 3131 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 4337 Type *MidTy = CI->getType(); in SimplifyCastInst() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 5068 Type *MidTy = CI->getType(); in simplifyCastInst() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 2766 LLT MidTy = in bitcastExtractVectorElt() local
|