HomeSort by relevance Sort by last modified time
    Searched refs:LLVMGetInstructionOpcode (Results 1 - 25 of 26) sorted by null

1 2

  /external/llvm/bindings/python/llvm/
core.py 417 return OpCode.from_value(lib.LLVMGetInstructionOpcode(self))
586 library.LLVMGetInstructionOpcode.argtypes = [Instruction]
587 library.LLVMGetInstructionOpcode.restype = c_uint
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_logic.c 322 LLVMGetInstructionOpcode(mask) == LLVMSExt)) {
lp_bld_misc.cpp 198 switch (LLVMGetInstructionOpcode(V)) {
  /external/llvm/tools/llvm-c-test/
echo.cpp 417 LLVMOpcode Op = LLVMGetInstructionOpcode(Src);
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 568 Store_field(result, 0, Val_int(LLVMGetInstructionOpcode(Val)));
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm_ocaml.c 455 Store_field(result, 0, Val_int(LLVMGetInstructionOpcode(Val)));
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm-c/
Core.h     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm-c/
Core.h     [all...]
  /external/llvm/bindings/go/llvm/
ir.go 835 func (v Value) InstructionOpcode() Opcode { return Opcode(C.LLVMGetInstructionOpcode(v.C)) }
    [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Core.cpp     [all...]

Completed in 124 milliseconds

1 2