Home
last modified time | relevance | path

Searched defs:LLVMOpcode (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/subzero/pnacl-llvm/
H A DNaClBitcodeDecoders.cpp16 bool DecodeCastOpcode(uint64_t NaClOpcode, Instruction::CastOps &LLVMOpcode) { in DecodeCastOpcode()
70 Instruction::BinaryOps &LLVMOpcode) { in DecodeBinaryOpcode()
/aosp_15_r20/external/llvm/include/llvm-c/
H A DCore.h183 } LLVMOpcode; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm-c/
DCore.h146 } LLVMOpcode; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm-c/
H A DCore.h146 } LLVMOpcode; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
H A DCore.h144 } LLVMOpcode; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm-c/
DCore.h146 } LLVMOpcode; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm-c/
DCore.h146 } LLVMOpcode; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm-c/
DCore.h146 } LLVMOpcode; typedef
/aosp_15_r20/external/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp834 unsigned LLVMOpcode = 0; in decodeSpecial() local