HomeSort by relevance Sort by last modified time
    Searched refs:CreateShuffleVector (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/VMCore/
AutoUpgrade.cpp 154 Rep = Builder.CreateShuffleVector(Op0, Op0, ConstantVector::get(Idxs));
Core.cpp     [all...]
  /external/llvm/include/llvm/Support/
ConstantFolder.h 220 Constant *CreateShuffleVector(Constant *V1, Constant *V2,
NoFolder.h 268 Instruction *CreateShuffleVector(Constant *V1, Constant *V2,
TargetFolder.h 237 Constant *CreateShuffleVector(Constant *V1, Constant *V2,
IRBuilder.h     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 610 llvm::Value *Yay = Builder.CreateShuffleVector(UnV, UnV, Mask, "splat");
722 LHS = Builder.CreateShuffleVector(LHS, RHS, CV, "concat");
789 return Builder.CreateShuffleVector(V1, V2, SV, "shuffle");
    [all...]
CGBuiltin.cpp     [all...]
CGExpr.cpp     [all...]
  /external/mesa3d/src/glsl/
ir_to_llvm.cpp 447 return bld.CreateShuffleVector(v, llvm::UndefValue::get(v->getType()), llvm::ConstantVector::get(pack(vals)), name);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 438 milliseconds