HomeSort by relevance Sort by last modified time
    Searched refs:Combined (Results 1 - 24 of 24) sorted by null

  /external/llvm/lib/Transforms/Scalar/
LoadCombine.cpp 36 STATISTIC(NumLoadsCombined, "Number of loads combined");
121 bool Combined = false;
130 Combined = true;
132 return Combined;
135 /// \brief Try to aggregate loads from a sorted list of loads to be combined.
143 bool Combined = false;
163 Combined = true;
178 Combined = true;
179 return Combined;
219 Twine(Loads[0].Load->getName()) + ".combined", false
    [all...]
  /external/capstone/arch/XCore/
XCoreDisassembler.c 195 unsigned Combined = fieldFromInstruction_4(Insn, 6, 5);
197 if (Combined < 27)
201 if (Combined == 31)
203 Combined += 5;
206 Combined -= 27;
207 Op1High = Combined % 3;
208 Op2High = Combined / 3;
219 unsigned Combined = fieldFromInstruction_4(Insn, 6, 5);
220 if (Combined >= 27)
223 Op1High = Combined % 3
    [all...]
  /external/llvm/lib/Target/XCore/Disassembler/
XCoreDisassembler.cpp 242 unsigned Combined = fieldFromInstruction(Insn, 6, 5);
243 if (Combined < 27)
246 if (Combined == 31)
248 Combined += 5;
250 Combined -= 27;
251 unsigned Op1High = Combined % 3;
252 unsigned Op2High = Combined / 3;
261 unsigned Combined = fieldFromInstruction(Insn, 6, 5);
262 if (Combined >= 27)
265 unsigned Op1High = Combined % 3
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/Disassembler/
XCoreDisassembler.cpp 242 unsigned Combined = fieldFromInstruction(Insn, 6, 5);
243 if (Combined < 27)
246 if (Combined == 31)
248 Combined += 5;
250 Combined -= 27;
251 unsigned Op1High = Combined % 3;
252 unsigned Op2High = Combined / 3;
261 unsigned Combined = fieldFromInstruction(Insn, 6, 5);
262 if (Combined >= 27)
265 unsigned Op1High = Combined % 3
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4dec_lib.h 292 int Combined, uint8 *pp_mod);
294 int Combined, uint8 *pp_mod);
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 160 HashTable Combined(NextPowerOf2(2 * Weights.size()));
162 combineWeight(Combined[W.TargetNode.Index], W);
165 if (Weights.size() == Combined.size())
170 Weights.reserve(Combined.size());
171 for (const auto &I : Combined)
202 // Early exit when combined into a single successor.
480 DEBUG(dbgs() << " => combined-scale = " << Loop.Scale << "\n");
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 182 HashTable Combined(NextPowerOf2(2 * Weights.size()));
184 combineWeight(Combined[W.TargetNode.Index], W);
187 if (Weights.size() == Combined.size())
192 Weights.reserve(Combined.size());
193 for (const auto &I : Combined)
224 // Early exit when combined into a single successor.
506 LLVM_DEBUG(dbgs() << " => combined-scale = " << Loop.Scale << "\n");
  /external/syzkaller/vendor/google.golang.org/appengine/log/
log.go 77 // combined with filtering options such as StartTime, EndTime, Offset,
121 Combined string
219 Combined: *rl.Combined,
  /external/llvm/tools/gold/
gold-plugin.cpp 182 // the information from intermediate files and write a combined
765 // combined module.
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/syzkaller/vendor/google.golang.org/appengine/internal/log/
log_service.pb.go 230 Combined *string `protobuf:"bytes,18,req,name=combined" json:"combined,omitempty"`
394 if m != nil && m.Combined != nil {
395 return *m.Combined
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 80 STATISTIC(NodesCombined , "Number of dag nodes combined");
140 /// Set of nodes which have been combined (at least once).
143 /// which have not yet been combined to the worklist.
179 // Skip handle nodes as they can't usefully be combined and confuse the
522 /// can be combined into narrow loads.
3039 SDValue combined; local
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/blktrace/btt/doc/
btt.tex 88 a file to store the combined binary stream. (e.g.: \texttt{blkparse
163 are combined via merges into a single IO issued and completed. We
767 \item Combined data -- all read and write IOs
786 \item[c] Combined -- both read and write IOs
799 # Combined
    [all...]
  /build/blueprint/microfactory/
microfactory.go 39 // Combined with a shell script like microfactory.bash that uses `go run` to
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 508 /// path string table, used to correlate with combined index
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 46 STATISTIC(NodesCombined , "Number of dag nodes combined");
112 /// \brief Set of nodes which have been combined (at least once).
115 /// which have not yet been combined to the worklist.
135 // Skip handle nodes as they can't usefully be combined and confuse the
2189 SDValue combined; local
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]

Completed in 1175 milliseconds