Searched refs:BranchInfo (Results 1 – 14 of 14) sorted by relevance
/external/v8/src/compiler/ |
D | code-generator.h | 23 struct BranchInfo { struct 97 void AssembleArchBranch(Instruction* instr, BranchInfo* branch);
|
D | code-generator.cc | 307 BranchInfo branch; in AssembleInstruction()
|
/external/vixl/src/vixl/a64/ |
D | macro-assembler-a64.h | 169 class BranchInfo { 171 BranchInfo() in BranchInfo() function 174 BranchInfo(ptrdiff_t offset, Label* label, ImmBranchType branch_type) in BranchInfo() function 180 static bool IsValidComparison(const BranchInfo& branch_1, in IsValidComparison() 181 const BranchInfo& branch_2) { in IsValidComparison() 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 { 271 typedef InvalSet<BranchInfo, [all …]
|
D | macro-assembler-a64.cc | 165 BranchInfo branch_info = BranchInfo(branch_pos, label, branch_type); in RegisterUnresolvedBranch() 187 BranchInfo branch_info(link_offset, label, link->BranchType()); in DeleteUnresolvedBranchInfoForLabel() 236 BranchInfo* branch_info = it.Current(); in Emit()
|
/external/llvm/lib/IR/ |
D | GCOV.cpp | 588 if (Options.BranchInfo) { in print() 668 if (Options.BranchInfo) { in print() 760 if (Options.BranchInfo) { in printCoverage()
|
/external/llvm/include/llvm/Support/ |
D | GCOV.h | 38 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F), in Options() 42 bool BranchInfo; member
|
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 1005 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch()
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 1235 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch()
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 1110 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch()
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 1167 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch()
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 1422 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch()
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 1632 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch()
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 1387 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch()
|
/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 1486 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch()
|