Home
last modified time | relevance | path

Searched refs:BranchInfo (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/compiler/
Dcode-generator.h23 struct BranchInfo { struct
97 void AssembleArchBranch(Instruction* instr, BranchInfo* branch);
Dcode-generator.cc307 BranchInfo branch; in AssembleInstruction()
/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.h169 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 …]
Dmacro-assembler-a64.cc165 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/
DGCOV.cpp588 if (Options.BranchInfo) { in print()
668 if (Options.BranchInfo) { in print()
760 if (Options.BranchInfo) { in printCoverage()
/external/llvm/include/llvm/Support/
DGCOV.h38 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F), in Options()
42 bool BranchInfo; member
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc1005 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch()
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc1235 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch()
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc1110 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch()
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc1167 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch()
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc1422 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc1632 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch()
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc1387 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch()
/external/v8/src/compiler/x87/
Dcode-generator-x87.cc1486 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch()