Home
last modified time | relevance | path

Searched refs:BranchInfo (Results 1 - 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.h34 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 Dcode-generator.cc676 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 DGCOV.h48 : 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 DGCOV.cpp742 if (Options.BranchInfo) {
813 if (Options.BranchInfo) {
904 if (Options.BranchInfo) {
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h210 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 Dmacro-assembler-aarch64.cc234 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 Dcode-generator-loong64.cc1928 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 Dcode-generator-ppc.cc3807 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 Dcode-generator-arm.cc3546 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 Dcode-generator-ia32.cc3728 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 Dcode-generator-s390.cc3204 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 Dcode-generator-mips64.cc3869 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 Dcode-generator-x64.cc4458 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 Dcode-generator-mips.cc3682 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 Dcode-generator-riscv64.cc3539 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch()
3550 BranchInfo* branch) { in AssembleArchDeoptBranch()

Completed in 70 milliseconds