Home
last modified time | relevance | path

Searched refs:getShuffleVector (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DConstantFolder.h261 return ConstantExpr::getShuffleVector(V1, V2, Mask); in CreateShuffleVector()
H A DConstants.h1201 static Constant *getShuffleVector(Constant *V1, Constant *V2, Constant *Mask,
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetFolder.h253 return Fold(ConstantExpr::getShuffleVector(V1, V2, Mask)); in CreateShuffleVector()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1135 return ConstantExpr::getShuffleVector(C, UndefValue::get(C->getType()), in evaluateInDifferentElementOrder()
1317 Constant *NewC = Op0IsBinop ? ConstantExpr::getShuffleVector(C, IdC, Mask) : in foldSelectShuffleWith1Binop()
1318 ConstantExpr::getShuffleVector(IdC, C, Mask); in foldSelectShuffleWith1Binop()
1396 Constant *NewC = ConstantExpr::getShuffleVector(C0, C1, Mask); in foldSelectShuffle()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstants.cpp1243 return ConstantExpr::getShuffleVector(Ops[0], Ops[1], Ops[2], in getWithOperands()
2148 Constant *ConstantExpr::getShuffleVector(Constant *V1, Constant *V2, in getShuffleVector() function in ConstantExpr
H A DCore.cpp1763 return wrap(ConstantExpr::getShuffleVector(unwrap<Constant>(VectorAConstant), in LLVMConstShuffleVector()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp1040 return ConstantExpr::getShuffleVector(Ops[0], Ops[1], Ops[2]); in ConstantFoldInstOperandsImpl()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2512 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2); in parseConstants()
2526 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2); in parseConstants()
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp3523 ConstantExpr::getShuffleVector(Elts[0], Elts[1],Elts[2]); in ParseValID()