/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | ExpandMemCmp.cpp | 198 Value *Source1 = CI->getArgOperand(0); in emitLoadCompareByteBlock() local 204 if (Source1->getType() != LoadSizeType) in emitLoadCompareByteBlock() 205 Source1 = Builder.CreateBitCast(Source1, LoadSizeType->getPointerTo()); in emitLoadCompareByteBlock() 211 Source1 = Builder.CreateGEP(LoadSizeType, Source1, in emitLoadCompareByteBlock() 217 Value *LoadSrc1 = Builder.CreateLoad(LoadSizeType, Source1); in emitLoadCompareByteBlock() 273 Value *Source1 = CI->getArgOperand(0); in getCompareLoadPairs() local 277 if (Source1->getType() != LoadSizeType) in getCompareLoadPairs() 278 Source1 = Builder.CreateBitCast(Source1, LoadSizeType->getPointerTo()); in getCompareLoadPairs() 284 Source1 = Builder.CreateGEP( in getCompareLoadPairs() 285 LoadSizeType, Source1, in getCompareLoadPairs() [all …]
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInst.h | 326 Operand *Source1, Operand *Source2) { in create() argument 328 InstArithmetic(Func, Op, Dest, Source1, Source2); in create() 343 InstArithmetic(Cfg *Func, OpKind Op, Variable *Dest, Operand *Source1, 507 static InstExtractElement *create(Cfg *Func, Variable *Dest, Operand *Source1, in create() argument 510 InstExtractElement(Func, Dest, Source1, Source2); in create() 520 InstExtractElement(Cfg *Func, Variable *Dest, Operand *Source1, 540 Operand *Source1, Operand *Source2) { in create() argument 542 InstFcmp(Func, Condition, Dest, Source1, Source2); in create() 550 InstFcmp(Cfg *Func, FCond Condition, Variable *Dest, Operand *Source1, 572 Operand *Source1, Operand *Source2) { in create() argument [all …]
|
D | IceInstX86Base.h | 1022 InstX86BaseTernop(Cfg *Func, Variable *Dest, Operand *Source1, in InstX86BaseTernop() 1026 this->addSource(Source1); in InstX86BaseTernop() 1070 Operand *Source1) in InstX86BaseThreeAddressop() 1073 this->addSource(Source1); in InstX86BaseThreeAddressop() 1884 Operand *Source1) { in create() 1886 InstX86ImulImm(Func, Dest, Source0, Source1); in create() 1894 Operand *Source1) in InstX86ImulImm() 1896 Source1) {} in InstX86ImulImm() 2219 static InstX86Idiv *create(Cfg *Func, Variable *Dest, Operand *Source1, in create() 2222 InstX86Idiv(Func, Dest, Source1, Source2); in create() [all …]
|
D | IceInst.cpp | 282 Operand *Source1, Operand *Source2) in InstArithmetic() argument 284 addSource(Source1); in InstArithmetic() 363 Operand *Source1, Operand *Source2) in InstExtractElement() argument 365 addSource(Source1); in InstExtractElement() 369 InstFcmp::InstFcmp(Cfg *Func, FCond Condition, Variable *Dest, Operand *Source1, in InstFcmp() argument 372 addSource(Source1); in InstFcmp() 376 InstIcmp::InstIcmp(Cfg *Func, ICond Condition, Variable *Dest, Operand *Source1, in InstIcmp() argument 379 addSource(Source1); in InstIcmp() 384 Operand *Source1, Operand *Source2, in InstInsertElement() argument 387 addSource(Source1); in InstInsertElement()
|
D | IceConverter.cpp | 515 Ice::Operand *Source1 = convertValue(Instr->getOperand(0)); in convertExtractElementInstruction() local 517 return Ice::InstExtractElement::create(Func.get(), Dest, Source1, Source2); in convertExtractElementInstruction() 522 Ice::Operand *Source1 = convertValue(Instr->getOperand(0)); in convertInsertElementInstruction() local 525 return Ice::InstInsertElement::create(Func.get(), Dest, Source1, Source2, in convertInsertElementInstruction() 532 Ice::Operand *Source1 = convertValue(Instr->getTrueValue()); in convertSelectInstruction() local 534 return Ice::InstSelect::create(Func.get(), Dest, Cond, Source1, Source2); in convertSelectInstruction()
|
D | IceInstX86BaseImpl.h | 66 Variable *Source1, in InstX86Mul() argument 69 this->addSource(Source1); in InstX86Mul() 75 Variable *Source1, in InstX86Shld() argument 79 this->addSource(Source1); in InstX86Shld() 85 Variable *Source1, in InstX86Shrd() argument 89 this->addSource(Source1); in InstX86Shrd()
|
/external/bcc/SPECS/ |
D | bcc+clang.spec | 13 Source1: http://llvm.org/releases/%{llvmver}/llvm-%{llvmver}.src.tar.xz
|
/external/openssh/contrib/suse/ |
D | openssh.spec | 20 Source1: x11-ssh-askpass-%{xversion}.tar.gz
|
/external/openssh/contrib/redhat/ |
D | openssh.spec | 78 Source1: http://www.jmknoble.net/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz
|
/external/squashfs-tools/ |
D | RELEASE-README | 212 Source1 source2 ... are the source directories/files containing the
|