Home
last modified time | relevance | path

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

12

/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstantFolder.h261 return ConstantExpr::getShuffleVector(V1, V2, Mask); in CreateShuffleVector()
DConstants.h1190 static Constant *getShuffleVector(Constant *V1, Constant *V2, Constant *Mask,
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp1032 return ConstantExpr::getShuffleVector(C, UndefValue::get(C->getType()), in EvaluateInDifferentElementOrder()
1214 Constant *NewC = Op0IsBinop ? ConstantExpr::getShuffleVector(C, IdC, Mask) : in foldSelectShuffleWith1Binop()
1215 ConstantExpr::getShuffleVector(IdC, C, Mask); in foldSelectShuffleWith1Binop()
1293 Constant *NewC = ConstantExpr::getShuffleVector(C0, C1, Mask); in foldSelectShuffle()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetFolder.h253 return Fold(ConstantExpr::getShuffleVector(V1, V2, Mask)); in CreateShuffleVector()
/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-7.0/llvm/lib/IR/
DConstants.cpp1220 return ConstantExpr::getShuffleVector(Ops[0], Ops[1], Ops[2], in getWithOperands()
2096 Constant *ConstantExpr::getShuffleVector(Constant *V1, Constant *V2, in getShuffleVector() function in ConstantExpr
DCore.cpp1595 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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DConstantFolding.cpp1036 return ConstantExpr::getShuffleVector(Ops[0], Ops[1], Ops[2]); in ConstantFoldInstOperandsImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2475 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2); in parseConstants()
2489 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2); in parseConstants()
/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()

12