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

  /external/v8/src/compiler/
code-generator.h 23 struct BranchInfo {
97 void AssembleArchBranch(Instruction* instr, BranchInfo* branch);
code-generator.cc 307 BranchInfo branch;
  /external/llvm/lib/IR/
GCOV.cpp 588 if (Options.BranchInfo) {
668 if (Options.BranchInfo) {
760 if (Options.BranchInfo) {
  /external/llvm/include/llvm/Support/
GCOV.h 38 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F),
42 bool BranchInfo;
  /external/vixl/src/vixl/a64/
macro-assembler-a64.h 169 class BranchInfo {
171 BranchInfo()
174 BranchInfo(ptrdiff_t offset, Label* label, ImmBranchType branch_type)
180 static bool IsValidComparison(const BranchInfo& branch_1,
181 const BranchInfo& branch_2) {
182 // BranchInfo are always compared against against other objects with
198 bool operator==(const BranchInfo& other) const {
202 bool operator<(const BranchInfo& other) const {
206 bool operator<=(const BranchInfo& other) const {
210 bool operator>(const BranchInfo& other) const
    [all...]
macro-assembler-a64.cc 165 BranchInfo branch_info = BranchInfo(branch_pos, label, branch_type);
187 BranchInfo branch_info(link_offset, label, link->BranchType());
236 BranchInfo* branch_info = it.Current();
    [all...]
  /art/compiler/utils/mips/
assembler_mips.h 629 struct BranchInfo {
646 static const BranchInfo branch_info_[/* Type */];
    [all...]
assembler_mips.cc     [all...]
  /art/compiler/utils/mips64/
assembler_mips64.h 544 struct BranchInfo {
561 static const BranchInfo branch_info_[/* Type */];
assembler_mips64.cc     [all...]
  /external/v8/src/compiler/arm/
code-generator-arm.cc     [all...]
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc     [all...]
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc     [all...]
  /external/v8/src/compiler/mips/
code-generator-mips.cc     [all...]
  /external/v8/src/compiler/mips64/
code-generator-mips64.cc     [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc     [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc     [all...]
  /external/v8/src/compiler/x87/
code-generator-x87.cc     [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 178 milliseconds