Home
last modified time | relevance | path

Searched refs:Shuf (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1954 Value *Shuf = Builder.CreateVectorSplat(VF, V, "broadcast"); in getBroadcastInstrs() local
1956 return Shuf; in getBroadcastInstrs()
3442 Value *Shuf = in vectorizeLoop() local
3451 (Instruction::BinaryOps)Op, TmpVec, Shuf, "bin.rdx")); in vectorizeLoop()
3454 TmpVec, Shuf); in vectorizeLoop()
DSLPVectorizer.cpp3884 Value *Shuf = Builder.CreateShuffleVector( in emitReduction() local
3886 TmpVec = createBinOp(Builder, ReductionOpcode, TmpVec, Shuf, "bin.rdx"); in emitReduction()
/external/llvm/test/CodeGen/X86/
Dvector-sext.ll3807 %Shuf = shufflevector <16 x i8> %A, <16 x i8> undef, <2 x i32> <i32 0, i32 1>
3808 %Ex = sext <2 x i8> %Shuf to <2 x i16>
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp14647 SDValue Shuf = DAG.getVectorShuffle(MVT::v4i32, dl, Result, Result, Mask); in LowerVSETCC() local
14648 Result = DAG.getNode(ISD::AND, dl, MVT::v4i32, Result, Shuf); in LowerVSETCC()