Searched refs:getShuffleVector (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstantFolder.h | 269 return ConstantExpr::getShuffleVector(V1, V2, Mask); in CreateShuffleVector()
|
| H A D | Constants.h | 1257 static Constant *getShuffleVector(Constant *V1, Constant *V2,
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetFolder.h | 263 return Fold(ConstantExpr::getShuffleVector(V1, V2, Mask)); in CreateShuffleVector()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 1703 return ConstantExpr::getShuffleVector(C, PoisonValue::get(C->getType()), in evaluateInDifferentElementOrder() 1880 Constant *NewC = Op0IsBinop ? ConstantExpr::getShuffleVector(C, IdC, Mask) : in foldSelectShuffleWith1Binop() 1881 ConstantExpr::getShuffleVector(IdC, C, Mask); in foldSelectShuffleWith1Binop() 2006 Constant *NewC = ConstantExpr::getShuffleVector(C0, C1, Mask); in foldSelectShuffle()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Constants.cpp | 1440 return ConstantExpr::getShuffleVector(V, UndefV, Zeros); in getSplat() 1566 return ConstantExpr::getShuffleVector(Ops[0], Ops[1], getShuffleMask(), in getWithOperands() 2587 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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1137 return ConstantExpr::getShuffleVector( in ConstantFoldInstOperandsImpl()
|
| H A D | InstructionSimplify.cpp | 4757 return ConstantExpr::getShuffleVector(Op0Const, Op1Const, Mask); in SimplifyShuffleVectorInst()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 2387 Value *V = ConstantExpr::getShuffleVector(Op0, Op1, Mask); in parseConstants()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3623 ID.ConstantVal = ConstantExpr::getShuffleVector(Elts[0], Elts[1], Mask); in parseValID()
|