/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ConstantFolder.h | 222 return ConstantExpr::getShuffleVector(V1, V2, Mask); in CreateShuffleVector()
|
D | TargetFolder.h | 239 return Fold(ConstantExpr::getShuffleVector(V1, V2, Mask)); in CreateShuffleVector()
|
/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 229 return ConstantExpr::getShuffleVector(V1, V2, Mask); in CreateShuffleVector()
|
D | Constants.h | 1118 static Constant *getShuffleVector(Constant *V1, Constant *V2, Constant *Mask,
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 254 return Fold(ConstantExpr::getShuffleVector(V1, V2, Mask)); in CreateShuffleVector()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Constants.cpp | 835 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()
|
D | Core.cpp | 1000 return wrap(ConstantExpr::getShuffleVector(unwrap<Constant>(VectorAConstant), in LLVMConstShuffleVector()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Constants.h | 829 static Constant *getShuffleVector(Constant *V1, Constant *V2, Constant *Mask);
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 807 return ConstantExpr::getShuffleVector(C, UndefValue::get(C->getType()), in EvaluateInDifferentElementOrder()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ConstantFolding.cpp | 889 return ConstantExpr::getShuffleVector(Ops[0], Ops[1], Ops[2]); in ConstantFoldInstOperands()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1435 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2); in ParseConstants() 1449 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2); in ParseConstants()
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 1165 return ConstantExpr::getShuffleVector(Ops[0], Ops[1], Ops[2], in getWithOperands() 2042 Constant *ConstantExpr::getShuffleVector(Constant *V1, Constant *V2, in getShuffleVector() function in ConstantExpr
|
D | Core.cpp | 1398 return wrap(ConstantExpr::getShuffleVector(unwrap<Constant>(VectorAConstant), in LLVMConstShuffleVector()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | SCCP.cpp | 1168 markConstant(&I, ConstantExpr::getShuffleVector(V1, V2, Mask)); in visitShuffleVectorInst()
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 959 return ConstantExpr::getShuffleVector(Ops[0], Ops[1], Ops[2]); in ConstantFoldInstOperandsImpl()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 3199 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2); in parseConstants() 3213 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2); in parseConstants()
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.cpp | 2323 ConstantExpr::getShuffleVector(Elts[0], Elts[1],Elts[2]); in ParseValID()
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.mli | 1085 See the method [llvm::ConstantExpr::getShuffleVector]. *)
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 3214 ConstantExpr::getShuffleVector(Elts[0], Elts[1],Elts[2]); in ParseValID()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1247 See the method [llvm::ConstantExpr::getShuffleVector]. *)
|