/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_dataflow_deadcode.c | 52 struct branchinfo { struct 65 struct branchinfo * BranchStack; 109 struct branchinfo * branch; 111 memory_pool_array_reserve(&s->C->Pool, struct branchinfo, s->BranchStack, 288 struct branchinfo * branch = &s.BranchStack[s.BranchStackSize-1];
|
/external/v8/src/compiler/ |
code-generator.h | 23 struct BranchInfo { 97 void AssembleArchBranch(Instruction* instr, BranchInfo* branch);
|
code-generator.cc | 307 BranchInfo branch;
|
/external/vixl/src/vixl/a64/ |
macro-assembler-a64.h | 169 class BranchInfo { 171 BranchInfo() 174 BranchInfo(ptrdiff_t offset, Label* label, ImmBranchType branch_type) 180 static bool IsValidComparison(const BranchInfo& branch_1, 181 const BranchInfo& branch_2) { 182 // BranchInfo are always compared against against other objects with 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 [all...] |
macro-assembler-a64.cc | 165 BranchInfo branch_info = BranchInfo(branch_pos, label, branch_type); 187 BranchInfo branch_info(link_offset, label, link->BranchType()); 236 BranchInfo* branch_info = it.Current(); [all...] |
/external/llvm/include/llvm/Support/ |
GCOV.h | 38 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F), 42 bool BranchInfo;
|
/external/llvm/lib/IR/ |
GCOV.cpp | 588 if (Options.BranchInfo) { 668 if (Options.BranchInfo) { 760 if (Options.BranchInfo) {
|
/art/compiler/utils/mips64/ |
assembler_mips64.h | 544 struct BranchInfo { 561 static const BranchInfo branch_info_[/* Type */];
|
assembler_mips64.cc | [all...] |
/art/compiler/utils/mips/ |
assembler_mips.h | 629 struct BranchInfo { 646 static const BranchInfo branch_info_[/* Type */]; [all...] |
assembler_mips.cc | [all...] |
/external/v8/src/compiler/arm/ |
code-generator-arm.cc | [all...] |
/external/v8/src/compiler/arm64/ |
code-generator-arm64.cc | [all...] |
/external/v8/src/compiler/mips/ |
code-generator-mips.cc | [all...] |
/external/v8/src/compiler/ppc/ |
code-generator-ppc.cc | [all...] |
/external/v8/src/compiler/ia32/ |
code-generator-ia32.cc | [all...] |
/external/v8/src/compiler/mips64/ |
code-generator-mips64.cc | [all...] |
/external/v8/src/compiler/x64/ |
code-generator-x64.cc | [all...] |
/external/v8/src/compiler/x87/ |
code-generator-x87.cc | [all...] |