/external/v8/src/compiler/ |
D | code-generator.h | 32 struct BranchInfo { struct 180 RpoNumber ComputeBranchInfo(BranchInfo* branch, Instruction* instr); 199 void AssembleArchBranch(Instruction* instr, BranchInfo* branch); 202 void AssembleArchDeoptBranch(Instruction* instr, BranchInfo* branch);
|
D | code-generator.cc | 331 BranchInfo branch; in TryInsertBranchPoisoning() 606 RpoNumber CodeGenerator::ComputeBranchInfo(BranchInfo* branch, in ComputeBranchInfo() 656 BranchInfo branch; in AssembleInstruction() 677 BranchInfo branch; in AssembleInstruction()
|
/external/llvm/lib/IR/ |
D | GCOV.cpp | 593 if (Options.BranchInfo) { in print() 673 if (Options.BranchInfo) { in print() 764 if (Options.BranchInfo) { in printCoverage()
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.h | 193 class BranchInfo { 195 BranchInfo() in BranchInfo() function 200 BranchInfo(ptrdiff_t offset, Label* label, ImmBranchType branch_type) in BranchInfo() function 206 static bool IsValidComparison(const BranchInfo& branch_1, in IsValidComparison() 207 const BranchInfo& branch_2) { in IsValidComparison() 224 bool operator==(const BranchInfo& other) const { 228 bool operator<(const BranchInfo& other) const { 232 bool operator<=(const BranchInfo& other) const { 236 bool operator>(const BranchInfo& other) const { 304 typedef InvalSet<BranchInfo, [all …]
|
D | macro-assembler-aarch64.cc | 208 BranchInfo branch_info = BranchInfo(branch_pos, label, branch_type); in RegisterUnresolvedBranch() 230 BranchInfo branch_info(link_offset, label, link->GetBranchType()); in DeleteUnresolvedBranchInfoForLabel() 281 BranchInfo* branch_info = it.Current(); in Emit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ |
D | GCOV.h | 47 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F), in Options() 51 bool BranchInfo; member
|
/external/llvm/include/llvm/Support/ |
D | GCOV.h | 38 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F), in Options() 42 bool BranchInfo; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/ |
D | GCOV.cpp | 615 if (Options.BranchInfo) { in print() 695 if (Options.BranchInfo) { in print() 786 if (Options.BranchInfo) { in printCoverage()
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 2095 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch() 2133 BranchInfo* branch) { in AssembleArchDeoptBranch()
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 2155 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch() 2231 BranchInfo* branch) { in AssembleArchDeoptBranch()
|
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 2755 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch() 2790 BranchInfo* branch) { in AssembleArchDeoptBranch()
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 2877 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch() 2906 BranchInfo* branch) { in AssembleArchDeoptBranch()
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 2851 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch() 2939 BranchInfo* branch) { in AssembleArchDeoptBranch()
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 3070 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch() 3178 BranchInfo* branch) { in AssembleArchDeoptBranch()
|
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 2857 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch() 2881 BranchInfo* branch) { in AssembleArchDeoptBranch()
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 3902 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch() 3932 BranchInfo* branch) { in AssembleArchDeoptBranch()
|