HomeSort by relevance Sort by last modified time
    Searched refs:Instruction (Results 151 - 175 of 3040) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Instruction.h 1 //===-- llvm/Instruction.h - Instruction class definition -------*- C++ -*-===//
10 // This file contains the declaration of the Instruction class, which is the
39 template <> struct ilist_alloc_traits<Instruction> {
40 static inline void deleteNode(Instruction *V);
43 class Instruction : public User,
44 public ilist_node_with_parent<Instruction, BasicBlock> {
50 /// this instruction has metadata attached to it or not.
55 ~Instruction(); // Use deleteValue() to delete a generic Instruction
    [all...]
NoFolder.h 28 #include "llvm/IR/Instruction.h"
42 Instruction *CreateAdd(Constant *LHS, Constant *RHS,
50 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const {
54 Instruction *CreateNUWAdd(Constant *LHS, Constant *RHS) const {
58 Instruction *CreateFAdd(Constant *LHS, Constant *RHS) const {
62 Instruction *CreateSub(Constant *LHS, Constant *RHS,
70 Instruction *CreateNSWSub(Constant *LHS, Constant *RHS) const {
74 Instruction *CreateNUWSub(Constant *LHS, Constant *RHS) const {
78 Instruction *CreateFSub(Constant *LHS, Constant *RHS) const {
82 Instruction *CreateMul(Constant *LHS, Constant *RHS
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Instruction.h 1 //===-- llvm/Instruction.h - Instruction class definition -------*- C++ -*-===//
10 // This file contains the declaration of the Instruction class, which is the
39 template <> struct ilist_alloc_traits<Instruction> {
40 static inline void deleteNode(Instruction *V);
43 class Instruction : public User,
44 public ilist_node_with_parent<Instruction, BasicBlock> {
50 /// this instruction has metadata attached to it or not.
55 ~Instruction(); // Use deleteValue() to delete a generic Instruction
    [all...]
NoFolder.h 28 #include "llvm/IR/Instruction.h"
42 Instruction *CreateAdd(Constant *LHS, Constant *RHS,
50 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const {
54 Instruction *CreateNUWAdd(Constant *LHS, Constant *RHS) const {
58 Instruction *CreateFAdd(Constant *LHS, Constant *RHS) const {
62 Instruction *CreateSub(Constant *LHS, Constant *RHS,
70 Instruction *CreateNSWSub(Constant *LHS, Constant *RHS) const {
74 Instruction *CreateNUWSub(Constant *LHS, Constant *RHS) const {
78 Instruction *CreateFSub(Constant *LHS, Constant *RHS) const {
82 Instruction *CreateMul(Constant *LHS, Constant *RHS
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Instruction.h 1 //===-- llvm/Instruction.h - Instruction class definition -------*- C++ -*-===//
10 // This file contains the declaration of the Instruction class, which is the
39 template <> struct ilist_alloc_traits<Instruction> {
40 static inline void deleteNode(Instruction *V);
43 class Instruction : public User,
44 public ilist_node_with_parent<Instruction, BasicBlock> {
50 /// this instruction has metadata attached to it or not.
55 ~Instruction(); // Use deleteValue() to delete a generic Instruction
    [all...]
NoFolder.h 28 #include "llvm/IR/Instruction.h"
42 Instruction *CreateAdd(Constant *LHS, Constant *RHS,
50 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const {
54 Instruction *CreateNUWAdd(Constant *LHS, Constant *RHS) const {
58 Instruction *CreateFAdd(Constant *LHS, Constant *RHS) const {
62 Instruction *CreateSub(Constant *LHS, Constant *RHS,
70 Instruction *CreateNSWSub(Constant *LHS, Constant *RHS) const {
74 Instruction *CreateNUWSub(Constant *LHS, Constant *RHS) const {
78 Instruction *CreateFSub(Constant *LHS, Constant *RHS) const {
82 Instruction *CreateMul(Constant *LHS, Constant *RHS
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Instruction.h 1 //===-- llvm/Instruction.h - Instruction class definition -------*- C++ -*-===//
10 // This file contains the declaration of the Instruction class, which is the
39 template <> struct ilist_alloc_traits<Instruction> {
40 static inline void deleteNode(Instruction *V);
43 class Instruction : public User,
44 public ilist_node_with_parent<Instruction, BasicBlock> {
50 /// this instruction has metadata attached to it or not.
55 ~Instruction(); // Use deleteValue() to delete a generic Instruction
    [all...]
NoFolder.h 28 #include "llvm/IR/Instruction.h"
42 Instruction *CreateAdd(Constant *LHS, Constant *RHS,
50 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const {
54 Instruction *CreateNUWAdd(Constant *LHS, Constant *RHS) const {
58 Instruction *CreateFAdd(Constant *LHS, Constant *RHS) const {
62 Instruction *CreateSub(Constant *LHS, Constant *RHS,
70 Instruction *CreateNSWSub(Constant *LHS, Constant *RHS) const {
74 Instruction *CreateNUWSub(Constant *LHS, Constant *RHS) const {
78 Instruction *CreateFSub(Constant *LHS, Constant *RHS) const {
82 Instruction *CreateMul(Constant *LHS, Constant *RHS
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Instruction.h 1 //===-- llvm/Instruction.h - Instruction class definition -------*- C++ -*-===//
10 // This file contains the declaration of the Instruction class, which is the
39 template <> struct ilist_alloc_traits<Instruction> {
40 static inline void deleteNode(Instruction *V);
43 class Instruction : public User,
44 public ilist_node_with_parent<Instruction, BasicBlock> {
50 /// this instruction has metadata attached to it or not.
55 ~Instruction(); // Use deleteValue() to delete a generic Instruction
    [all...]
  /art/compiler/dex/
dex_to_dex_compiler.cc 75 void CompileReturnVoid(Instruction* inst, uint32_t dex_pc);
78 // this case, returns the second NOP instruction pointer. Otherwise, returns
80 Instruction* CompileCheckCast(Instruction* inst, uint32_t dex_pc);
88 void CompileInstanceFieldAccess(Instruction* inst, uint32_t dex_pc,
89 Instruction::Code new_opcode, bool is_put);
97 void CompileInvokeVirtual(Instruction* inst, uint32_t dex_pc,
98 Instruction::Code new_opcode, bool is_range);
103 // Returns the dequickened index if an instruction is quickened, otherwise return index.
104 uint16_t GetIndexForInstruction(const Instruction* inst, uint32_t index)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
basic_block.h 26 #include "instruction.h"
37 using iterator = UptrVectorIterator<Instruction>;
38 using const_iterator = UptrVectorIterator<Instruction, true>;
41 inline explicit BasicBlock(std::unique_ptr<Instruction> label);
46 // Appends an instruction to this basic block.
47 inline void AddInstruction(std::unique_ptr<Instruction> i);
53 Instruction* GetLabelInst() { return label_.get(); }
55 // Returns the merge instruction in this basic block, if it exists.
57 const Instruction* GetMergeInst() const;
58 Instruction* GetMergeInst()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Instruction.h 1 //===-- llvm/Instruction.h - Instruction class definition -------*- C++ -*-===//
10 // This file contains the declaration of the Instruction class, which is the
39 template <> struct ilist_alloc_traits<Instruction> {
40 static inline void deleteNode(Instruction *V);
43 class Instruction : public User,
44 public ilist_node_with_parent<Instruction, BasicBlock> {
50 /// this instruction has metadata attached to it or not.
55 ~Instruction(); // Use deleteValue() to delete a generic Instruction
    [all...]
NoFolder.h 28 #include "llvm/IR/Instruction.h"
42 Instruction *CreateAdd(Constant *LHS, Constant *RHS,
50 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const {
54 Instruction *CreateNUWAdd(Constant *LHS, Constant *RHS) const {
58 Instruction *CreateFAdd(Constant *LHS, Constant *RHS) const {
62 Instruction *CreateSub(Constant *LHS, Constant *RHS,
70 Instruction *CreateNSWSub(Constant *LHS, Constant *RHS) const {
74 Instruction *CreateNUWSub(Constant *LHS, Constant *RHS) const {
78 Instruction *CreateFSub(Constant *LHS, Constant *RHS) const {
82 Instruction *CreateMul(Constant *LHS, Constant *RHS
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Instruction.h 1 //===-- llvm/Instruction.h - Instruction class definition -------*- C++ -*-===//
10 // This file contains the declaration of the Instruction class, which is the
39 template <> struct ilist_alloc_traits<Instruction> {
40 static inline void deleteNode(Instruction *V);
43 class Instruction : public User,
44 public ilist_node_with_parent<Instruction, BasicBlock> {
50 /// this instruction has metadata attached to it or not.
55 ~Instruction(); // Use deleteValue() to delete a generic Instruction
    [all...]
NoFolder.h 28 #include "llvm/IR/Instruction.h"
42 Instruction *CreateAdd(Constant *LHS, Constant *RHS,
50 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const {
54 Instruction *CreateNUWAdd(Constant *LHS, Constant *RHS) const {
58 Instruction *CreateFAdd(Constant *LHS, Constant *RHS) const {
62 Instruction *CreateSub(Constant *LHS, Constant *RHS,
70 Instruction *CreateNSWSub(Constant *LHS, Constant *RHS) const {
74 Instruction *CreateNUWSub(Constant *LHS, Constant *RHS) const {
78 Instruction *CreateFSub(Constant *LHS, Constant *RHS) const {
82 Instruction *CreateMul(Constant *LHS, Constant *RHS
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Instruction.h 1 //===-- llvm/Instruction.h - Instruction class definition -------*- C++ -*-===//
10 // This file contains the declaration of the Instruction class, which is the
39 template <> struct ilist_alloc_traits<Instruction> {
40 static inline void deleteNode(Instruction *V);
43 class Instruction : public User,
44 public ilist_node_with_parent<Instruction, BasicBlock> {
50 /// this instruction has metadata attached to it or not.
55 ~Instruction(); // Use deleteValue() to delete a generic Instruction
    [all...]
NoFolder.h 28 #include "llvm/IR/Instruction.h"
42 Instruction *CreateAdd(Constant *LHS, Constant *RHS,
50 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const {
54 Instruction *CreateNUWAdd(Constant *LHS, Constant *RHS) const {
58 Instruction *CreateFAdd(Constant *LHS, Constant *RHS) const {
62 Instruction *CreateSub(Constant *LHS, Constant *RHS,
70 Instruction *CreateNSWSub(Constant *LHS, Constant *RHS) const {
74 Instruction *CreateNUWSub(Constant *LHS, Constant *RHS) const {
78 Instruction *CreateFSub(Constant *LHS, Constant *RHS) const {
82 Instruction *CreateMul(Constant *LHS, Constant *RHS
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Instruction.h 1 //===-- llvm/Instruction.h - Instruction class definition -------*- C++ -*-===//
10 // This file contains the declaration of the Instruction class, which is the
39 template <> struct ilist_alloc_traits<Instruction> {
40 static inline void deleteNode(Instruction *V);
43 class Instruction : public User,
44 public ilist_node_with_parent<Instruction, BasicBlock> {
50 /// this instruction has metadata attached to it or not.
55 ~Instruction(); // Use deleteValue() to delete a generic Instruction
    [all...]
NoFolder.h 28 #include "llvm/IR/Instruction.h"
42 Instruction *CreateAdd(Constant *LHS, Constant *RHS,
50 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const {
54 Instruction *CreateNUWAdd(Constant *LHS, Constant *RHS) const {
58 Instruction *CreateFAdd(Constant *LHS, Constant *RHS) const {
62 Instruction *CreateSub(Constant *LHS, Constant *RHS,
70 Instruction *CreateNSWSub(Constant *LHS, Constant *RHS) const {
74 Instruction *CreateNUWSub(Constant *LHS, Constant *RHS) const {
78 Instruction *CreateFSub(Constant *LHS, Constant *RHS) const {
82 Instruction *CreateMul(Constant *LHS, Constant *RHS
    [all...]
  /external/llvm/include/llvm/IR/
NoFolder.h 40 Instruction *CreateAdd(Constant *LHS, Constant *RHS,
47 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const {
50 Instruction *CreateNUWAdd(Constant *LHS, Constant *RHS) const {
53 Instruction *CreateFAdd(Constant *LHS, Constant *RHS) const {
56 Instruction *CreateSub(Constant *LHS, Constant *RHS,
63 Instruction *CreateNSWSub(Constant *LHS, Constant *RHS) const {
66 Instruction *CreateNUWSub(Constant *LHS, Constant *RHS) const {
69 Instruction *CreateFSub(Constant *LHS, Constant *RHS) const {
72 Instruction *CreateMul(Constant *LHS, Constant *RHS,
79 Instruction *CreateNSWMul(Constant *LHS, Constant *RHS) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
NoFolder.h 28 #include "llvm/IR/Instruction.h"
42 Instruction *CreateAdd(Constant *LHS, Constant *RHS,
50 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const {
54 Instruction *CreateNUWAdd(Constant *LHS, Constant *RHS) const {
58 Instruction *CreateFAdd(Constant *LHS, Constant *RHS) const {
62 Instruction *CreateSub(Constant *LHS, Constant *RHS,
70 Instruction *CreateNSWSub(Constant *LHS, Constant *RHS) const {
74 Instruction *CreateNUWSub(Constant *LHS, Constant *RHS) const {
78 Instruction *CreateFSub(Constant *LHS, Constant *RHS) const {
82 Instruction *CreateMul(Constant *LHS, Constant *RHS
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
NoFolder.h 28 #include "llvm/IR/Instruction.h"
42 Instruction *CreateAdd(Constant *LHS, Constant *RHS,
50 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const {
54 Instruction *CreateNUWAdd(Constant *LHS, Constant *RHS) const {
58 Instruction *CreateFAdd(Constant *LHS, Constant *RHS) const {
62 Instruction *CreateSub(Constant *LHS, Constant *RHS,
70 Instruction *CreateNSWSub(Constant *LHS, Constant *RHS) const {
74 Instruction *CreateNUWSub(Constant *LHS, Constant *RHS) const {
78 Instruction *CreateFSub(Constant *LHS, Constant *RHS) const {
82 Instruction *CreateMul(Constant *LHS, Constant *RHS
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
NoFolder.h 28 #include "llvm/IR/Instruction.h"
42 Instruction *CreateAdd(Constant *LHS, Constant *RHS,
50 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const {
54 Instruction *CreateNUWAdd(Constant *LHS, Constant *RHS) const {
58 Instruction *CreateFAdd(Constant *LHS, Constant *RHS) const {
62 Instruction *CreateSub(Constant *LHS, Constant *RHS,
70 Instruction *CreateNSWSub(Constant *LHS, Constant *RHS) const {
74 Instruction *CreateNUWSub(Constant *LHS, Constant *RHS) const {
78 Instruction *CreateFSub(Constant *LHS, Constant *RHS) const {
82 Instruction *CreateMul(Constant *LHS, Constant *RHS
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
NoFolder.h 28 #include "llvm/IR/Instruction.h"
42 Instruction *CreateAdd(Constant *LHS, Constant *RHS,
50 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const {
54 Instruction *CreateNUWAdd(Constant *LHS, Constant *RHS) const {
58 Instruction *CreateFAdd(Constant *LHS, Constant *RHS) const {
62 Instruction *CreateSub(Constant *LHS, Constant *RHS,
70 Instruction *CreateNSWSub(Constant *LHS, Constant *RHS) const {
74 Instruction *CreateNUWSub(Constant *LHS, Constant *RHS) const {
78 Instruction *CreateFSub(Constant *LHS, Constant *RHS) const {
82 Instruction *CreateMul(Constant *LHS, Constant *RHS
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
NoFolder.h 28 #include "llvm/IR/Instruction.h"
42 Instruction *CreateAdd(Constant *LHS, Constant *RHS,
50 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const {
54 Instruction *CreateNUWAdd(Constant *LHS, Constant *RHS) const {
58 Instruction *CreateFAdd(Constant *LHS, Constant *RHS) const {
62 Instruction *CreateSub(Constant *LHS, Constant *RHS,
70 Instruction *CreateNSWSub(Constant *LHS, Constant *RHS) const {
74 Instruction *CreateNUWSub(Constant *LHS, Constant *RHS) const {
78 Instruction *CreateFSub(Constant *LHS, Constant *RHS) const {
82 Instruction *CreateMul(Constant *LHS, Constant *RHS
    [all...]

Completed in 1912 milliseconds

1 2 3 4 5 67 8 91011>>