Home
last modified time | relevance | path

Searched refs:Source3 (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInst.h587 Operand *Source2, Operand *Source3) { in create() argument
589 InstInsertElement(Func, Dest, Source1, Source2, Source3); in create()
600 Operand *Source2, Operand *Source3);
DIceConverter.cpp524 Ice::Operand *Source3 = convertValue(Instr->getOperand(2)); in convertInsertElementInstruction() local
526 Source3); in convertInsertElementInstruction()
DIceInst.cpp385 Operand *Source3) in InstInsertElement() argument
389 addSource(Source3); in InstInsertElement()