Home
last modified time | relevance | path

Searched refs:Together (Results 1 – 25 of 27) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp199 Constant *Together = 0; in OptAndOp() local
201 Together = ConstantExpr::getAnd(AndRHS, OpRHS); in OptAndOp()
209 return BinaryOperator::CreateXor(And, Together); in OptAndOp()
214 if (Together != OpRHS) { in OptAndOp()
216 Value *Or = Builder->CreateOr(X, Together); in OptAndOp()
221 ConstantInt *TogetherCI = dyn_cast<ConstantInt>(Together); in OptAndOp()
226 Together = ConstantExpr::getXor(AndRHS, Together); in OptAndOp()
227 Value *And = Builder->CreateAnd(X, Together); in OptAndOp()
/external/autotest/test_suites/
Dcontrol.chameleon_audio_unstable19 Together with DUT and external peripherals they are bundled in
Dcontrol.chameleon_audio_perbuild19 Together with DUT and external peripherals they are bundled in
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp155 Constant *Together = nullptr; in OptAndOp() local
157 Together = ConstantExpr::getAnd(AndRHS, OpRHS); in OptAndOp()
165 return BinaryOperator::CreateXor(And, Together); in OptAndOp()
170 if (Together != OpRHS) { in OptAndOp()
172 Value *Or = Builder->CreateOr(X, Together); in OptAndOp()
177 ConstantInt *TogetherCI = dyn_cast<ConstantInt>(Together); in OptAndOp()
182 Together = ConstantExpr::getXor(AndRHS, Together); in OptAndOp()
183 Value *And = Builder->CreateAnd(X, Together); in OptAndOp()
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/platforms/
DWinMsvc.cmake46 # Together with WINSDK_VER, determines the location of Windows SDK headers
50 # Together with WINSDK_BASE, determines the locations of Windows SDK headers
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/
DLangImpl08.rst168 Putting It All Together
/external/llvm/docs/tutorial/
DLangImpl08.rst168 Putting It All Together
/external/mesa3d/src/compiler/nir/
DREADME113 basic block that every return statement points to). Together, these elements
/external/swiftshader/docs/
DIndex.md46 …stenciling, and alpha blending are also performed in the pixel routine. Together with the traversa…
/external/python/cpython2/Doc/tutorial/
Dstdlib.rst310 supports direct reads and writes in a common database format. Together, these
/external/python/cpython3/Doc/tutorial/
Dstdlib.rst331 :mod:`xml.sax` packages. Together, these modules and packages
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp1459 APInt Together = *C & *OrC; in visitAnd() local
1461 Together ^ *C)); in visitAnd()
1464 Together)); in visitAnd()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DTestingGuide.rst193 to execute. Together, these lines form the "script" that :program:`lit`
DProgrammersManual.rst3677 Together, these methods make up the iterator based interface to the operands
/external/llvm/docs/
DTestingGuide.rst193 to execute. Together, these lines form the "script" that :program:`lit`
DProgrammersManual.rst3088 Together, these methods make up the iterator based interface to the operands
/external/fonttools/Doc/source/designspaceLib/
Dreadme.rst453 - Together these values transform the designspace.
/external/python/cpython2/Doc/library/
Ditertools.rst22 useful by themselves or in combination. Together, they form an "iterator
/external/openssh/
Dsshd.012 sshd (OpenSSH Daemon) is the daemon program for ssh(1). Together these
/external/python/cpython3/Doc/library/
Ditertools.rst21 useful by themselves or in combination. Together, they form an "iterator
Dasyncio-eventloop.rst1178 and the remaining strings specify the arguments. Together, string
/external/freetype/docs/
DCHANGES1882 FT_OUTLINE_EXCLUDE_STUBS, have been introduced. Together with
3482 Together, these can be used to iterate efficiently over the
/external/clang/docs/
DAutomaticReferenceCounting.rst1505 document. Together with the rule limiting the transformation of
/external/apache-commons-bcel/docs/verifier/
DJustIce.lyx2414 Together, the local variables array and the operand stack are called the
9223 Together with information from a simple analysis of the possible control
/external/brotli/tests/testdata/
Dlcet10.txt6232 Together with the index, the Greek-English Lexicon, and the index of all

12