Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcode-generator.h32 struct BranchInfo { struct
180 RpoNumber ComputeBranchInfo(BranchInfo* branch, Instruction* instr);
199 void AssembleArchBranch(Instruction* instr, BranchInfo* branch);
202 void AssembleArchDeoptBranch(Instruction* instr, BranchInfo* branch);
Dcode-generator.cc331 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/
DGCOV.cpp593 if (Options.BranchInfo) { in print()
673 if (Options.BranchInfo) { in print()
764 if (Options.BranchInfo) { in printCoverage()
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h193 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 …]
Dmacro-assembler-aarch64.cc208 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/
DGCOV.h47 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F), in Options()
51 bool BranchInfo; member
/external/llvm/include/llvm/Support/
DGCOV.h38 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F), in Options()
42 bool BranchInfo; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DGCOV.cpp615 if (Options.BranchInfo) { in print()
695 if (Options.BranchInfo) { in print()
786 if (Options.BranchInfo) { in printCoverage()
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc2095 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch()
2133 BranchInfo* branch) { in AssembleArchDeoptBranch()
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc2155 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch()
2231 BranchInfo* branch) { in AssembleArchDeoptBranch()
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc2755 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch()
2790 BranchInfo* branch) { in AssembleArchDeoptBranch()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc2877 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch()
2906 BranchInfo* branch) { in AssembleArchDeoptBranch()
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc2851 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch()
2939 BranchInfo* branch) { in AssembleArchDeoptBranch()
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc3070 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch()
3178 BranchInfo* branch) { in AssembleArchDeoptBranch()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc2857 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch()
2881 BranchInfo* branch) { in AssembleArchDeoptBranch()
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc3902 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch()
3932 BranchInfo* branch) { in AssembleArchDeoptBranch()