Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h170 return ConstantExpr::getShuffleVector(C1, C2, Mask); in FoldShuffleVector()
H A DConstants.h1320 LLVM_ABI static Constant *getShuffleVector(Constant *V1, Constant *V2,
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h181 return Fold(ConstantExpr::getShuffleVector(C1, C2, Mask)); in FoldShuffleVector()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2020 return ConstantExpr::getShuffleVector(C, PoisonValue::get(C->getType()), in evaluateInDifferentElementOrder()
2267 Constant *NewC = Op0IsBinop ? ConstantExpr::getShuffleVector(C, IdC, Mask) : in foldSelectShuffleWith1Binop()
2268 ConstantExpr::getShuffleVector(IdC, C, Mask); in foldSelectShuffleWith1Binop()
2398 Constant *NewC = ConstantExpr::getShuffleVector(C0, C1, Mask); in foldSelectShuffle()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1523 return ConstantExpr::getShuffleVector(V, PoisonV, Zeros); in getSplat()
1581 return ConstantExpr::getShuffleVector(Ops[0], Ops[1], getShuffleMask(), in getWithOperands()
2590 Constant *ConstantExpr::getShuffleVector(Constant *V1, Constant *V2, in getShuffleVector() function in ConstantExpr
H A DCore.cpp1909 return wrap(ConstantExpr::getShuffleVector(unwrap<Constant>(VectorAConstant), in LLVMConstShuffleVector()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1078 return ConstantExpr::getShuffleVector( in ConstantFoldInstOperandsImpl()
H A DInstructionSimplify.cpp5495 return ConstantExpr::getShuffleVector(Op0Const, Op1Const, Mask); in simplifyShuffleVectorInst()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1706 C = ConstantExpr::getShuffleVector(ConstOps[0], ConstOps[1], Mask); in materializeValue()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4518 ID.ConstantVal = ConstantExpr::getShuffleVector(Elts[0], Elts[1], Mask); in parseValID()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc20881 …tExpr16getShuffleVectorEPNS_8ConstantES2_S2_", "llvm::ConstantExpr::getShuffleVector(llvm::Constan…