/third_party/mbedtls/tests/scripts/ |
H A D | run-metatests.sh | 69 # Don't pipe the output of metatest so that if it fails, this script exits
|
/third_party/gn/src/gn/ |
H A D | switches.cc | 306 "--version: Prints the GN version number and exits."; 307 // It's impossible to see this since gn_main prints the version and exits
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_utils.cpp | 33 // Return true if |bb| is dominated by at least one block in |exits| 35 const std::unordered_set<BasicBlock*>& exits, in DominatesAnExit() 37 for (BasicBlock* e_bb : exits) in DominatesAnExit() 47 // paths from the use the loop exits. At each step, it will insert a phi 34 DominatesAnExit(BasicBlock* bb, const std::unordered_set<BasicBlock*>& exits, const DominatorTree& dom_tree) DominatesAnExit() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_utils.cpp | 33 // Return true if |bb| is dominated by at least one block in |exits| 35 const std::unordered_set<BasicBlock*>& exits, in DominatesAnExit() 37 for (BasicBlock* e_bb : exits) in DominatesAnExit() 47 // paths from the use the loop exits. At each step, it will insert a phi 34 DominatesAnExit(BasicBlock* bb, const std::unordered_set<BasicBlock*>& exits, const DominatorTree& dom_tree) DominatesAnExit() argument
|
/third_party/spirv-tools/source/opt/ |
H A D | loop_utils.cpp | 32 // Return true if |bb| is dominated by at least one block in |exits| 34 const std::unordered_set<BasicBlock*>& exits, in DominatesAnExit() 36 for (BasicBlock* e_bb : exits) in DominatesAnExit() 46 // paths from the use the loop exits. At each step, it will insert a phi 33 DominatesAnExit(BasicBlock* bb, const std::unordered_set<BasicBlock*>& exits, const DominatorTree& dom_tree) DominatesAnExit() argument
|
/third_party/toybox/toys/pending/ |
H A D | bc.c | 446 BcVec exits; member 3018 bc_vec_npop(&p->exits, p->exits.len); in bc_parse_reset() 3027 bc_vec_free(&p->exits); in bc_parse_free() 3038 bc_vec_init(&p->exits, sizeof(BcInstPtr), NULL); in bc_parse_init() 3095 BcInstPtr *ip = bc_vec_top(&p->exits); in bc_parse_setLabel() 3101 bc_vec_pop(&p->exits); in bc_parse_setLabel() 3121 bc_vec_push(&p->exits, &ip); in bc_parse_createExitLabel() 3792 if (!p->exits.len) return bc_parse_err(p, BC_ERROR_PARSE_TOKEN); in bc_parse_loopExit() 3794 i = p->exits in bc_parse_loopExit() [all...] |
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | code-generator.h | 391 void PrepareForDeoptimizationExits(ZoneDeque<DeoptimizationExit*>* exits); 433 // Deoptimization exits must be as small as possible, since their count grows 437 // per Code object. All deopt exits can then near-call to this label. Note:
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | code-generator-arm64.cc | 3307 ZoneDeque<DeoptimizationExit*>* exits) { in AssembleArchInstruction() 3314 static_cast<int>(exits->size()) * Deoptimizer::kLazyDeoptExitSize); in AssembleArchInstruction() 3319 for (auto exit : *exits) { in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | code-generator-loong64.cc | 2408 ZoneDeque<DeoptimizationExit*>* exits) {} in AssembleConstructFrame() 2407 PrepareForDeoptimizationExits( ZoneDeque<DeoptimizationExit*>* exits) AssembleConstructFrame() argument
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | vpaes-armv8.pl | 812 // Always called right before return... jumps to cleanup and exits
|
/third_party/openssl/crypto/aes/asm/ |
H A D | vpaes-armv8.pl | 829 // Always called right before return... jumps to cleanup and exits
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 4256 ZoneDeque<DeoptimizationExit*>* exits) { in AssembleConstructFrame() 4255 PrepareForDeoptimizationExits( ZoneDeque<DeoptimizationExit*>* exits) AssembleConstructFrame() argument
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | code-generator-arm.cc | 3905 ZoneDeque<DeoptimizationExit*>* exits) { in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 4230 ZoneDeque<DeoptimizationExit*>* exits) {} in PrepareForDeoptimizationExits() 4229 PrepareForDeoptimizationExits( ZoneDeque<DeoptimizationExit*>* exits) PrepareForDeoptimizationExits() argument
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | code-generator-s390.cc | 3606 ZoneDeque<DeoptimizationExit*>* exits) {} in AssembleConstructFrame() 3605 PrepareForDeoptimizationExits( ZoneDeque<DeoptimizationExit*>* exits) AssembleConstructFrame() argument
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | code-generator-mips64.cc | 4363 ZoneDeque<DeoptimizationExit*>* exits) {} in AssembleConstructFrame() 4362 PrepareForDeoptimizationExits( ZoneDeque<DeoptimizationExit*>* exits) AssembleConstructFrame() argument
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 4893 ZoneDeque<DeoptimizationExit*>* exits) {} in PrepareForDeoptimizationExits() 4892 PrepareForDeoptimizationExits( ZoneDeque<DeoptimizationExit*>* exits) PrepareForDeoptimizationExits() argument
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 4160 ZoneDeque<DeoptimizationExit*>* exits) {} in AssembleConstructFrame() 4159 PrepareForDeoptimizationExits( ZoneDeque<DeoptimizationExit*>* exits) AssembleConstructFrame() argument
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | code-generator-riscv64.cc | 4072 ZoneDeque<DeoptimizationExit*>* exits) { in PrepareForDeoptimizationExits() 4071 PrepareForDeoptimizationExits( ZoneDeque<DeoptimizationExit*>* exits) PrepareForDeoptimizationExits() argument
|