Home
last modified time | relevance | path

Searched refs:Source2 (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandMemCmp.cpp288 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 …]
/external/swiftshader/third_party/subzero/src/
DIceInst.h331 Operand *Source1, Operand *Source2) { in create() argument
333 InstArithmetic(Func, Op, Dest, Source1, Source2); in create()
349 Operand *Source2);
512 Operand *Source2) { in create() argument
514 InstExtractElement(Func, Dest, Source1, Source2); in create()
525 Operand *Source2);
544 Operand *Source1, Operand *Source2) { in create() argument
546 InstFcmp(Func, Condition, Dest, Source1, Source2); in create()
555 Operand *Source2);
576 Operand *Source1, Operand *Source2) { in create() argument
[all …]
DIceInst.cpp274 Operand *Source1, Operand *Source2) in InstArithmetic() argument
277 addSource(Source2); in InstArithmetic()
355 Operand *Source1, Operand *Source2) in InstExtractElement() argument
358 addSource(Source2); in InstExtractElement()
362 Operand *Source2) in InstFcmp() argument
365 addSource(Source2); in InstFcmp()
369 Operand *Source2) in InstIcmp() argument
372 addSource(Source2); in InstIcmp()
376 Operand *Source1, Operand *Source2, in InstInsertElement() argument
380 addSource(Source2); in InstInsertElement()
DIceInstX86Base.h1023 Operand *Source2) in InstX86BaseTernop()
1027 this->addSource(Source2); in InstX86BaseTernop()
2220 Operand *Source2) { in create()
2222 InstX86Idiv(Func, Dest, Source1, Source2); in create()
2229 InstX86Idiv(Cfg *Func, Variable *Dest, Operand *Source1, Operand *Source2) in InstX86Idiv()
2230 : InstX86BaseTernop<InstX86Base::Idiv>(Func, Dest, Source1, Source2) {} in InstX86Idiv()
2236 Operand *Source2) { in create()
2238 InstX86Div(Func, Dest, Source1, Source2); in create()
2245 InstX86Div(Cfg *Func, Variable *Dest, Operand *Source1, Operand *Source2) in InstX86Div()
2246 : InstX86BaseTernop<InstX86Base::Div>(Func, Dest, Source1, Source2) {} in InstX86Div()
[all …]
DIceConverter.cpp516 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()
DIceInstX86BaseImpl.h67 Operand *Source2) in InstX86Mul() argument
70 this->addSource(Source2); in InstX86Mul()
76 Operand *Source2) in InstX86Shld() argument
80 this->addSource(Source2); in InstX86Shld()
86 Operand *Source2) in InstX86Shrd() argument
90 this->addSource(Source2); in InstX86Shrd()
/external/auto/value/src/test/java/com/google/auto/value/processor/
DTypeVariablesTest.java68 abstract static class Source2<T> { class in TypeVariablesTest
78 TypeElement source2 = elementUtils.getTypeElement(Source2.class.getCanonicalName()); in simpleTypeParameter()
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp3531 StringRef Source2 = R"( in TEST_P() local
3537 Source2, ompExecutableDirective(hasStructuredBlock(anything())))); in TEST_P()
3556 StringRef Source2 = R"( in TEST_P() local
3561 EXPECT_TRUE(matchesWithOpenMP(Source2, Matcher)); in TEST_P()
3602 StringRef Source2 = R"( in TEST_P() local
3607 EXPECT_TRUE(matchesWithOpenMP(Source2, Matcher)); in TEST_P()
3648 StringRef Source2 = R"( in TEST_P() local
3653 EXPECT_TRUE(matchesWithOpenMP(Source2, Matcher)); in TEST_P()
3694 const std::string Source2 = R"( in TEST() local
3699 EXPECT_TRUE(notMatchesWithOpenMP(Source2, Matcher)); in TEST()
[all …]
DASTMatchersNodeTest.cpp2166 StringRef Source2 = R"( in TEST() local
2170 EXPECT_TRUE(notMatchesWithOpenMP(Source2, Matcher)); in TEST()
2189 StringRef Source2 = R"( in TEST() local
2194 EXPECT_TRUE(matchesWithOpenMP(Source2, Matcher)); in TEST()
/external/bcc/SPECS/
Dbcc+clang.spec14 Source2: http://llvm.org/releases/%{llvmver}/cfe-%{llvmver}.src.tar.xz