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

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 33 /// Legalization is decided based on an instruction's opcode, which type slot
37 unsigned Opcode;
41 InstrAspect(unsigned Opcode, LLT Type) : Opcode(Opcode), Idx(0), Type(Type) {}
42 InstrAspect(unsigned Opcode, unsigned Idx, LLT Type)
43 : Opcode(Opcode), Idx(Idx), Type(Type) {}
46 return Opcode == RHS.Opcode && Idx == RHS.Idx && Type == RHS.Type
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 24 enum Opcode {
30 Opcode kind() const { return Kind; }
37 LExpr(Opcode Kind) : Kind(Kind) {}
40 Opcode Kind;
59 BinOp(LExpr *LHS, LExpr *RHS, Opcode Code) : LExpr(Code), LHS(LHS), RHS(RHS) {}
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 33 /// Legalization is decided based on an instruction's opcode, which type slot
37 unsigned Opcode;
41 InstrAspect(unsigned Opcode, LLT Type) : Opcode(Opcode), Idx(0), Type(Type) {}
42 InstrAspect(unsigned Opcode, unsigned Idx, LLT Type)
43 : Opcode(Opcode), Idx(Idx), Type(Type) {}
46 return Opcode == RHS.Opcode && Idx == RHS.Idx && Type == RHS.Type
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 24 enum Opcode {
30 Opcode kind() const { return Kind; }
37 LExpr(Opcode Kind) : Kind(Kind) {}
40 Opcode Kind;
59 BinOp(LExpr *LHS, LExpr *RHS, Opcode Code) : LExpr(Code), LHS(LHS), RHS(RHS) {}
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 36 /// Legalization is decided based on an instruction's opcode, which type slot
40 unsigned Opcode;
44 InstrAspect(unsigned Opcode, LLT Type) : Opcode(Opcode), Type(Type) {}
45 InstrAspect(unsigned Opcode, unsigned Idx, LLT Type)
46 : Opcode(Opcode), Idx(Idx), Type(Type) {}
49 return Opcode == RHS.Opcode && Idx == RHS.Idx && Type == RHS.Type
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFExpression.h 76 uint8_t Opcode; ///< The Op Opcode, DW_OP_<something>.
84 uint8_t getCode() { return Opcode; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 24 enum Opcode {
30 Opcode kind() const { return Kind; }
37 LExpr(Opcode Kind) : Kind(Kind) {}
40 Opcode Kind;
59 BinOp(LExpr *LHS, LExpr *RHS, Opcode Code) : LExpr(Code), LHS(LHS), RHS(RHS) {}
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 36 /// Legalization is decided based on an instruction's opcode, which type slot
40 unsigned Opcode;
44 InstrAspect(unsigned Opcode, LLT Type) : Opcode(Opcode), Type(Type) {}
45 InstrAspect(unsigned Opcode, unsigned Idx, LLT Type)
46 : Opcode(Opcode), Idx(Idx), Type(Type) {}
49 return Opcode == RHS.Opcode && Idx == RHS.Idx && Type == RHS.Type
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFExpression.h 76 uint8_t Opcode; ///< The Op Opcode, DW_OP_<something>.
84 uint8_t getCode() { return Opcode; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 24 enum Opcode {
30 Opcode kind() const { return Kind; }
37 LExpr(Opcode Kind) : Kind(Kind) {}
40 Opcode Kind;
59 BinOp(LExpr *LHS, LExpr *RHS, Opcode Code) : LExpr(Code), LHS(LHS), RHS(RHS) {}
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 36 /// Legalization is decided based on an instruction's opcode, which type slot
40 unsigned Opcode;
44 InstrAspect(unsigned Opcode, LLT Type) : Opcode(Opcode), Type(Type) {}
45 InstrAspect(unsigned Opcode, unsigned Idx, LLT Type)
46 : Opcode(Opcode), Idx(Idx), Type(Type) {}
49 return Opcode == RHS.Opcode && Idx == RHS.Idx && Type == RHS.Type
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFExpression.h 76 uint8_t Opcode; ///< The Op Opcode, DW_OP_<something>.
84 uint8_t getCode() { return Opcode; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 24 enum Opcode {
30 Opcode kind() const { return Kind; }
37 LExpr(Opcode Kind) : Kind(Kind) {}
40 Opcode Kind;
59 BinOp(LExpr *LHS, LExpr *RHS, Opcode Code) : LExpr(Code), LHS(LHS), RHS(RHS) {}
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 36 /// Legalization is decided based on an instruction's opcode, which type slot
40 unsigned Opcode;
44 InstrAspect(unsigned Opcode, LLT Type) : Opcode(Opcode), Type(Type) {}
45 InstrAspect(unsigned Opcode, unsigned Idx, LLT Type)
46 : Opcode(Opcode), Idx(Idx), Type(Type) {}
49 return Opcode == RHS.Opcode && Idx == RHS.Idx && Type == RHS.Type
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFExpression.h 76 uint8_t Opcode; ///< The Op Opcode, DW_OP_<something>.
84 uint8_t getCode() { return Opcode; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 24 enum Opcode {
30 Opcode kind() const { return Kind; }
37 LExpr(Opcode Kind) : Kind(Kind) {}
40 Opcode Kind;
59 BinOp(LExpr *LHS, LExpr *RHS, Opcode Code) : LExpr(Code), LHS(LHS), RHS(RHS) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 33 /// Legalization is decided based on an instruction's opcode, which type slot
37 unsigned Opcode;
41 InstrAspect(unsigned Opcode, LLT Type) : Opcode(Opcode), Idx(0), Type(Type) {}
42 InstrAspect(unsigned Opcode, unsigned Idx, LLT Type)
43 : Opcode(Opcode), Idx(Idx), Type(Type) {}
46 return Opcode == RHS.Opcode && Idx == RHS.Idx && Type == RHS.Type
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 24 enum Opcode {
30 Opcode kind() const { return Kind; }
37 LExpr(Opcode Kind) : Kind(Kind) {}
40 Opcode Kind;
59 BinOp(LExpr *LHS, LExpr *RHS, Opcode Code) : LExpr(Code), LHS(LHS), RHS(RHS) {}
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 33 /// Legalization is decided based on an instruction's opcode, which type slot
37 unsigned Opcode;
41 InstrAspect(unsigned Opcode, LLT Type) : Opcode(Opcode), Idx(0), Type(Type) {}
42 InstrAspect(unsigned Opcode, unsigned Idx, LLT Type)
43 : Opcode(Opcode), Idx(Idx), Type(Type) {}
46 return Opcode == RHS.Opcode && Idx == RHS.Idx && Type == RHS.Type
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 24 enum Opcode {
30 Opcode kind() const { return Kind; }
37 LExpr(Opcode Kind) : Kind(Kind) {}
40 Opcode Kind;
59 BinOp(LExpr *LHS, LExpr *RHS, Opcode Code) : LExpr(Code), LHS(LHS), RHS(RHS) {}
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 33 /// Legalization is decided based on an instruction's opcode, which type slot
37 unsigned Opcode;
41 InstrAspect(unsigned Opcode, LLT Type) : Opcode(Opcode), Idx(0), Type(Type) {}
42 InstrAspect(unsigned Opcode, unsigned Idx, LLT Type)
43 : Opcode(Opcode), Idx(Idx), Type(Type) {}
46 return Opcode == RHS.Opcode && Idx == RHS.Idx && Type == RHS.Type
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 24 enum Opcode {
30 Opcode kind() const { return Kind; }
37 LExpr(Opcode Kind) : Kind(Kind) {}
40 Opcode Kind;
59 BinOp(LExpr *LHS, LExpr *RHS, Opcode Code) : LExpr(Code), LHS(LHS), RHS(RHS) {}
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 36 /// Legalization is decided based on an instruction's opcode, which type slot
40 unsigned Opcode;
44 InstrAspect(unsigned Opcode, LLT Type) : Opcode(Opcode), Type(Type) {}
45 InstrAspect(unsigned Opcode, unsigned Idx, LLT Type)
46 : Opcode(Opcode), Idx(Idx), Type(Type) {}
49 return Opcode == RHS.Opcode && Idx == RHS.Idx && Type == RHS.Type
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFExpression.h 76 uint8_t Opcode; ///< The Op Opcode, DW_OP_<something>.
84 uint8_t getCode() { return Opcode; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 24 enum Opcode {
30 Opcode kind() const { return Kind; }
37 LExpr(Opcode Kind) : Kind(Kind) {}
40 Opcode Kind;
59 BinOp(LExpr *LHS, LExpr *RHS, Opcode Code) : LExpr(Code), LHS(LHS), RHS(RHS) {}

Completed in 2706 milliseconds

12 3 4 5 6 7 8 91011>>