Home
last modified time | relevance | path

Searched defs:Source2 (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandMemCmp.cpp288 Value *Source2 = in emitLoadCompareByteBlock() local
349 Value *Source2 = getPtrToElementAtOffset(CI->getArgOperand(1), LoadSizeType, in getCompareLoadPairs() local
456 Value *Source2 = getPtrToElementAtOffset(CI->getArgOperand(1), LoadSizeType, in emitLoadCompareBlock() local
572 Value *Source2 = CI->getArgOperand(1); in getMemCmpOneBlock() local
/external/swiftshader/third_party/subzero/src/
DIceInst.cpp272 Operand *Source1, Operand *Source2) in InstArithmetic()
353 Operand *Source1, Operand *Source2) in InstExtractElement()
360 Operand *Source2) in InstFcmp()
367 Operand *Source2) in InstIcmp()
374 Operand *Source1, Operand *Source2, in InstInsertElement()
DIceInstX8664.h999 Operand *Source2) in InstX86BaseTernop()
2162 Operand *Source2) { in create()
2171 InstX86Idiv(Cfg *Func, Variable *Dest, Operand *Source1, Operand *Source2) in InstX86Idiv()
2178 Operand *Source2) { in create()
2187 InstX86Div(Cfg *Func, Variable *Dest, Operand *Source1, Operand *Source2) in InstX86Div()
2194 Operand *Source2) { in create()
2202 InstX86Insertps(Cfg *Func, Variable *Dest, Operand *Source1, Operand *Source2) in InstX86Insertps()
2210 Operand *Source2) { in create()
2223 InstX86Pinsr(Cfg *Func, Variable *Dest, Operand *Source1, Operand *Source2) in InstX86Pinsr()
2230 Operand *Source2) { in create()
[all …]
DIceInstX8632.h1060 Operand *Source2) in InstX86BaseTernop()
2221 Operand *Source2) { in create()
2230 InstX86Idiv(Cfg *Func, Variable *Dest, Operand *Source1, Operand *Source2) in InstX86Idiv()
2237 Operand *Source2) { in create()
2246 InstX86Div(Cfg *Func, Variable *Dest, Operand *Source1, Operand *Source2) in InstX86Div()
2253 Operand *Source2) { in create()
2261 InstX86Insertps(Cfg *Func, Variable *Dest, Operand *Source1, Operand *Source2) in InstX86Insertps()
2269 Operand *Source2) { in create()
2282 InstX86Pinsr(Cfg *Func, Variable *Dest, Operand *Source1, Operand *Source2) in InstX86Pinsr()
2289 Operand *Source2) { in create()
[all …]
DIceConverter.cpp516 Ice::Operand *Source2 = convertValue(Instr->getOperand(1)); in convertExtractElementInstruction() local
523 Ice::Operand *Source2 = convertValue(Instr->getOperand(1)); in convertInsertElementInstruction() local
533 Ice::Operand *Source2 = convertValue(Instr->getFalseValue()); in convertSelectInstruction() local
DIceInst.h329 Operand *Source1, Operand *Source2) { in create()
510 Operand *Source2) { in create()
542 Operand *Source1, Operand *Source2) { in create()
574 Operand *Source1, Operand *Source2) { in create()
599 Operand *Source2, Operand *Source3) { in create()
DIceInstX8664.cpp121 Operand *Source2) in InstX86Mul()
128 Operand *Source2) in InstX86Shld()
136 Operand *Source2) in InstX86Shrd()
DIceInstX8632.cpp133 Operand *Source2) in InstX86Mul()
140 Operand *Source2) in InstX86Shld()
148 Operand *Source2) in InstX86Shrd()
/external/auto/value/src/test/java/com/google/auto/value/processor/
DTypeVariablesTest.java68 abstract static class Source2<T> { class in TypeVariablesTest