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

1 2

  /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...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
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;
X86RecognizableInstr.cpp 227 Operands = &insn.Operands.OperandList;
478 const std::vector<CGIOperandList::OperandInfo> &OperandList = *Operands;
479 unsigned numOperands = OperandList.size();
482 const std::string &recName = OperandList[operandIndex].Rec->getName();
491 const std::vector<CGIOperandList::OperandInfo> &OperandList = *Operands;
492 unsigned numOperands = OperandList.size();
495 const std::string &recName = OperandList[operandIndex].Rec->getName();
557 const std::vector<CGIOperandList::OperandInfo> &OperandList = *Operands;
560 unsigned numOperands = OperandList.size();
563 // operandMapping maps from operands in OperandList to their originals
    [all...]
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/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/llvm/utils/TableGen/
InstrInfoEmitter.cpp 94 std::vector<CGIOperandList::OperandInfo> OperandList;
104 OperandList.push_back(Op);
107 OperandList.push_back(Op);
110 OperandList.back().Rec = OpR;
114 for (unsigned j = 0, e = OperandList.size(); j != e; ++j) {
115 Record *OpR = OperandList[j].Rec;
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/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);
  /external/vixl/tools/test_generator/
generator.py 32 class OperandList(object):
162 operand_types The `OperandList` object that describe the form of the
307 operands `OperandList` object.
  /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/llvm/lib/IR/
Constants.cpp     [all...]

Completed in 899 milliseconds

1 2