/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ExpandMemCmp.cpp | 286 Value *Source1 = in emitLoadCompareByteBlock() local 291 Value *LoadSrc1 = Builder.CreateLoad(LoadSizeType, Source1); in emitLoadCompareByteBlock() 347 Value *Source1 = getPtrToElementAtOffset(CI->getArgOperand(0), LoadSizeType, in getCompareLoadPairs() local 354 if (auto *Source1C = dyn_cast<Constant>(Source1)) in getCompareLoadPairs() 357 LoadSrc1 = Builder.CreateLoad(LoadSizeType, Source1); in getCompareLoadPairs() 454 Value *Source1 = getPtrToElementAtOffset(CI->getArgOperand(0), LoadSizeType, in emitLoadCompareBlock() local 460 Value *LoadSrc1 = Builder.CreateLoad(LoadSizeType, Source1); in emitLoadCompareBlock() 571 Value *Source1 = CI->getArgOperand(0); in getMemCmpOneBlock() local 575 if (Source1->getType() != LoadSizeType) in getMemCmpOneBlock() 576 Source1 = Builder.CreateBitCast(Source1, LoadSizeType->getPointerTo()); in getMemCmpOneBlock() [all …]
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInst.h | 331 Operand *Source1, Operand *Source2) { in create() argument 333 InstArithmetic(Func, Op, Dest, Source1, Source2); in create() 348 InstArithmetic(Cfg *Func, OpKind Op, Variable *Dest, Operand *Source1, 511 static InstExtractElement *create(Cfg *Func, Variable *Dest, Operand *Source1, in create() argument 514 InstExtractElement(Func, Dest, Source1, Source2); in create() 524 InstExtractElement(Cfg *Func, Variable *Dest, Operand *Source1, 544 Operand *Source1, Operand *Source2) { in create() argument 546 InstFcmp(Func, Condition, Dest, Source1, Source2); in create() 554 InstFcmp(Cfg *Func, FCond Condition, Variable *Dest, Operand *Source1, 576 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 | 274 Operand *Source1, Operand *Source2) in InstArithmetic() argument 276 addSource(Source1); in InstArithmetic() 355 Operand *Source1, Operand *Source2) in InstExtractElement() argument 357 addSource(Source1); in InstExtractElement() 361 InstFcmp::InstFcmp(Cfg *Func, FCond Condition, Variable *Dest, Operand *Source1, in InstFcmp() argument 364 addSource(Source1); in InstFcmp() 368 InstIcmp::InstIcmp(Cfg *Func, ICond Condition, Variable *Dest, Operand *Source1, in InstIcmp() argument 371 addSource(Source1); in InstIcmp() 376 Operand *Source1, Operand *Source2, in InstInsertElement() argument 379 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/llvm-project/clang/unittests/ASTMatchers/ |
D | ASTMatchersNarrowingTest.cpp | 3505 StringRef Source1 = R"( in TEST_P() local 3509 EXPECT_TRUE(matchesWithOpenMP(Source1, Matcher)); in TEST_P() 3521 StringRef Source1 = R"( in TEST_P() local 3527 Source1, ompExecutableDirective(hasStructuredBlock(nullStmt())))); in TEST_P() 3529 Source1, ompExecutableDirective(hasStructuredBlock(compoundStmt())))); in TEST_P() 3549 StringRef Source1 = R"( in TEST_P() local 3554 EXPECT_TRUE(notMatchesWithOpenMP(Source1, Matcher)); in TEST_P() 3595 StringRef Source1 = R"( in TEST_P() local 3600 EXPECT_TRUE(notMatchesWithOpenMP(Source1, Matcher)); in TEST_P() 3641 StringRef Source1 = R"( in TEST_P() local [all …]
|
D | ASTMatchersNodeTest.cpp | 2159 StringRef Source1 = R"( in TEST() local 2164 EXPECT_TRUE(matchesWithOpenMP(Source1, Matcher)); in TEST() 2182 StringRef Source1 = R"( in TEST() local 2187 EXPECT_TRUE(notMatchesWithOpenMP(Source1, Matcher)); in TEST()
|
/external/auto/value/src/test/java/com/google/auto/value/processor/ |
D | TypeVariablesTest.java | 52 abstract static class Source1 { class in TypeVariablesTest 60 TypeElement source1 = elementUtils.getTypeElement(Source1.class.getCanonicalName()); in noTypeParameters()
|
/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 | 88 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
|