Searched refs:ShufTy (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 781 VectorType *ShufTy = VectorType::get(IntTy8, 16); in simplifyX86extrq() local 794 Builder.CreateBitCast(Op0, ShufTy), in simplifyX86extrq() 795 ConstantAggregateZero::get(ShufTy), ConstantVector::get(ShuffleMask)); in simplifyX86extrq() 861 VectorType *ShufTy = VectorType::get(IntTy8, 16); in simplifyX86insertq() local 874 Value *SV = Builder.CreateShuffleVector(Builder.CreateBitCast(Op0, ShufTy), in simplifyX86insertq() 875 Builder.CreateBitCast(Op1, ShufTy), in simplifyX86insertq()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Constants.cpp | 2238 Type *ShufTy = VectorType::get(EltTy, NElts); in getShuffleVector() local 2240 if (OnlyIfReducedTy == ShufTy) in getShuffleVector() 2247 LLVMContextImpl *pImpl = ShufTy->getContext().pImpl; in getShuffleVector() 2248 return pImpl->ExprConstants.getOrCreate(ShufTy, Key); in getShuffleVector()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2694 Type *ShufTy = VectorType::get(Type::getInt32Ty(Context), in parseConstants() local 2696 Constant *Op2 = ValueList.getConstantFwdRef(Record[2], ShufTy); in parseConstants() 2708 Type *ShufTy = VectorType::get(Type::getInt32Ty(Context), in parseConstants() local 2710 Constant *Op2 = ValueList.getConstantFwdRef(Record[3], ShufTy); in parseConstants()
|