Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DConstantFolder.h222 return ConstantExpr::getShuffleVector(V1, V2, Mask); in CreateShuffleVector()
DTargetFolder.h239 return Fold(ConstantExpr::getShuffleVector(V1, V2, Mask)); in CreateShuffleVector()
/external/llvm/include/llvm/IR/
DConstantFolder.h229 return ConstantExpr::getShuffleVector(V1, V2, Mask); in CreateShuffleVector()
DConstants.h1118 static Constant *getShuffleVector(Constant *V1, Constant *V2, Constant *Mask,
/external/llvm/include/llvm/Analysis/
DTargetFolder.h254 return Fold(ConstantExpr::getShuffleVector(V1, V2, Mask)); in CreateShuffleVector()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp835 return ConstantExpr::getShuffleVector(Op0, Op1, Op2); in getWithOperandReplaced()
892 return ConstantExpr::getShuffleVector(Ops[0], Ops[1], Ops[2]); in getWithOperands()
1711 Constant *ConstantExpr::getShuffleVector(Constant *V1, Constant *V2, in getShuffleVector() function in ConstantExpr
2144 Replacement = ConstantExpr::getShuffleVector(C1, C2, C3); in replaceUsesOfWithOnConstant()
DCore.cpp1000 return wrap(ConstantExpr::getShuffleVector(unwrap<Constant>(VectorAConstant), in LLVMConstShuffleVector()
/external/swiftshader/third_party/LLVM/include/llvm/
DConstants.h829 static Constant *getShuffleVector(Constant *V1, Constant *V2, Constant *Mask);
/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp807 return ConstantExpr::getShuffleVector(C, UndefValue::get(C->getType()), in EvaluateInDifferentElementOrder()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DConstantFolding.cpp889 return ConstantExpr::getShuffleVector(Ops[0], Ops[1], Ops[2]); in ConstantFoldInstOperands()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp1435 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2); in ParseConstants()
1449 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2); in ParseConstants()
/external/llvm/lib/IR/
DConstants.cpp1165 return ConstantExpr::getShuffleVector(Ops[0], Ops[1], Ops[2], in getWithOperands()
2042 Constant *ConstantExpr::getShuffleVector(Constant *V1, Constant *V2, in getShuffleVector() function in ConstantExpr
DCore.cpp1398 return wrap(ConstantExpr::getShuffleVector(unwrap<Constant>(VectorAConstant), in LLVMConstShuffleVector()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSCCP.cpp1168 markConstant(&I, ConstantExpr::getShuffleVector(V1, V2, Mask)); in visitShuffleVectorInst()
/external/llvm/lib/Analysis/
DConstantFolding.cpp959 return ConstantExpr::getShuffleVector(Ops[0], Ops[1], Ops[2]); in ConstantFoldInstOperandsImpl()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3199 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2); in parseConstants()
3213 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2); in parseConstants()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp2323 ConstantExpr::getShuffleVector(Elts[0], Elts[1],Elts[2]); in ParseValID()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli1085 See the method [llvm::ConstantExpr::getShuffleVector]. *)
/external/llvm/lib/AsmParser/
DLLParser.cpp3214 ConstantExpr::getShuffleVector(Elts[0], Elts[1],Elts[2]); in ParseValID()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1247 See the method [llvm::ConstantExpr::getShuffleVector]. *)