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

1 2 3

  /external/swiftshader/third_party/LLVM/include/llvm/
User.h 38 /// OperandList - This is a pointer to the array of Uses for this User.
43 Use *OperandList;
51 : Value(ty, vty), OperandList(OpList), NumOperands(NumOps) {}
54 Use::zap(OperandList, OperandList + NumOperands, true);
55 OperandList = 0;
61 Use::zap(OperandList, OperandList + NumOperands);
88 return OperandList[i];
95 OperandList[i] = Val
    [all...]
OperandTraits.h 86 /// has an OperandList member of type User::op_iterator. [Note: this is now
95 return U->OperandList;
98 return U->OperandList + U->getNumOperands();
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 89 /// OperandList may not match the MachineInstr operand num. Until it
128 Record *TheDef; // The actual record containing this OperandList.
135 /// OperandList - The list of declared operands, along with their declared
137 std::vector<OperandInfo> OperandList;
145 bool empty() const { return OperandList.empty(); }
146 unsigned size() const { return OperandList.size(); }
147 const OperandInfo &operator[](unsigned i) const { return OperandList[i]; }
148 OperandInfo &operator[](unsigned i) { return OperandList[i]; }
149 OperandInfo &back() { return OperandList.back(); }
150 const OperandInfo &back() const { return OperandList.back();
    [all...]
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitCodes.cpp 103 for (unsigned i = 0; i < OperandList.size(); ++i) {
104 const NaClBitCodeAbbrevOp &Op = OperandList[i];
109 assert(!Op.isArrayOp() || i == OperandList.size()-2);
110 while (Op.isArrayOp() && !Abbrev->OperandList.empty() &&
111 Abbrev->OperandList.back() == OperandList[i+1]) {
112 Abbrev->OperandList.pop_back();
114 Abbrev->OperandList.push_back(Op);
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.h 89 /// OperandList may not match the MachineInstr operand num. Until it
128 Record *TheDef; // The actual record containing this OperandList.
135 /// OperandList - The list of declared operands, along with their declared
137 std::vector<OperandInfo> OperandList;
145 bool empty() const { return OperandList.empty(); }
146 unsigned size() const { return OperandList.size(); }
147 const OperandInfo &operator[](unsigned i) const { return OperandList[i]; }
148 OperandInfo &operator[](unsigned i) { return OperandList[i]; }
149 OperandInfo &back() { return OperandList.back(); }
150 const OperandInfo &back() const { return OperandList.back();
    [all...]
CodeGenInstruction.cpp 116 OperandList.push_back(OperandInfo(Rec, ArgName, PrintMethod, EncoderMethod,
125 for (unsigned i = 0, e = OperandList.size(); i != e; ++i)
126 OperandList[i].Constraints.resize(OperandList[i].MINumOperands);
146 for (unsigned i = 0, e = OperandList.size(); i != e; ++i)
147 if (OperandList[i].Name == Name) {
175 if (OperandList[OpIdx].MINumOperands > 1 && !AllowWholeOp &&
185 DagInit *MIOpInfo = OperandList[OpIdx].MIOperandInfo;
279 if (Op.second >= OperandList[Op.first].DoNotEncode.size())
280 OperandList[Op.first].DoNotEncode.resize(Op.second+1)
    [all...]
InstrInfoEmitter.cpp 58 std::vector<CGIOperandList::OperandInfo> OperandList;
68 OperandList.push_back(Inst.Operands[i]);
71 OperandList.push_back(Inst.Operands[i]);
74 OperandList.back().Rec = OpR;
78 for (unsigned j = 0, e = OperandList.size(); j != e; ++j) {
79 Record *OpR = OperandList[j].Rec;
  /external/llvm/include/llvm/Bitcode/
BitCodes.h 162 SmallVector<BitCodeAbbrevOp, 32> OperandList;
169 return static_cast<unsigned>(OperandList.size());
172 return OperandList[N];
176 OperandList.push_back(OpInfo);
  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
BitCodes.h 163 SmallVector<BitCodeAbbrevOp, 8> OperandList;
173 return static_cast<unsigned>(OperandList.size());
176 return OperandList[N];
180 OperandList.push_back(OpInfo);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitCodes.h 169 SmallVector<BitCodeAbbrevOp, 32> OperandList;
173 return static_cast<unsigned>(OperandList.size());
176 return OperandList[N];
180 OperandList.push_back(OpInfo);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Bitcode/
BitCodes.h 169 SmallVector<BitCodeAbbrevOp, 32> OperandList;
173 return static_cast<unsigned>(OperandList.size());
176 return OperandList[N];
180 OperandList.push_back(OpInfo);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Bitcode/
BitCodes.h 169 SmallVector<BitCodeAbbrevOp, 32> OperandList;
173 return static_cast<unsigned>(OperandList.size());
176 return OperandList[N];
180 OperandList.push_back(OpInfo);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Bitcode/
BitCodes.h 169 SmallVector<BitCodeAbbrevOp, 32> OperandList;
173 return static_cast<unsigned>(OperandList.size());
176 return OperandList[N];
180 OperandList.push_back(OpInfo);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Bitcode/
BitCodes.h 169 SmallVector<BitCodeAbbrevOp, 32> OperandList;
173 return static_cast<unsigned>(OperandList.size());
176 return OperandList[N];
180 OperandList.push_back(OpInfo);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Bitcode/
BitCodes.h 169 SmallVector<BitCodeAbbrevOp, 32> OperandList;
173 return static_cast<unsigned>(OperandList.size());
176 return OperandList[N];
180 OperandList.push_back(OpInfo);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Bitcode/
BitCodes.h 169 SmallVector<BitCodeAbbrevOp, 32> OperandList;
173 return static_cast<unsigned>(OperandList.size());
176 return OperandList[N];
180 OperandList.push_back(OpInfo);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitCodes.h 169 SmallVector<BitCodeAbbrevOp, 32> OperandList;
173 return static_cast<unsigned>(OperandList.size());
176 return OperandList[N];
180 OperandList.push_back(OpInfo);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Bitcode/
BitCodes.h 169 SmallVector<BitCodeAbbrevOp, 32> OperandList;
173 return static_cast<unsigned>(OperandList.size());
176 return OperandList[N];
180 OperandList.push_back(OpInfo);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Bitcode/
BitCodes.h 169 SmallVector<BitCodeAbbrevOp, 32> OperandList;
173 return static_cast<unsigned>(OperandList.size());
176 return OperandList[N];
180 OperandList.push_back(OpInfo);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Bitcode/
BitCodes.h 169 SmallVector<BitCodeAbbrevOp, 32> OperandList;
173 return static_cast<unsigned>(OperandList.size());
176 return OperandList[N];
180 OperandList.push_back(OpInfo);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Bitcode/
BitCodes.h 169 SmallVector<BitCodeAbbrevOp, 32> OperandList;
173 return static_cast<unsigned>(OperandList.size());
176 return OperandList[N];
180 OperandList.push_back(OpInfo);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Bitcode/
BitCodes.h 169 SmallVector<BitCodeAbbrevOp, 32> OperandList;
173 return static_cast<unsigned>(OperandList.size());
176 return OperandList[N];
180 OperandList.push_back(OpInfo);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Bitcode/
BitCodes.h 169 SmallVector<BitCodeAbbrevOp, 32> OperandList;
173 return static_cast<unsigned>(OperandList.size());
176 return OperandList[N];
180 OperandList.push_back(OpInfo);
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClBitCodes.h 258 SmallVector<NaClBitCodeAbbrevOp, 8> OperandList;
268 return static_cast<unsigned>(OperandList.size());
271 return OperandList[N];
275 OperandList.push_back(OpInfo);
287 size_t OperandListSize = OperandList.size();
288 size_t AbbrevOperandListSize = Abbrev.OperandList.size();
296 if (int Diff = OperandList[I].Compare(Abbrev.OperandList[I]))
307 return !OperandList[Size-2].isArrayOp();
  /external/swiftshader/third_party/LLVM/lib/VMCore/
User.cpp 61 Obj->OperandList = Start;

Completed in 592 milliseconds

1 2 3