/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 1443 assert(isValidOperands(Val, Index) && in ExtractElementInst() 1457 assert(isValidOperands(Val, Index) && in ExtractElementInst() 1466 bool ExtractElementInst::isValidOperands(const Value *Val, const Value *Index) { in isValidOperands() function in ExtractElementInst 1483 assert(isValidOperands(Vec, Elt, Index) && in InsertElementInst() 1497 assert(isValidOperands(Vec, Elt, Index) && in InsertElementInst() 1506 bool InsertElementInst::isValidOperands(const Value *Vec, const Value *Elt, in isValidOperands() function in InsertElementInst 1533 assert(isValidOperands(V1, V2, Mask) && in ShuffleVectorInst() 1550 assert(isValidOperands(V1, V2, Mask) && in ShuffleVectorInst() 1559 bool ShuffleVectorInst::isValidOperands(const Value *V1, const Value *V2, in isValidOperands() function in ShuffleVectorInst
|
D | Verifier.cpp | 1276 Assert1(ExtractElementInst::isValidOperands(EI.getOperand(0), in visitExtractElementInst() 1283 Assert1(InsertElementInst::isValidOperands(IE.getOperand(0), in visitInsertElementInst() 1291 Assert1(ShuffleVectorInst::isValidOperands(SV.getOperand(0), SV.getOperand(1), in visitShuffleVectorInst()
|
D | Constants.cpp | 1713 assert(ShuffleVectorInst::isValidOperands(V1, V2, Mask) && in getShuffleVector()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instructions.cpp | 1517 assert(isValidOperands(Val, Index) && in ExtractElementInst() 1531 assert(isValidOperands(Val, Index) && in ExtractElementInst() 1539 bool ExtractElementInst::isValidOperands(const Value *Val, const Value *Index) { in isValidOperands() function in ExtractElementInst 1555 assert(isValidOperands(Vec, Elt, Index) && in InsertElementInst() 1569 assert(isValidOperands(Vec, Elt, Index) && in InsertElementInst() 1578 bool InsertElementInst::isValidOperands(const Value *Vec, const Value *Elt, in isValidOperands() function in InsertElementInst 1604 assert(isValidOperands(V1, V2, Mask) && in ShuffleVectorInst() 1621 assert(isValidOperands(V1, V2, Mask) && in ShuffleVectorInst() 1630 bool ShuffleVectorInst::isValidOperands(const Value *V1, const Value *V2, in isValidOperands() function in ShuffleVectorInst
|
D | Verifier.cpp | 3080 ExtractElementInst::isValidOperands(EI.getOperand(0), EI.getOperand(1)), in visitExtractElementInst() 3086 Assert(InsertElementInst::isValidOperands(IE.getOperand(0), IE.getOperand(1), in visitInsertElementInst() 3093 Assert(ShuffleVectorInst::isValidOperands(SV.getOperand(0), SV.getOperand(1), in visitShuffleVectorInst()
|
D | Constants.cpp | 2098 assert(ShuffleVectorInst::isValidOperands(V1, V2, Mask) && in getShuffleVector()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 1755 assert(isValidOperands(Val, Index) && in ExtractElementInst() 1769 assert(isValidOperands(Val, Index) && in ExtractElementInst() 1778 bool ExtractElementInst::isValidOperands(const Value *Val, const Value *Index) { in isValidOperands() function in ExtractElementInst 1795 assert(isValidOperands(Vec, Elt, Index) && in InsertElementInst() 1809 assert(isValidOperands(Vec, Elt, Index) && in InsertElementInst() 1818 bool InsertElementInst::isValidOperands(const Value *Vec, const Value *Elt, in isValidOperands() function in InsertElementInst 1845 assert(isValidOperands(V1, V2, Mask) && in ShuffleVectorInst() 1862 assert(isValidOperands(V1, V2, Mask) && in ShuffleVectorInst() 1871 bool ShuffleVectorInst::isValidOperands(const Value *V1, const Value *V2, in isValidOperands() function in ShuffleVectorInst
|
D | Verifier.cpp | 2861 ExtractElementInst::isValidOperands(EI.getOperand(0), EI.getOperand(1)), in visitExtractElementInst() 2867 Assert(InsertElementInst::isValidOperands(IE.getOperand(0), IE.getOperand(1), in visitInsertElementInst() 2874 Assert(ShuffleVectorInst::isValidOperands(SV.getOperand(0), SV.getOperand(1), in visitShuffleVectorInst()
|
D | Constants.cpp | 2044 assert(ShuffleVectorInst::isValidOperands(V1, V2, Mask) && in getShuffleVector()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 299 return ShuffleVectorInst::isValidOperands(Cur[0], Cur[1], V); in validShuffleVectorIndex()
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.cpp | 2320 if (!ShuffleVectorInst::isValidOperands(Elts[0], Elts[1], Elts[2])) in ParseValID() 2327 if (!ExtractElementInst::isValidOperands(Elts[0], Elts[1])) in ParseValID() 2334 if (!InsertElementInst::isValidOperands(Elts[0], Elts[1], Elts[2])) in ParseValID() 3426 if (!ExtractElementInst::isValidOperands(Op0, Op1)) in ParseExtractElement() 3445 if (!InsertElementInst::isValidOperands(Op0, Op1, Op2)) in ParseInsertElement() 3464 if (!ShuffleVectorInst::isValidOperands(Op0, Op1, Op2)) in ParseShuffleVector()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instructions.h | 1533 static bool isValidOperands(const Value *Vec, const Value *Idx); 1595 static bool isValidOperands(const Value *Vec, const Value *NewElt, 1648 static bool isValidOperands(const Value *V1, const Value *V2,
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 3211 if (!ShuffleVectorInst::isValidOperands(Elts[0], Elts[1], Elts[2])) in ParseValID() 3218 if (!ExtractElementInst::isValidOperands(Elts[0], Elts[1])) in ParseValID() 3225 if (!InsertElementInst::isValidOperands(Elts[0], Elts[1], Elts[2])) in ParseValID() 5691 if (!ExtractElementInst::isValidOperands(Op0, Op1)) in ParseExtractElement() 5710 if (!InsertElementInst::isValidOperands(Op0, Op1, Op2)) in ParseInsertElement() 5729 if (!ShuffleVectorInst::isValidOperands(Op0, Op1, Op2)) in ParseShuffleVector()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 3500 if (!ShuffleVectorInst::isValidOperands(Elts[0], Elts[1], Elts[2])) in ParseValID() 3507 if (!ExtractElementInst::isValidOperands(Elts[0], Elts[1])) in ParseValID() 3514 if (!InsertElementInst::isValidOperands(Elts[0], Elts[1], Elts[2])) in ParseValID() 6181 if (!ExtractElementInst::isValidOperands(Op0, Op1)) in ParseExtractElement() 6200 if (!InsertElementInst::isValidOperands(Op0, Op1, Op2)) in ParseInsertElement() 6219 if (!ShuffleVectorInst::isValidOperands(Op0, Op1, Op2)) in ParseShuffleVector()
|
/external/llvm/include/llvm/IR/ |
D | Instructions.h | 2051 static bool isValidOperands(const Value *Vec, const Value *Idx); 2114 static bool isValidOperands(const Value *Vec, const Value *NewElt, 2168 static bool isValidOperands(const Value *V1, const Value *V2,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instructions.h | 2294 static bool isValidOperands(const Value *Vec, const Value *Idx); 2359 static bool isValidOperands(const Value *Vec, const Value *NewElt, 2415 static bool isValidOperands(const Value *V1, const Value *V2,
|