Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A 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 …]
H A 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 …]
H A 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()
H A 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()
H A 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
H A 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()
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A 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
/aosp_15_r20/external/auto/value/src/test/java/com/google/auto/value/processor/
H A DTypeVariablesTest.java52 abstract static class Source1 { class in TypeVariablesTest
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3156 unsigned Source1, Source2; in getShuffleCost() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
Dndis.h3797 #define NdisEqualMemory(Source1, Source2, Length) \ argument