Searched defs:Shuf (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp212 Value *Shuf = Builder.CreateShuffleVector(Load, UndefValue::get(V4Ty), local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp852 Value *Shuf = Builder.CreateShuffleVector( local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp725 static bool isShuffleEquivalentToSelect(ShuffleVectorInst &Shuf) { argument
818 auto *Shuf = dyn_cast<ShuffleVectorInst>(InsElt.getOperand(0)); local
852 auto *Shuf = dyn_cast<ShuffleVectorInst>(InsElt.getOperand(0)); local
1455 foldSelectShuffleWith1Binop(ShuffleVectorInst &Shuf) argument
1511 canonicalizeInsertSplat(ShuffleVectorInst &Shuf, InstCombiner::BuilderTy &Builder) argument
1543 foldSelectShuffle(ShuffleVectorInst &Shuf, InstCombiner::BuilderTy &Builder, const DataLayout &DL) argument
1672 narrowVectorSelect(ShuffleVectorInst &Shuf, InstCombiner::BuilderTy &Builder) argument
1705 foldIdentityExtractShuffle(ShuffleVectorInst &Shuf) argument
1746 foldShuffleWithInsert(ShuffleVectorInst &Shuf) argument
1835 foldIdentityPaddedShuffles(ShuffleVectorInst &Shuf) argument
[all...]
H A DInstCombineCasts.cpp640 auto *Shuf = dyn_cast<ShuffleVectorInst>(Trunc.getOperand(0)); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp2711 auto *Shuf = cast<ShuffleVectorInst>(U); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16847 SDValue Shuf = DAG.getVectorShuffle(ShufVT, DL, DestVecBC, PaddedSubV, Mask); local
17162 auto *Shuf = cast<ShuffleVectorSDNode>(VecOp); local
17620 SDValue Shuf local
18672 foldShuffleOfConcatUndefs(ShuffleVectorSDNode *Shuf, SelectionDAG &DAG) argument
18995 combineShuffleOfSplatVal(ShuffleVectorSDNode *Shuf, SelectionDAG &DAG) argument
19073 replaceShuffleOfInsert(ShuffleVectorSDNode *Shuf, SelectionDAG &DAG) argument
19127 simplifyShuffleOfShuffle(ShuffleVectorSDNode *Shuf) argument
[all...]

Completed in 143 milliseconds