Searched refs:getShuffleVector (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | ConstantFolder.h | 269 return ConstantExpr::getShuffleVector(V1, V2, Mask); in CreateShuffleVector()
|
H A D | Constants.h | 1252 static Constant *getShuffleVector(Constant *V1, Constant *V2,
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | TargetFolder.h | 263 return Fold(ConstantExpr::getShuffleVector(V1, V2, Mask)); in CreateShuffleVector()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 1643 return ConstantExpr::getShuffleVector(C, UndefValue::get(C->getType()), in evaluateInDifferentElementOrder() 1820 Constant *NewC = Op0IsBinop ? ConstantExpr::getShuffleVector(C, IdC, Mask) : in foldSelectShuffleWith1Binop() 1821 ConstantExpr::getShuffleVector(IdC, C, Mask); in foldSelectShuffleWith1Binop() 1946 Constant *NewC = ConstantExpr::getShuffleVector(C0, C1, Mask); in foldSelectShuffle()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Constants.cpp | 1438 return ConstantExpr::getShuffleVector(V, UndefV, Zeros); in getSplat() 1564 return ConstantExpr::getShuffleVector(Ops[0], Ops[1], getShuffleMask(), in getWithOperands() 2585 Constant *ConstantExpr::getShuffleVector(Constant *V1, Constant *V2, in getShuffleVector() function in ConstantExpr
|
H A D | Core.cpp | 1838 return wrap(ConstantExpr::getShuffleVector(unwrap<Constant>(VectorAConstant), in LLVMConstShuffleVector()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 1099 return ConstantExpr::getShuffleVector( in ConstantFoldInstOperandsImpl()
|
H A D | InstructionSimplify.cpp | 4681 return ConstantExpr::getShuffleVector(Op0Const, Op1Const, Mask); in SimplifyShuffleVectorInst()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 2416 Value *V = ConstantExpr::getShuffleVector(Op0, Op1, Mask); in parseConstants()
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
H A D | llvm.mli | 1341 See the method [llvm::ConstantExpr::getShuffleVector]. *)
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 3934 ID.ConstantVal = ConstantExpr::getShuffleVector(Elts[0], Elts[1], Mask); in parseValID()
|