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

1 2

  /external/v8/src/compiler/
code-generator.h 30 struct BranchInfo {
121 void AssembleArchBranch(Instruction* instr, BranchInfo* branch);
code-generator.cc 441 BranchInfo branch;
457 BranchInfo branch;
    [all...]
  /external/llvm/lib/IR/
GCOV.cpp 593 if (Options.BranchInfo) {
673 if (Options.BranchInfo) {
764 if (Options.BranchInfo) {
  /external/llvm/include/llvm/Support/
GCOV.h 38 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F),
42 bool BranchInfo;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GCOV.h 47 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F),
51 bool BranchInfo;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
GCOV.h 47 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F),
51 bool BranchInfo;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
GCOV.h 47 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F),
51 bool BranchInfo;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
GCOV.h 47 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F),
51 bool BranchInfo;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
GCOV.h 47 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F),
51 bool BranchInfo;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
GCOV.h 47 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F),
51 bool BranchInfo;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
GCOV.h 47 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F),
51 bool BranchInfo;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GCOV.h 47 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F),
51 bool BranchInfo;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
GCOV.h 47 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F),
51 bool BranchInfo;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
GCOV.h 47 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F),
51 bool BranchInfo;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
GCOV.h 47 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F),
51 bool BranchInfo;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
GCOV.h 47 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F),
51 bool BranchInfo;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
GCOV.h 47 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F),
51 bool BranchInfo;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
GCOV.h 47 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F),
51 bool BranchInfo;
  /external/vixl/src/aarch64/
macro-assembler-aarch64.h 190 class BranchInfo {
192 BranchInfo()
197 BranchInfo(ptrdiff_t offset, Label* label, ImmBranchType branch_type)
203 static bool IsValidComparison(const BranchInfo& branch_1,
204 const BranchInfo& branch_2) {
205 // BranchInfo are always compared against against other objects with
221 bool operator==(const BranchInfo& other) const {
225 bool operator<(const BranchInfo& other) const {
229 bool operator<=(const BranchInfo& other) const {
233 bool operator>(const BranchInfo& other) const
    [all...]
macro-assembler-aarch64.cc 208 BranchInfo branch_info = BranchInfo(branch_pos, label, branch_type);
230 BranchInfo branch_info(link_offset, label, link->GetBranchType());
281 BranchInfo* branch_info = it.Current();
    [all...]
  /art/compiler/utils/mips/
assembler_mips.h     [all...]
  /art/compiler/utils/mips64/
assembler_mips64.h     [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-codecommit/1.11.18/
aws-java-sdk-codecommit-1.11.18.jar 
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc     [all...]
  /external/v8/src/compiler/arm/
code-generator-arm.cc     [all...]

Completed in 1116 milliseconds

1 2