Home
last modified time | relevance | path

Searched refs:Logic (Results 1 – 25 of 78) sorted by relevance

1234

/external/oboe/samples/iolib/
DREADME.md34 * Logic for an Oboe `AudioStreamCallback` interface.
35 * Logic for handling streaming restart on error (i.e. playback device changes)
/external/sonivox/jet_tools/logic_templates/
DREADME.txt1 This directory contains Apple Logic template files to facilitate the creation of MIDI files to impo…
/external/angle/src/tests/gles1_conformance_tests/
DPrimtestTests.cpp137 TEST_P(GLES1PrimtestTest, Logic) in TEST_P() argument
/external/python/pyasn1/docs/source/pyasn1/type/constraint/
Dcontents.rst38 Logic operations on constraints
/external/llvm-project/llvm/test/tools/llvm-mca/X86/
Doption-all-stats-1.s38 # FULLREPORT: Dispatch Logic - number of cycles where we saw N micro opcodes dispatched:
Doption-all-stats-2.s39 # FULL: Dispatch Logic - number of cycles where we saw N micro opcodes dispatched:
Doption-all-views-2.s59 # ALL: Dispatch Logic - number of cycles where we saw N micro opcodes dispatched:
Doption-all-views-1.s60 # FULLREPORT: Dispatch Logic - number of cycles where we saw N micro opcodes dispatched:
/external/llvm-project/llvm/test/tools/llvm-mca/X86/BdVer2/
Dstore-throughput.s87 # CHECK: Dispatch Logic - number of cycles where we saw N micro opcodes dispatched:
315 # CHECK: Dispatch Logic - number of cycles where we saw N micro opcodes dispatched:
543 # CHECK: Dispatch Logic - number of cycles where we saw N micro opcodes dispatched:
774 # CHECK: Dispatch Logic - number of cycles where we saw N micro opcodes dispatched:
Dload-throughput.s87 # CHECK: Dispatch Logic - number of cycles where we saw N micro opcodes dispatched:
315 # CHECK: Dispatch Logic - number of cycles where we saw N micro opcodes dispatched:
543 # CHECK: Dispatch Logic - number of cycles where we saw N micro opcodes dispatched:
773 # CHECK: Dispatch Logic - number of cycles where we saw N micro opcodes dispatched:
Dregister-files-4.s35 # CHECK: Dispatch Logic - number of cycles where we saw N micro opcodes dispatched:
Dload-store-throughput.s80 # CHECK: Dispatch Logic - number of cycles where we saw N micro opcodes dispatched:
314 # CHECK: Dispatch Logic - number of cycles where we saw N micro opcodes dispatched:
548 # CHECK: Dispatch Logic - number of cycles where we saw N micro opcodes dispatched:
Dregister-files-3.s35 # CHECK: Dispatch Logic - number of cycles where we saw N micro opcodes dispatched:
Dregister-files-2.s25 # CHECK: Dispatch Logic - number of cycles where we saw N micro opcodes dispatched:
Dregister-files-1.s25 # CHECK: Dispatch Logic - number of cycles where we saw N micro opcodes dispatched:
/external/llvm-project/llvm/test/tools/llvm-mca/X86/Barcelona/
Dload-store-throughput.s80 # CHECK: Dispatch Logic - number of cycles where we saw N micro opcodes dispatched:
272 # CHECK: Dispatch Logic - number of cycles where we saw N micro opcodes dispatched:
464 # CHECK: Dispatch Logic - number of cycles where we saw N micro opcodes dispatched:
Dload-throughput.s80 # CHECK: Dispatch Logic - number of cycles where we saw N micro opcodes dispatched:
272 # CHECK: Dispatch Logic - number of cycles where we saw N micro opcodes dispatched:
464 # CHECK: Dispatch Logic - number of cycles where we saw N micro opcodes dispatched:
Dstore-throughput.s80 # CHECK: Dispatch Logic - number of cycles where we saw N micro opcodes dispatched:
274 # CHECK: Dispatch Logic - number of cycles where we saw N micro opcodes dispatched:
468 # CHECK: Dispatch Logic - number of cycles where we saw N micro opcodes dispatched:
/external/llvm-project/llvm/test/tools/llvm-mca/X86/Haswell/
Dcmpxchg16b.s35 # CHECK: Dispatch Logic - number of cycles where we saw N micro opcodes dispatched:
/external/llvm-project/llvm/test/tools/llvm-mca/X86/BtVer2/
Dregister-files-4.s35 # CHECK: Dispatch Logic - number of cycles where we saw N micro opcodes dispatched:
Dregister-files-3.s35 # CHECK: Dispatch Logic - number of cycles where we saw N micro opcodes dispatched:
Dregister-files-1.s25 # CHECK: Dispatch Logic - number of cycles where we saw N micro opcodes dispatched:
Dregister-files-2.s25 # CHECK: Dispatch Logic - number of cycles where we saw N micro opcodes dispatched:
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp801 BinaryOperator &Logic) { in foldAndOrOfICmpsOfAndWithPow2() argument
802 bool JoinedByAnd = Logic.getOpcode() == Instruction::And; in foldAndOrOfICmpsOfAndWithPow2()
803 assert((JoinedByAnd || Logic.getOpcode() == Instruction::Or) && in foldAndOrOfICmpsOfAndWithPow2()
826 isKnownToBeAPowerOfTwo(B, false, 0, &Logic) && in foldAndOrOfICmpsOfAndWithPow2()
827 isKnownToBeAPowerOfTwo(D, false, 0, &Logic)) { in foldAndOrOfICmpsOfAndWithPow2()
1083 BinaryOperator &Logic, in foldAndOrOfICmpsWithConstEq() argument
1086 bool IsAnd = Logic.getOpcode() == Instruction::And; in foldAndOrOfICmpsWithConstEq()
1087 assert((IsAnd || Logic.getOpcode() == Instruction::Or) && "Wrong logic op"); in foldAndOrOfICmpsWithConstEq()
1122 return Builder.CreateBinOp(Logic.getOpcode(), Cmp0, SubstituteCmp); in foldAndOrOfICmpsWithConstEq()
1484 static Instruction *foldLogicCastConstant(BinaryOperator &Logic, CastInst *Cast, in foldLogicCastConstant() argument
[all …]
/external/llvm-project/clang/test/Analysis/diagnostics/Inputs/expected-plists/
Dplist-multi-file.c.plist173 <key>category</key><string>Logic error</string>

1234