Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandMemCmp.cpp286 Value *Source1 = in emitLoadCompareByteBlock() local
347 Value *Source1 = getPtrToElementAtOffset(CI->getArgOperand(0), LoadSizeType, in getCompareLoadPairs() local
454 Value *Source1 = getPtrToElementAtOffset(CI->getArgOperand(0), LoadSizeType, in emitLoadCompareBlock() local
571 Value *Source1 = CI->getArgOperand(0); in getMemCmpOneBlock() local
/external/swiftshader/third_party/subzero/src/
DIceInstX8632.h1059 InstX86BaseTernop(Cfg *Func, Variable *Dest, Operand *Source1, in InstX86BaseTernop()
1107 Operand *Source1) in InstX86BaseThreeAddressop()
1902 Operand *Source1) { in create()
1911 InstX86ImulImm(Cfg *Func, Variable *Dest, Operand *Source0, Operand *Source1) in InstX86ImulImm()
2220 static InstX86Idiv *create(Cfg *Func, Variable *Dest, Operand *Source1, in create()
2230 InstX86Idiv(Cfg *Func, Variable *Dest, Operand *Source1, Operand *Source2) in InstX86Idiv()
2236 static InstX86Div *create(Cfg *Func, Variable *Dest, Operand *Source1, in create()
2246 InstX86Div(Cfg *Func, Variable *Dest, Operand *Source1, Operand *Source2) in InstX86Div()
2252 static InstX86Insertps *create(Cfg *Func, Variable *Dest, Operand *Source1, in create()
2261 InstX86Insertps(Cfg *Func, Variable *Dest, Operand *Source1, Operand *Source2) in InstX86Insertps()
[all …]
DIceInstX8664.h998 InstX86BaseTernop(Cfg *Func, Variable *Dest, Operand *Source1, in InstX86BaseTernop()
1046 Operand *Source1) in InstX86BaseThreeAddressop()
1843 Operand *Source1) { in create()
1852 InstX86ImulImm(Cfg *Func, Variable *Dest, Operand *Source0, Operand *Source1) in InstX86ImulImm()
2161 static InstX86Idiv *create(Cfg *Func, Variable *Dest, Operand *Source1, in create()
2171 InstX86Idiv(Cfg *Func, Variable *Dest, Operand *Source1, Operand *Source2) in InstX86Idiv()
2177 static InstX86Div *create(Cfg *Func, Variable *Dest, Operand *Source1, in create()
2187 InstX86Div(Cfg *Func, Variable *Dest, Operand *Source1, Operand *Source2) in InstX86Div()
2193 static InstX86Insertps *create(Cfg *Func, Variable *Dest, Operand *Source1, in create()
2202 InstX86Insertps(Cfg *Func, Variable *Dest, Operand *Source1, Operand *Source2) in InstX86Insertps()
[all …]
DIceInst.cpp272 Operand *Source1, Operand *Source2) in InstArithmetic()
353 Operand *Source1, Operand *Source2) in InstExtractElement()
359 InstFcmp::InstFcmp(Cfg *Func, FCond Condition, Variable *Dest, Operand *Source1, in InstFcmp()
366 InstIcmp::InstIcmp(Cfg *Func, ICond Condition, Variable *Dest, Operand *Source1, in InstIcmp()
374 Operand *Source1, Operand *Source2, in InstInsertElement()
DIceConverter.cpp515 Ice::Operand *Source1 = convertValue(Instr->getOperand(0)); in convertExtractElementInstruction() local
522 Ice::Operand *Source1 = convertValue(Instr->getOperand(0)); in convertInsertElementInstruction() local
532 Ice::Operand *Source1 = convertValue(Instr->getTrueValue()); in convertSelectInstruction() local
DIceInst.h329 Operand *Source1, Operand *Source2) { in create()
509 static InstExtractElement *create(Cfg *Func, Variable *Dest, Operand *Source1, in create()
542 Operand *Source1, Operand *Source2) { in create()
574 Operand *Source1, Operand *Source2) { in create()
598 static InstInsertElement *create(Cfg *Func, Variable *Dest, Operand *Source1, in create()
DIceInstX8664.cpp120 InstX86Mul::InstX86Mul(Cfg *Func, Variable *Dest, Variable *Source1, in InstX86Mul()
127 InstX86Shld::InstX86Shld(Cfg *Func, Variable *Dest, Variable *Source1, in InstX86Shld()
135 InstX86Shrd::InstX86Shrd(Cfg *Func, Variable *Dest, Variable *Source1, in InstX86Shrd()
DIceInstX8632.cpp132 InstX86Mul::InstX86Mul(Cfg *Func, Variable *Dest, Variable *Source1, in InstX86Mul()
139 InstX86Shld::InstX86Shld(Cfg *Func, Variable *Dest, Variable *Source1, in InstX86Shld()
147 InstX86Shrd::InstX86Shrd(Cfg *Func, Variable *Dest, Variable *Source1, in InstX86Shrd()
/external/auto/value/src/test/java/com/google/auto/value/processor/
DTypeVariablesTest.java52 abstract static class Source1 { class in TypeVariablesTest