Home
last modified time | relevance | path

Searched defs:BranchOpcode (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DR600MachineCFGStructurizer.cpp1446 int BranchOpcode = in settleLoopcontBlock() local
1454 int BranchOpcode = in settleLoopcontBlock() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp1482 int BranchOpcode = in settleLoopcontBlock() local
1490 int BranchOpcode = in settleLoopcontBlock() local
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp1535 int BranchOpcode = in settleLoopcontBlock() local
1543 int BranchOpcode = in settleLoopcontBlock() local
/aosp_15_r20/frameworks/libs/binary_translation/heavy_optimizer/riscv64/
Dfrontend.cc33 using BranchOpcode = HeavyOptimizerFrontend::Decoder::BranchOpcode; typedef
/aosp_15_r20/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h58 enum class BranchOpcode : uint8_t { enum