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

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_lowering_gm107.h 10 virtual bool visit(Instruction *);
13 bool handleDFDX(Instruction *);
14 bool handlePFETCH(Instruction *);
15 bool handlePOPCNT(Instruction *);
21 virtual bool visit(Instruction *);
23 void handlePFETCH(Instruction *);
24 void handleLOAD(Instruction *);
nv50_ir_target_gm107.h 19 virtual bool isReuseSupported(const Instruction *) const;
21 virtual bool isBarrierRequired(const Instruction *) const;
23 virtual bool canDualIssue(const Instruction *, const Instruction *) const;
24 virtual int getLatency(const Instruction *) const;
25 virtual int getReadLatency(const Instruction *) const;
  /art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
ContainsTarget.java 19 import dexfuzz.rawdex.Instruction;
22 * Every Format that contains an offset to a target instruction
26 public long getTarget(Instruction insn);
28 public void setTarget(Instruction insn, long target);
ContainsConst.java 19 import dexfuzz.rawdex.Instruction;
24 * part of a provided Instruction to be read and set correctly.
27 public long getConst(Instruction insn);
29 public void setConst(Instruction insn, long constant);
  /art/libdexfile/dex/
dex_instruction_utils.h 35 // Dex instruction memory access types correspond to the ordering of GET/PUT instructions;
54 constexpr bool IsInstructionDirectConst(Instruction::Code opcode) {
55 return Instruction::CONST_4 <= opcode && opcode <= Instruction::CONST_WIDE_HIGH16;
58 constexpr bool IsInstructionConstWide(Instruction::Code opcode) {
59 return Instruction::CONST_WIDE_16 <= opcode && opcode <= Instruction::CONST_WIDE_HIGH16;
62 constexpr bool IsInstructionReturn(Instruction::Code opcode) {
63 return Instruction::RETURN_VOID <= opcode && opcode <= Instruction::RETURN_OBJECT
    [all...]
  /external/llvm/include/llvm/Analysis/
OrderedBasicBlock.h 11 // an interface where clients can query if one instruction comes before another
15 // maintains an internal Instruction -> Position map. A OrderedBasicBlock
31 class Instruction;
36 /// \brief Map a instruction to its position in a BasicBlock.
37 SmallDenseMap<const Instruction *, unsigned, 32> NumberedInsts;
39 /// \brief Keep track of last instruction inserted into \p NumberedInsts.
44 /// \brief The position/number to tag the next instruction to be found.
51 /// Cache and number out instruction while walking \p BB.
52 bool comesBefore(const Instruction *A, const Instruction *B)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
OrderedBasicBlock.h 11 // an interface where clients can query if one instruction comes before another
15 // maintains an internal Instruction -> Position map. A OrderedBasicBlock
31 class Instruction;
36 /// \brief Map a instruction to its position in a BasicBlock.
37 SmallDenseMap<const Instruction *, unsigned, 32> NumberedInsts;
39 /// \brief Keep track of last instruction inserted into \p NumberedInsts.
44 /// \brief The position/number to tag the next instruction to be found.
51 /// Cache and number out instruction while walking \p BB.
52 bool comesBefore(const Instruction *A, const Instruction *B)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
OrderedBasicBlock.h 11 // an interface where clients can query if one instruction comes before another
15 // maintains an internal Instruction -> Position map. A OrderedBasicBlock
31 class Instruction;
36 /// \brief Map a instruction to its position in a BasicBlock.
37 SmallDenseMap<const Instruction *, unsigned, 32> NumberedInsts;
39 /// \brief Keep track of last instruction inserted into \p NumberedInsts.
44 /// \brief The position/number to tag the next instruction to be found.
51 /// Cache and number out instruction while walking \p BB.
52 bool comesBefore(const Instruction *A, const Instruction *B)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
OrderedBasicBlock.h 11 // an interface where clients can query if one instruction comes before another
15 // maintains an internal Instruction -> Position map. A OrderedBasicBlock
31 class Instruction;
36 /// \brief Map a instruction to its position in a BasicBlock.
37 SmallDenseMap<const Instruction *, unsigned, 32> NumberedInsts;
39 /// \brief Keep track of last instruction inserted into \p NumberedInsts.
44 /// \brief The position/number to tag the next instruction to be found.
51 /// Cache and number out instruction while walking \p BB.
52 bool comesBefore(const Instruction *A, const Instruction *B)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
OrderedBasicBlock.h 11 // an interface where clients can query if one instruction comes before another
15 // maintains an internal Instruction -> Position map. A OrderedBasicBlock
31 class Instruction;
36 /// \brief Map a instruction to its position in a BasicBlock.
37 SmallDenseMap<const Instruction *, unsigned, 32> NumberedInsts;
39 /// \brief Keep track of last instruction inserted into \p NumberedInsts.
44 /// \brief The position/number to tag the next instruction to be found.
51 /// Cache and number out instruction while walking \p BB.
52 bool comesBefore(const Instruction *A, const Instruction *B)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
OrderedBasicBlock.h 11 // an interface where clients can query if one instruction comes before another
15 // maintains an internal Instruction -> Position map. A OrderedBasicBlock
31 class Instruction;
36 /// \brief Map a instruction to its position in a BasicBlock.
37 SmallDenseMap<const Instruction *, unsigned, 32> NumberedInsts;
39 /// \brief Keep track of last instruction inserted into \p NumberedInsts.
44 /// \brief The position/number to tag the next instruction to be found.
51 /// Cache and number out instruction while walking \p BB.
52 bool comesBefore(const Instruction *A, const Instruction *B)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
OrderedBasicBlock.h 11 // an interface where clients can query if one instruction comes before another
15 // maintains an internal Instruction -> Position map. A OrderedBasicBlock
31 class Instruction;
36 /// \brief Map a instruction to its position in a BasicBlock.
37 SmallDenseMap<const Instruction *, unsigned, 32> NumberedInsts;
39 /// \brief Keep track of last instruction inserted into \p NumberedInsts.
44 /// \brief The position/number to tag the next instruction to be found.
51 /// Cache and number out instruction while walking \p BB.
52 bool comesBefore(const Instruction *A, const Instruction *B)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
OrderedBasicBlock.h 11 // an interface where clients can query if one instruction comes before another
15 // maintains an internal Instruction -> Position map. A OrderedBasicBlock
31 class Instruction;
36 /// \brief Map a instruction to its position in a BasicBlock.
37 SmallDenseMap<const Instruction *, unsigned, 32> NumberedInsts;
39 /// \brief Keep track of last instruction inserted into \p NumberedInsts.
44 /// \brief The position/number to tag the next instruction to be found.
51 /// Cache and number out instruction while walking \p BB.
52 bool comesBefore(const Instruction *A, const Instruction *B)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
OrderedBasicBlock.h 11 // an interface where clients can query if one instruction comes before another
15 // maintains an internal Instruction -> Position map. A OrderedBasicBlock
31 class Instruction;
36 /// \brief Map a instruction to its position in a BasicBlock.
37 SmallDenseMap<const Instruction *, unsigned, 32> NumberedInsts;
39 /// \brief Keep track of last instruction inserted into \p NumberedInsts.
44 /// \brief The position/number to tag the next instruction to be found.
51 /// Cache and number out instruction while walking \p BB.
52 bool comesBefore(const Instruction *A, const Instruction *B)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
OrderedBasicBlock.h 11 // an interface where clients can query if one instruction comes before another
15 // maintains an internal Instruction -> Position map. A OrderedBasicBlock
31 class Instruction;
36 /// \brief Map a instruction to its position in a BasicBlock.
37 SmallDenseMap<const Instruction *, unsigned, 32> NumberedInsts;
39 /// \brief Keep track of last instruction inserted into \p NumberedInsts.
44 /// \brief The position/number to tag the next instruction to be found.
51 /// Cache and number out instruction while walking \p BB.
52 bool comesBefore(const Instruction *A, const Instruction *B)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
OrderedBasicBlock.h 11 // an interface where clients can query if one instruction comes before another
15 // maintains an internal Instruction -> Position map. A OrderedBasicBlock
31 class Instruction;
36 /// \brief Map a instruction to its position in a BasicBlock.
37 SmallDenseMap<const Instruction *, unsigned, 32> NumberedInsts;
39 /// \brief Keep track of last instruction inserted into \p NumberedInsts.
44 /// \brief The position/number to tag the next instruction to be found.
51 /// Cache and number out instruction while walking \p BB.
52 bool comesBefore(const Instruction *A, const Instruction *B)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
OrderedBasicBlock.h 11 // an interface where clients can query if one instruction comes before another
15 // maintains an internal Instruction -> Position map. A OrderedBasicBlock
31 class Instruction;
36 /// \brief Map a instruction to its position in a BasicBlock.
37 SmallDenseMap<const Instruction *, unsigned, 32> NumberedInsts;
39 /// \brief Keep track of last instruction inserted into \p NumberedInsts.
44 /// \brief The position/number to tag the next instruction to be found.
51 /// Cache and number out instruction while walking \p BB.
52 bool comesBefore(const Instruction *A, const Instruction *B)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
OrderedBasicBlock.h 11 // an interface where clients can query if one instruction comes before another
15 // maintains an internal Instruction -> Position map. A OrderedBasicBlock
31 class Instruction;
36 /// \brief Map a instruction to its position in a BasicBlock.
37 SmallDenseMap<const Instruction *, unsigned, 32> NumberedInsts;
39 /// \brief Keep track of last instruction inserted into \p NumberedInsts.
44 /// \brief The position/number to tag the next instruction to be found.
51 /// Cache and number out instruction while walking \p BB.
52 bool comesBefore(const Instruction *A, const Instruction *B)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
OrderedBasicBlock.h 11 // an interface where clients can query if one instruction comes before another
15 // maintains an internal Instruction -> Position map. A OrderedBasicBlock
31 class Instruction;
36 /// \brief Map a instruction to its position in a BasicBlock.
37 SmallDenseMap<const Instruction *, unsigned, 32> NumberedInsts;
39 /// \brief Keep track of last instruction inserted into \p NumberedInsts.
44 /// \brief The position/number to tag the next instruction to be found.
51 /// Cache and number out instruction while walking \p BB.
52 bool comesBefore(const Instruction *A, const Instruction *B)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
OrderedBasicBlock.h 11 // an interface where clients can query if one instruction comes before another
15 // maintains an internal Instruction -> Position map. A OrderedBasicBlock
31 class Instruction;
36 /// \brief Map a instruction to its position in a BasicBlock.
37 SmallDenseMap<const Instruction *, unsigned, 32> NumberedInsts;
39 /// \brief Keep track of last instruction inserted into \p NumberedInsts.
44 /// \brief The position/number to tag the next instruction to be found.
51 /// Cache and number out instruction while walking \p BB.
52 bool comesBefore(const Instruction *A, const Instruction *B)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/frv/
fr450-insn.l 2 .*:1: Error: Instruction not supported by this architecture
3 .*:2: Error: Instruction not supported by this architecture
4 .*:3: Error: Instruction not supported by this architecture
5 .*:4: Error: Instruction not supported by this architecture
6 .*:5: Error: Instruction not supported by this architecture
8 .*:7: Error: Instruction not supported by this architecture
9 .*:8: Error: Instruction not supported by this architecture
10 .*:9: Error: Instruction not supported by this architecture
11 .*:10: Error: Instruction not supported by this architecture
12 .*:11: Error: Instruction not supported by this architectur
    [all...]
  /external/vixl/src/aarch64/
disasm-aarch64.h 49 virtual void Visit##A(const Instruction* instr) VIXL_OVERRIDE;
54 virtual void ProcessOutput(const Instruction* instr);
62 virtual void AppendRegisterNameToOutput(const Instruction* instr,
67 virtual void AppendPCRelativeOffsetToOutput(const Instruction* instr,
71 // used for example to print the target address of an ADR instruction.
72 virtual void AppendCodeRelativeAddressToOutput(const Instruction* instr,
80 virtual void AppendCodeRelativeCodeAddressToOutput(const Instruction* instr,
85 // instruction.
86 virtual void AppendCodeRelativeDataAddressToOutput(const Instruction* instr,
91 virtual void AppendAddressToOutput(const Instruction* instr
    [all...]
  /art/compiler/optimizing/
ssa_test.cc 123 Instruction::CONST_4 | 0 | 0,
124 Instruction::IF_EQ, 3,
125 Instruction::GOTO | 0x100,
126 Instruction::RETURN_VOID);
132 // Test that we create a phi for the join block of an if control flow instruction
154 Instruction::CONST_4 | 0 | 0,
155 Instruction::IF_EQ, 3,
156 Instruction::CONST_4 | 4 << 12 | 0,
157 Instruction::RETURN | 0 << 8);
163 // Test that we create a phi for the join block of an if control flow instruction
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/formats/
Instruction10x.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.Instruction;
36 public interface Instruction10x extends Instruction {
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombine.h 41 if (isa<Instruction>(V)) {
62 void InsertHelper(Instruction *I, const Twine &Name,
72 public InstVisitor<InstCombiner, Instruction*> {
98 // Visitation implementation - Implement instruction combining for different
99 // instruction types. The semantics are as follows:
103 // otherwise - Change was made, replace I with returned instruction
105 Instruction *visitAdd(BinaryOperator &I);
106 Instruction *visitFAdd(BinaryOperator &I);
108 Instruction *visitSub(BinaryOperator &I);
109 Instruction *visitFSub(BinaryOperator &I)
    [all...]

Completed in 712 milliseconds

1 2 3 4 5 6 7 8 91011>>