HomeSort by relevance Sort by last modified time
    Searched defs:Opcode (Results 326 - 350 of 498) sorted by null

<<11121314151617181920

  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAG.h 244 /// Pool allocation for machine-opcode SDNode operands.
638 SDValue getLabelNode(unsigned Opcode, const SDLoc &dl, SDValue Root,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCInstrDesc.h 165 unsigned short Opcode; // The opcode number
202 /// \brief Return the opcode number for this descriptor.
203 unsigned getOpcode() const { return Opcode; }
568 /// or zero if the encoding size cannot be known from the opcode.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAG.h 244 /// Pool allocation for machine-opcode SDNode operands.
638 SDValue getLabelNode(unsigned Opcode, const SDLoc &dl, SDValue Root,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCInstrDesc.h 165 unsigned short Opcode; // The opcode number
202 /// \brief Return the opcode number for this descriptor.
203 unsigned getOpcode() const { return Opcode; }
568 /// or zero if the encoding size cannot be known from the opcode.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 201 /// Pool allocation for machine-opcode SDNode operands.
750 bool isUndef(unsigned Opcode, ArrayRef<SDValue> Ops);
764 SDValue getNode(unsigned Opcode, const SDLoc &DL, EVT VT,
766 SDValue getNode(unsigned Opcode, const SDLoc &DL, EVT VT,
768 SDValue getNode(unsigned Opcode, const SDLoc &DL, ArrayRef<EVT> ResultTys,
770 SDValue getNode(unsigned Opcode, const SDLoc &DL, SDVTList VTs,
774 SDValue getNode(unsigned Opcode, const SDLoc &DL, EVT VT);
775 SDValue getNode(unsigned Opcode, const SDLoc &DL, EVT VT, SDValue N);
776 SDValue getNode(unsigned Opcode, const SDLoc &DL, EVT VT, SDValue N1,
778 SDValue getNode(unsigned Opcode, const SDLoc &DL, EVT VT, SDValue N1
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 165 unsigned short Opcode; // The opcode number
202 /// \brief Return the opcode number for this descriptor.
203 unsigned getOpcode() const { return Opcode; }
559 /// or zero if the encoding size cannot be known from the opcode.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAG.h 243 /// Pool allocation for machine-opcode SDNode operands.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCInstrDesc.h 165 unsigned short Opcode; // The opcode number
202 /// \brief Return the opcode number for this descriptor.
203 unsigned getOpcode() const { return Opcode; }
559 /// or zero if the encoding size cannot be known from the opcode.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAG.h 243 /// Pool allocation for machine-opcode SDNode operands.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCInstrDesc.h 165 unsigned short Opcode; // The opcode number
202 /// \brief Return the opcode number for this descriptor.
203 unsigned getOpcode() const { return Opcode; }
559 /// or zero if the encoding size cannot be known from the opcode.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAG.h 244 /// Pool allocation for machine-opcode SDNode operands.
638 SDValue getLabelNode(unsigned Opcode, const SDLoc &dl, SDValue Root,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCInstrDesc.h 165 unsigned short Opcode; // The opcode number
202 /// \brief Return the opcode number for this descriptor.
203 unsigned getOpcode() const { return Opcode; }
568 /// or zero if the encoding size cannot be known from the opcode.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAG.h 244 /// Pool allocation for machine-opcode SDNode operands.
638 SDValue getLabelNode(unsigned Opcode, const SDLoc &dl, SDValue Root,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCInstrDesc.h 165 unsigned short Opcode; // The opcode number
202 /// \brief Return the opcode number for this descriptor.
203 unsigned getOpcode() const { return Opcode; }
568 /// or zero if the encoding size cannot be known from the opcode.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAG.h 244 /// Pool allocation for machine-opcode SDNode operands.
638 SDValue getLabelNode(unsigned Opcode, const SDLoc &dl, SDValue Root,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCInstrDesc.h 165 unsigned short Opcode; // The opcode number
202 /// \brief Return the opcode number for this descriptor.
203 unsigned getOpcode() const { return Opcode; }
568 /// or zero if the encoding size cannot be known from the opcode.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAG.h 244 /// Pool allocation for machine-opcode SDNode operands.
638 SDValue getLabelNode(unsigned Opcode, const SDLoc &dl, SDValue Root,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCInstrDesc.h 165 unsigned short Opcode; // The opcode number
202 /// \brief Return the opcode number for this descriptor.
203 unsigned getOpcode() const { return Opcode; }
568 /// or zero if the encoding size cannot be known from the opcode.
  /art/tools/titrace/
instruction_decoder.cc 30 const char* GetName(size_t opcode) override {
31 Bytecode::Opcode op = static_cast<Bytecode::Opcode>(opcode);
42 enum Opcode {
252 static const char* ToString(Bytecode::Opcode op) {
459 default: LOG(FATAL) << "Unknown opcode " << op;
472 const char* GetName(size_t opcode) override {
473 Bytecode::Opcode op = static_cast<Bytecode::Opcode>(opcode)
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmBase/
SmmBase.h 348 UINT16 Opcode;
370 UINT16 Opcode;
400 UINT16 Opcode;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
SmmCis.h 325 UINT16 Opcode;
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Include/Ia32/
ProcessorContext.h 132 UINT16 Opcode;
215 UINT16 Opcode;
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 72 /// Opcode for unary arithmetic operations.
79 /// Opcode for binary arithmetic operations.
99 /// Opcode for cast operations.
118 /// Return the name of a unary opcode.
121 /// Return the name of a binary opcode.
262 TIL_Opcode opcode() const { return static_cast<TIL_Opcode>(Opcode); } function in class:clang::threadSafety::SExpr
300 : Opcode(Op), Reserved(0), Flags(0), SExprID(0), Block(nullptr) {}
302 : Opcode(E.Opcode), Reserved(0), Flags(E.Flags), SExprID(0)
    [all...]
  /external/javassist/src/main/javassist/bytecode/
Opcode.java 26 public interface Opcode {
440 0, // wide, 196 depends on the following opcode
  /external/llvm/examples/Kaleidoscope/Chapter9/
toy.cpp 243 char Opcode;
247 UnaryExprAST(char Opcode, std::unique_ptr<ExprAST> Operand)
248 : Opcode(Opcode), Operand(std::move(Operand)) {}
251 ExprAST::dump(out << "unary" << Opcode, ind);
915 Function *F = getFunction(std::string("unary") + Opcode);
    [all...]

Completed in 1695 milliseconds

<<11121314151617181920