/third_party/node/deps/v8/src/compiler/backend/ |
H A D | code-generator.h | 34 struct BranchInfo { struct 227 RpoNumber ComputeBranchInfo(BranchInfo* branch, Instruction* instr); 246 void AssembleArchBranch(Instruction* instr, BranchInfo* branch); 249 void AssembleArchDeoptBranch(Instruction* instr, BranchInfo* branch);
|
H A D | code-generator.cc | 676 RpoNumber CodeGenerator::ComputeBranchInfo(BranchInfo* branch, in ComputeBranchInfo() 736 BranchInfo branch; in AssembleInstruction() 758 BranchInfo branch; in AssembleInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
H A D | GCOV.h | 48 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F), in Options() 53 bool BranchInfo; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | GCOV.cpp | 742 if (Options.BranchInfo) { 813 if (Options.BranchInfo) { 904 if (Options.BranchInfo) {
|
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.h | 210 class BranchInfo { class in vixl::aarch64::VeneerPool 212 BranchInfo() in BranchInfo() function in vixl::aarch64::VeneerPool::BranchInfo 217 BranchInfo(ptrdiff_t offset, Label* label, ImmBranchType branch_type) in BranchInfo() function in vixl::aarch64::VeneerPool::BranchInfo 223 static bool IsValidComparison(const BranchInfo& branch_1, in IsValidComparison() 224 const BranchInfo& branch_2) { in IsValidComparison() 225 // BranchInfo are always compared against against other objects with in IsValidComparison() 241 bool operator==(const BranchInfo& other) const { in operator ==() 245 bool operator<(const BranchInfo& other) const { in operator <() 249 bool operator<=(const BranchInfo& other) const { in operator <=() 253 bool operator>(const BranchInfo in operator <=() [all...] |
H A D | macro-assembler-aarch64.cc | 234 BranchInfo branch_info = BranchInfo(branch_pos, label, branch_type); in RegisterUnresolvedBranch() 256 BranchInfo branch_info(link_offset, label, link->GetBranchType()); in DeleteUnresolvedBranchInfoForLabel() 319 BranchInfo* branch_info = it.Current(); in Emit()
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | code-generator-loong64.cc | 1928 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch() 1939 BranchInfo* branch) { in AssembleArchDeoptBranch()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 3807 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch() 3831 BranchInfo* branch) { in AssembleArchDeoptBranch()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | code-generator-arm.cc | 3546 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchInstruction() 3556 BranchInfo* branch) { in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 3728 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch() 3745 BranchInfo* branch) { in AssembleArchDeoptBranch()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | code-generator-s390.cc | 3204 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch() 3226 BranchInfo* branch) { in AssembleArchDeoptBranch()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | code-generator-mips64.cc | 3869 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch() 3880 BranchInfo* branch) { in AssembleArchDeoptBranch()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 4458 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch() 4474 BranchInfo* branch) { in AssembleArchDeoptBranch()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 3682 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch() 3690 BranchInfo* branch) { in AssembleArchDeoptBranch()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | code-generator-riscv64.cc | 3539 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch() 3550 BranchInfo* branch) { in AssembleArchDeoptBranch()
|