Searched defs:ShufTy (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 3537 FixedVectorType *ShufTy; in getArithmeticReductionCost() local 3548 FixedVectorType *ShufTy; in getArithmeticReductionCost() local 3841 VectorType *ShufTy; in getMinMaxReductionCost() local 3851 FixedVectorType *ShufTy; in getMinMaxReductionCost() local
|
D | X86InstCombineIntrinsic.cpp | 668 auto *ShufTy = FixedVectorType::get(IntTy8, 16); in simplifyX86extrq() local 745 auto *ShufTy = FixedVectorType::get(IntTy8, 16); in simplifyX86insertq() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 586 VectorType *ShufTy = VectorType::get(IntTy8, 16); in simplifyX86extrq() local 666 VectorType *ShufTy = VectorType::get(IntTy8, 16); in simplifyX86insertq() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 781 VectorType *ShufTy = VectorType::get(IntTy8, 16); in simplifyX86extrq() local 861 VectorType *ShufTy = VectorType::get(IntTy8, 16); in simplifyX86insertq() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2694 Type *ShufTy = VectorType::get(Type::getInt32Ty(Context), in parseConstants() local 2708 Type *ShufTy = VectorType::get(Type::getInt32Ty(Context), in parseConstants() local
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 3196 Type *ShufTy = VectorType::get(Type::getInt32Ty(Context), in parseConstants() local 3210 Type *ShufTy = VectorType::get(Type::getInt32Ty(Context), in parseConstants() local
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 2052 Type *ShufTy = VectorType::get(EltTy, NElts); in getShuffleVector() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Constants.cpp | 2238 Type *ShufTy = VectorType::get(EltTy, NElts); in getShuffleVector() local
|
/external/llvm-project/llvm/lib/IR/ |
D | Constants.cpp | 2528 Type *ShufTy = VectorType::get(EltTy, NElts, TypeIsScalable); in getShuffleVector() local
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2380 Type *ShufTy = in parseConstants() local
|