/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ExpandMemCmp.cpp | 288 Value *Source2 = in emitLoadCompareByteBlock() local 292 Value *LoadSrc2 = Builder.CreateLoad(LoadSizeType, Source2); in emitLoadCompareByteBlock() 349 Value *Source2 = getPtrToElementAtOffset(CI->getArgOperand(1), LoadSizeType, in getCompareLoadPairs() local 360 if (auto *Source2C = dyn_cast<Constant>(Source2)) in getCompareLoadPairs() 363 LoadSrc2 = Builder.CreateLoad(LoadSizeType, Source2); in getCompareLoadPairs() 456 Value *Source2 = getPtrToElementAtOffset(CI->getArgOperand(1), LoadSizeType, in emitLoadCompareBlock() local 461 Value *LoadSrc2 = Builder.CreateLoad(LoadSizeType, Source2); in emitLoadCompareBlock() 572 Value *Source2 = CI->getArgOperand(1); in getMemCmpOneBlock() local 577 if (Source2->getType() != LoadSizeType) in getMemCmpOneBlock() 578 Source2 = Builder.CreateBitCast(Source2, LoadSizeType->getPointerTo()); in getMemCmpOneBlock() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceInst.h | 329 Operand *Source1, Operand *Source2) { in create() argument 331 InstArithmetic(Func, Op, Dest, Source1, Source2); in create() 347 Operand *Source2); 510 Operand *Source2) { in create() argument 512 InstExtractElement(Func, Dest, Source1, Source2); in create() 523 Operand *Source2); 542 Operand *Source1, Operand *Source2) { in create() argument 544 InstFcmp(Func, Condition, Dest, Source1, Source2); in create() 553 Operand *Source2); 574 Operand *Source1, Operand *Source2) { in create() argument [all …]
|
D | IceInst.cpp | 272 Operand *Source1, Operand *Source2) in InstArithmetic() argument 275 addSource(Source2); in InstArithmetic() 353 Operand *Source1, Operand *Source2) in InstExtractElement() argument 356 addSource(Source2); in InstExtractElement() 360 Operand *Source2) in InstFcmp() argument 363 addSource(Source2); in InstFcmp() 367 Operand *Source2) in InstIcmp() argument 370 addSource(Source2); in InstIcmp() 374 Operand *Source1, Operand *Source2, in InstInsertElement() argument 378 addSource(Source2); in InstInsertElement()
|
D | IceInstX8632.h | 1060 Operand *Source2) in InstX86BaseTernop() argument 1064 this->addSource(Source2); in InstX86BaseTernop() 2221 Operand *Source2) { in create() argument 2223 InstX86Idiv(Func, Dest, Source1, Source2); in create() 2230 InstX86Idiv(Cfg *Func, Variable *Dest, Operand *Source1, Operand *Source2) in InstX86Idiv() argument 2231 : InstX86BaseTernop<InstX86Base::Idiv>(Func, Dest, Source1, Source2) {} in InstX86Idiv() 2237 Operand *Source2) { in create() argument 2239 InstX86Div(Func, Dest, Source1, Source2); in create() 2246 InstX86Div(Cfg *Func, Variable *Dest, Operand *Source1, Operand *Source2) in InstX86Div() argument 2247 : InstX86BaseTernop<InstX86Base::Div>(Func, Dest, Source1, Source2) {} in InstX86Div() [all …]
|
D | IceInstX8664.h | 999 Operand *Source2) in InstX86BaseTernop() argument 1003 this->addSource(Source2); in InstX86BaseTernop() 2162 Operand *Source2) { in create() argument 2164 InstX86Idiv(Func, Dest, Source1, Source2); in create() 2171 InstX86Idiv(Cfg *Func, Variable *Dest, Operand *Source1, Operand *Source2) in InstX86Idiv() argument 2172 : InstX86BaseTernop<InstX86Base::Idiv>(Func, Dest, Source1, Source2) {} in InstX86Idiv() 2178 Operand *Source2) { in create() argument 2180 InstX86Div(Func, Dest, Source1, Source2); in create() 2187 InstX86Div(Cfg *Func, Variable *Dest, Operand *Source1, Operand *Source2) in InstX86Div() argument 2188 : InstX86BaseTernop<InstX86Base::Div>(Func, Dest, Source1, Source2) {} in InstX86Div() [all …]
|
D | IceConverter.cpp | 516 Ice::Operand *Source2 = convertValue(Instr->getOperand(1)); in convertExtractElementInstruction() local 517 return Ice::InstExtractElement::create(Func.get(), Dest, Source1, Source2); in convertExtractElementInstruction() 523 Ice::Operand *Source2 = convertValue(Instr->getOperand(1)); in convertInsertElementInstruction() local 525 return Ice::InstInsertElement::create(Func.get(), Dest, Source1, Source2, in convertInsertElementInstruction() 533 Ice::Operand *Source2 = convertValue(Instr->getFalseValue()); in convertSelectInstruction() local 534 return Ice::InstSelect::create(Func.get(), Dest, Cond, Source1, Source2); in convertSelectInstruction()
|
D | IceInstX8632.cpp | 133 Operand *Source2) in InstX86Mul() argument 136 this->addSource(Source2); in InstX86Mul() 140 Operand *Source2) in InstX86Shld() argument 144 this->addSource(Source2); in InstX86Shld() 148 Operand *Source2) in InstX86Shrd() argument 152 this->addSource(Source2); in InstX86Shrd()
|
D | IceInstX8664.cpp | 121 Operand *Source2) in InstX86Mul() argument 124 this->addSource(Source2); in InstX86Mul() 128 Operand *Source2) in InstX86Shld() argument 132 this->addSource(Source2); in InstX86Shld() 136 Operand *Source2) in InstX86Shrd() argument 140 this->addSource(Source2); in InstX86Shrd()
|
/third_party/iptables/ |
D | iptables.spec | 11 Source2: iptables-config
|
/third_party/cups/ |
D | cups.spec | 27 Source2: macros.cups
|