/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | SampleProfileInference.cpp | 633 for (auto &Jump : Path) { in joinIsolatedComponents() local 654 for (auto *Jump : Func.Blocks[Src].SuccJumps) { in findReachable() local 705 for (auto *Jump : Func.Blocks[Src].SuccJumps) { in findShortestPath() local 808 for (auto *Jump : SrcBlock->SuccJumps) { in canRebalanceAtRoot() local 836 for (auto *Jump : Block.SuccJumps) { in findUnknownSubgraph() local 881 for (auto *Jump : Block->SuccJumps) { in canRebalanceSubgraph() local 897 const FlowJump *Jump) { in ignoreJump() 927 for (auto *Jump : Block->SuccJumps) { in isAcyclicSubgraph() local 956 for (auto *Jump : Block->SuccJumps) { in isAcyclicSubgraph() local 985 for (auto *Jump : SrcBlock->SuccJumps) { in rebalanceUnknownSubgraph() local [all …]
|
H A D | CodeLayout.cpp | 225 class Jump { class 242 explicit Jump(Block *Source, Block *Target, uint64_t ExecutionCount) in Jump() function in __anonc81b4d870111::Jump 343 explicit ChainEdge(Jump *Jump) in ChainEdge() argument 356 void appendJump(Jump *Jump) { Jumps.push_back(Jump); } in appendJump() argument 539 for (auto &Jump : AllJumps) { in initialize() local 558 for (auto &Jump : Block.OutJumps) { in initialize() local 714 for (auto &Jump : Jumps) { in extTSPScore() local 772 for (auto &Jump : ChainSucc->blocks().front()->InJumps) { in getBestMergeGain() local 781 for (auto &Jump : ChainSucc->blocks().back()->OutJumps) { in getBestMergeGain() local
|
/aosp_15_r20/art/compiler/jni/quick/ |
H A D | jni_compiler.cc | 415 __ Jump(main_jni_conv->HiddenArgumentRegister(), jni_entrypoint_offset); in ArtJniCompileMethodInternal() local 629 __ Jump(jclass_read_barrier_return.get()); in ArtJniCompileMethodInternal() local 636 __ Jump(transition_to_native_resume.get()); in ArtJniCompileMethodInternal() local 643 __ Jump(transition_to_runnable_resume.get()); in ArtJniCompileMethodInternal() local 669 __ Jump(decode_reference_resume.get()); in ArtJniCompileMethodInternal() local 691 __ Jump(suspend_check_resume.get()); in ArtJniCompileMethodInternal() local 705 __ Jump(method_entry_hook_return.get()); in ArtJniCompileMethodInternal() local 713 __ Jump(method_exit_hook_return.get()); in ArtJniCompileMethodInternal() local
|
/aosp_15_r20/frameworks/libs/binary_translation/assembler/include/berberis/assembler/ |
D | common.h | 125 struct Jump { struct 136 using JumpList = ArenaVector<Jump>; argument
|
/aosp_15_r20/art/compiler/utils/riscv64/ |
H A D | jni_macro_assembler_riscv64_test.cc | 712 __ Jump(resume.get()); in TEST_F() local 721 __ Jump(AsManaged(A0), Offset(24)); in TEST_F() local 725 __ Jump(AsManaged(S2), Offset(2048)); in TEST_F() local 805 __ Jump(resume.get()); in TEST_F() local 832 __ Jump(resume.get()); in TEST_F() local 870 __ Jump(target.get()); in TEST_F() local 882 __ Jump(back.get()); in TEST_F() local
|
H A D | jni_macro_assembler_riscv64.cc | 436 void Riscv64JNIMacroAssembler::Jump(ManagedRegister m_base, Offset offs) { in Jump() function in art::riscv64::Riscv64JNIMacroAssembler 560 void Riscv64JNIMacroAssembler::Jump(JNIMacroLabel* label) { in Jump() function in art::riscv64::Riscv64JNIMacroAssembler
|
H A D | assembler_riscv64.h | 1848 void Jump([[maybe_unused]] Label* label) override { in Jump() function 1852 void Jump(Riscv64Label* label) { in Jump() function
|
/aosp_15_r20/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/ |
H A D | InstructionsBuilder.java | 169 private static class Jump { class in InstructionsBuilder 175 Jump(final Instruction source, final Label target, final int branch) { in Jump() method in InstructionsBuilder.Jump
|
/aosp_15_r20/art/compiler/utils/arm64/ |
H A D | assembler_arm64.h | 152 void Jump([[maybe_unused]] Label* label) override { in Jump() function 159 void Jump(vixl::aarch64::Label* label) { in Jump() function
|
H A D | jni_macro_assembler_arm64.cc | 627 void Arm64JNIMacroAssembler::Jump(ManagedRegister m_base, Offset offs) { in Jump() function in art::arm64::Arm64JNIMacroAssembler 805 void Arm64JNIMacroAssembler::Jump(JNIMacroLabel* label) { in Jump() function in art::arm64::Arm64JNIMacroAssembler
|
/aosp_15_r20/art/compiler/utils/arm/ |
H A D | assembler_arm_vixl.h | 227 void Jump([[maybe_unused]] Label* label) override { in Jump() function 234 void Jump(vixl::aarch32::Label* label) { in Jump() function
|
H A D | jni_macro_assembler_arm_vixl.cc | 865 void ArmVIXLJNIMacroAssembler::Jump(ManagedRegister mbase, Offset offset) { in Jump() function in art::arm::ArmVIXLJNIMacroAssembler 1009 void ArmVIXLJNIMacroAssembler::Jump(JNIMacroLabel* label) { in Jump() function in art::arm::ArmVIXLJNIMacroAssembler
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | JumpDiagnostics.cpp | 578 Stmt *Jump = Jumps.pop_back_val(); in VerifyJumps() local 776 static void DiagnoseIndirectJumpStmt(Sema &S, IndirectGotoStmt *Jump, in DiagnoseIndirectJumpStmt() 795 void JumpScopeChecker::DiagnoseIndirectJump(IndirectGotoStmt *Jump, in DiagnoseIndirectJump()
|
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/ |
H A D | bpfdisassembler_test.cc | 105 TEST(DecodeInstructionTest, Jump) { in TEST() argument
|
/aosp_15_r20/art/compiler/utils/x86/ |
H A D | jni_macro_assembler_x86.cc | 417 void X86JNIMacroAssembler::Jump(ManagedRegister mbase, Offset offset) { in Jump() function in art::x86::X86JNIMacroAssembler 548 void X86JNIMacroAssembler::Jump(JNIMacroLabel* label) { in Jump() function in art::x86::X86JNIMacroAssembler
|
H A D | assembler_x86.h | 971 void Jump(Label* label) override { in Jump() function
|
/aosp_15_r20/art/compiler/utils/x86_64/ |
H A D | jni_macro_assembler_x86_64.cc | 489 void X86_64JNIMacroAssembler::Jump(ManagedRegister mbase, Offset offset) { in Jump() function in art::x86_64::X86_64JNIMacroAssembler 616 void X86_64JNIMacroAssembler::Jump(JNIMacroLabel* label) { in Jump() function in art::x86_64::X86_64JNIMacroAssembler
|
H A D | assembler_x86_64.h | 1054 void Jump(Label* label) override { in Jump() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/ |
D | SampleProfileInference.h | 265 FlowJump Jump; in createFlowFunction() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/ |
D | SampleProfileInference.h | 265 FlowJump Jump; in createFlowFunction() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/ |
D | SampleProfileInference.h | 265 FlowJump Jump; in createFlowFunction() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/ |
D | SampleProfileInference.h | 265 FlowJump Jump; in createFlowFunction() local
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/DartARM32/ |
H A D | assembler_arm.h | 382 void Jump(Label *label) { b(label); } in Jump() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.cpp | 1414 SDValue Jump = Op.getOperand(2); in LowerBRCOND() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.cpp | 1532 SDValue Jump = Op.getOperand(2); in LowerBRCOND() local
|