HomeSort by relevance Sort by last modified time
    Searched refs:BE (Results 76 - 100 of 715) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libjpeg-turbo/
jcphuff.c 14 * currently does not allow multiple-scan files to be written with output
48 unsigned int BE; /* # of buffered correction bits before MCU */
77 * which should be safe.
146 /* Only DC coefficients may be interleaved, so cinfo->comps_in_scan = 1
183 entropy->BE = 0;
196 * NB: these must be called only when actually outputting,
224 * left-justified in this part. At most 16 bits can be passed to emit_bits
337 emit_buffered_bits(entropy, entropy->bit_buffer, entropy->BE);
338 entropy->BE = 0;
367 entropy->BE = 0
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SILowerI1Copies.cpp 9 /// unique in that they can be copied from VALU to SALU registers.
75 for (MachineFunction::iterator BI = MF.begin(), BE = MF.end();
76 BI != BE; ++BI) {
  /external/llvm/lib/Target/NVPTX/
NVPTXImageOptimizer.cpp 60 for (Function::iterator BI = F.begin(), BE = F.end(); BI != BE;
96 // This is an OpenCL sampler, so it must be a samplerref
102 // This is an OpenCL image, so it cannot be a samplerref
115 // This is an OpenCL read-only/read-write image, so it must be a surfref
120 // This is an OpenCL read-only/ imageor sampler, so it cannot be
133 // This is an OpenCL read-only image, so it must be a texref
140 // cannot be a texref
151 // live is actually unreachable and can be trivially eliminated by the
NVPTXReplaceImageHandles.cpp 12 // to work reliably, inlining of all function call must be performed.
59 for (MachineFunction::iterator BI = MF.begin(), BE = MF.end(); BI != BE;
70 // but we need the handle access to be eliminated because they are not
99 // For a surface load of vector size N, the Nth operand will be the surfref
171 assert(GV->hasName() && "Global sampler must be named!");
  /external/llvm/lib/Transforms/Scalar/
LowerExpectIntrinsic.cpp 41 // only be used in extreme cases, we could make this ratio higher. As it stands,
42 // programmers may be using __builtin_expect() / llvm.expect to annotate that a
43 // branch is likely or unlikely to be taken.
46 // 'select' instructions. It may be worthwhile to hoist these values to some
47 // shared space, so they can be used directly by other passes.
51 cl::desc("Weight of the branch likely to be taken (default = 2000)"));
54 cl::desc("Weight of the branch unlikely to be taken (default = 1)"));
155 for (BasicBlock::iterator BI = BB.begin(), BE = BB.end(); BI != BE;) {
PartiallyInlineLibCalls.cpp 88 for (Function::iterator BB = F.begin(), BE = F.end(); BB != BE;) {
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcphuff.c 11 * currently does not allow multiple-scan files to be written with output
45 unsigned int BE; /* # of buffered correction bits before MCU */
74 * which should be safe.
143 /* Only DC coefficients may be interleaved, so cinfo->comps_in_scan = 1
180 entropy->BE = 0;
193 * NB: these must be called only when actually outputting,
221 * left-justified in this part. At most 16 bits can be passed to emit_bits
336 emit_buffered_bits(entropy, entropy->bit_buffer, entropy->BE);
337 entropy->BE = 0;
366 entropy->BE = 0
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVRegularizeLLVM.cpp 23 // contributors may be used to endorse or promote products derived from this
28 // CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
125 for (auto BI = F->begin(), BE = F->end(); BI != BE; ++BI) {
  /external/swiftshader/third_party/LLVM/lib/Analysis/
AliasDebugger.cpp 66 for (BasicBlock::const_iterator BI = FI->begin(), BE = FI->end();
67 BI != BE; ++BI) {
RegionPrinter.cpp 125 BE = R->block_end(); BI != BE; ++BI) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopInstSimplify.cpp 96 for (BasicBlock::iterator BI = BB->begin(), BE = BB->end(); BI != BE;) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LowerExpectIntrinsic.cpp 22 cl::desc("Weight of the branch likely to be taken (default = 64)"));
25 cl::desc("Weight of the branch unlikely to be taken (default = 4)"));
141 for (BasicBlock::iterator BI = BB->begin(), BE = BB->end();
142 BI != BE; ) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
Consumed.h 66 /// \param ExpectedState -- The state the return value was expected to be
69 /// \param ObservedState -- The state the return value was observed to be
81 // FIXME: This can be removed when the attr propagation fix for templated
95 /// \param ExpectedState -- The state the return value was expected to be
98 /// \param ObservedState -- The state the return value was observed to be
151 /// they were declared to be in upon return from a function.
209 BE = SortedGraph->end(); BI != BE; ++BI) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
Consumed.h 66 /// \param ExpectedState -- The state the return value was expected to be
69 /// \param ObservedState -- The state the return value was observed to be
81 // FIXME: This can be removed when the attr propagation fix for templated
95 /// \param ExpectedState -- The state the return value was expected to be
98 /// \param ObservedState -- The state the return value was observed to be
151 /// they were declared to be in upon return from a function.
209 BE = SortedGraph->end(); BI != BE; ++BI) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
Consumed.h 66 /// \param ExpectedState -- The state the return value was expected to be
69 /// \param ObservedState -- The state the return value was observed to be
81 // FIXME: This can be removed when the attr propagation fix for templated
95 /// \param ExpectedState -- The state the return value was expected to be
98 /// \param ObservedState -- The state the return value was observed to be
151 /// they were declared to be in upon return from a function.
209 BE = SortedGraph->end(); BI != BE; ++BI) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
Consumed.h 66 /// \param ExpectedState -- The state the return value was expected to be
69 /// \param ObservedState -- The state the return value was observed to be
81 // FIXME: This can be removed when the attr propagation fix for templated
95 /// \param ExpectedState -- The state the return value was expected to be
98 /// \param ObservedState -- The state the return value was observed to be
151 /// they were declared to be in upon return from a function.
209 BE = SortedGraph->end(); BI != BE; ++BI) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
Consumed.h 66 /// \param ExpectedState -- The state the return value was expected to be
69 /// \param ObservedState -- The state the return value was observed to be
81 // FIXME: This can be removed when the attr propagation fix for templated
95 /// \param ExpectedState -- The state the return value was expected to be
98 /// \param ObservedState -- The state the return value was observed to be
151 /// they were declared to be in upon return from a function.
209 BE = SortedGraph->end(); BI != BE; ++BI) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
Consumed.h 66 /// \param ExpectedState -- The state the return value was expected to be
69 /// \param ObservedState -- The state the return value was observed to be
81 // FIXME: This can be removed when the attr propagation fix for templated
95 /// \param ExpectedState -- The state the return value was expected to be
98 /// \param ObservedState -- The state the return value was observed to be
151 /// they were declared to be in upon return from a function.
209 BE = SortedGraph->end(); BI != BE; ++BI) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
Consumed.h 66 /// \param ExpectedState -- The state the return value was expected to be
69 /// \param ObservedState -- The state the return value was observed to be
81 // FIXME: This can be removed when the attr propagation fix for templated
95 /// \param ExpectedState -- The state the return value was expected to be
98 /// \param ObservedState -- The state the return value was observed to be
151 /// they were declared to be in upon return from a function.
209 BE = SortedGraph->end(); BI != BE; ++BI) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
Consumed.h 66 /// \param ExpectedState -- The state the return value was expected to be
69 /// \param ObservedState -- The state the return value was observed to be
81 // FIXME: This can be removed when the attr propagation fix for templated
95 /// \param ExpectedState -- The state the return value was expected to be
98 /// \param ObservedState -- The state the return value was observed to be
151 /// they were declared to be in upon return from a function.
209 BE = SortedGraph->end(); BI != BE; ++BI) {
  /libcore/ojluni/src/test/java/time/tck/java/time/chrono/serial/
TCKEraSerialization.java 9 * This code is distributed in the hope that it will be useful, but WITHOUT
45 * may be used to endorse or promote products derived from this software
52 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
108 {ThaiBuddhistEra.BE},
  /external/clang/lib/AST/
ParentMap.cpp 179 BinaryOperator *BE = cast<BinaryOperator>(P);
182 return BE->getOpcode()!=BO_Comma ||DirectChild==BE->getRHS();
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCExpr.cpp 198 // debugging when inspecting MCValue objects. It shouldn't be relied upon
217 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Expr);
218 fixELFSymbolsInTLSFixupsImpl(BE->getLHS(), Asm);
219 fixELFSymbolsInTLSFixupsImpl(BE->getRHS(), Asm);
223 // We're known to be under a TLS fixup, so any symbol should be
224 // modified. There should be only one.
261 // If we do have nested target-specific expressions, they will be in
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCExpr.cpp 175 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Expr);
176 fixELFSymbolsInTLSFixupsImpl(BE->getLHS(), Asm);
177 fixELFSymbolsInTLSFixupsImpl(BE->getRHS(), Asm);
  /external/swiftshader/third_party/LLVM/lib/MC/
MCObjectStreamer.cpp 73 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Value);
74 AddValueSymbols(BE->getLHS());
75 AddValueSymbols(BE->getRHS());
93 assert(AddrSpace == 0 && "Address space must be 0!");

Completed in 490 milliseconds

1 2 34 5 6 7 8 91011>>