/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenInstruction.h | 150 std::vector<OperandInfo> OperandList; variable 161 bool empty() const { return OperandList.empty(); } in empty() 162 unsigned size() const { return OperandList.size(); } in size() 163 const OperandInfo &operator[](unsigned i) const { return OperandList[i]; } 164 OperandInfo &operator[](unsigned i) { return OperandList[i]; } 165 OperandInfo &back() { return OperandList.back(); } in back() 166 const OperandInfo &back() const { return OperandList.back(); } in back() 170 iterator begin() { return OperandList.begin(); } in begin() 171 const_iterator begin() const { return OperandList.begin(); } in begin() 172 iterator end() { return OperandList.end(); } in end() [all …]
|
H A D | CodeGenInstruction.cpp | 56 OperandList.reserve(e); in CGIOperandList() 139 OperandInfo &OpInfo = OperandList.emplace_back( in CGIOperandList() 213 for (unsigned i = 0, e = OperandList.size(); i != e; ++i) in hasOperandNamed() 214 if (OperandList[i].Name == Name) { in hasOperandNamed() 270 if (OperandList[OpIdx].MINumOperands > 1 && !AllowWholeOp && in ParseOperandName() 283 DagInit *MIOpInfo = OperandList[OpIdx].MIOperandInfo; in ParseOperandName() 423 OperandList[Op.first].DoNotEncode[Op.second] = true; in ProcessDisableEncoding()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/ |
H A D | BitCodes.h | 104 SmallVector<BitCodeAbbrevOp, 32> OperandList; variable 109 explicit BitCodeAbbrev(std::initializer_list<BitCodeAbbrevOp> OperandList) in BitCodeAbbrev() argument 110 : OperandList(OperandList) {} in BitCodeAbbrev() 113 return static_cast<unsigned>(OperandList.size()); in getNumOperandInfos() 116 return OperandList[N]; in getOperandInfo() 120 OperandList.push_back(OpInfo); in Add()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | WebAssemblyDisassemblerEmitter.cpp | 115 OS << CGI.Operands.OperandList.size() << ", "; in emitWebAssemblyDisassemblerTables() 118 for (auto &Op : CGI.Operands.OperandList) { in emitWebAssemblyDisassemblerTables()
|
H A D | X86DisassemblerTables.cpp | 845 OperandListTy OperandList; in emitInstructionInfo() local 850 OperandList.push_back(std::pair(Encoding, Type)); in emitInstructionInfo() 852 unsigned &N = OperandSets[OperandList]; in emitInstructionInfo() 859 for (unsigned i = 0, e = OperandList.size(); i != e; ++i) { in emitInstructionInfo() 860 const char *Encoding = stringForOperandEncoding(OperandList[i].first); in emitInstructionInfo() 861 const char *Type = stringForOperandType(OperandList[i].second); in emitInstructionInfo() 878 OperandListTy OperandList; in emitInstructionInfo() local 882 OperandList.push_back(std::pair(Encoding, Type)); in emitInstructionInfo() 884 o.indent(i * 2) << (OperandSets[OperandList] - 1) << ",\n"; in emitInstructionInfo()
|
H A D | InstrInfoEmitter.cpp | 133 std::vector<CGIOperandList::OperandInfo> OperandList; in GetOperandInfo() local 143 OperandList.push_back(Op); in GetOperandInfo() 146 OperandList.push_back(Op); in GetOperandInfo() 149 OperandList.back().Rec = OpR; in GetOperandInfo() 153 for (unsigned j = 0, e = OperandList.size(); j != e; ++j) { in GetOperandInfo() 154 Record *OpR = OperandList[j].Rec; in GetOperandInfo()
|
H A D | X86RecognizableInstr.cpp | 152 Is32Bit(false), Is64Bit(false), Operands(&insn.Operands.OperandList), in RecognizableInstr() 448 const std::vector<CGIOperandList::OperandInfo> &OperandList = *Operands; in emitInstructionSpecifier() local 450 unsigned numOperands = OperandList.size(); in emitInstructionSpecifier() 460 if (!OperandList[operandIndex].Constraints.empty()) { in emitInstructionSpecifier() 462 OperandList[operandIndex].Constraints[0]; in emitInstructionSpecifier()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 2085 Use *OperandList = getOperandList(); in handleOperandChangeImpl() local 2087 for (Use *O = OperandList, *E = OperandList + getNumOperands(); O != E; ++O) { in handleOperandChangeImpl() 2090 OperandNo = (O - OperandList); in handleOperandChangeImpl() 2759 Use *OperandList = getOperandList(); in GetElementPtrConstantExpr() local 2761 OperandList[i+1] = IdxList[i]; in GetElementPtrConstantExpr() 3251 Use *OperandList = getOperandList(); in handleOperandChangeImpl() local 3253 for (Use *O = OperandList, *E = OperandList+getNumOperands(); O != E; ++O) { in handleOperandChangeImpl() 3256 OperandNo = (O - OperandList); in handleOperandChangeImpl() 3283 Use *OperandList = getOperandList(); in handleOperandChangeImpl() local 3293 for (Use *O = OperandList, *E = OperandList + getNumOperands(); O != E; ++O) { in handleOperandChangeImpl() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGNodes.h | 626 SDUse *OperandList = nullptr; 827 return (unsigned)(Op - Op->getUser()->OperandList); 961 return OperandList[Num]; 966 op_iterator op_begin() const { return OperandList; } 967 op_iterator op_end() const { return OperandList+NumOperands; } 1295 OperandList = &Op;
|
H A D | SelectionDAG.h | 439 if (!Node->OperandList) 443 Node->OperandList); 445 Node->OperandList = nullptr;
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | NewGVN.cpp | 3170 SmallVector<const Value *, 32> OperandList; in singleReachablePHIPath() local 3171 llvm::copy(FilteredPhiArgs, std::back_inserter(OperandList)); in singleReachablePHIPath() 3172 bool Okay = all_equal(OperandList); in singleReachablePHIPath() 3174 return singleReachablePHIPath(Visited, cast<MemoryAccess>(OperandList[0]), in singleReachablePHIPath()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 10497 N->OperandList[0].set(Op); in UpdateNodeOperands() 10523 if (N->OperandList[0] != Op1) in UpdateNodeOperands() 10524 N->OperandList[0].set(Op1); in UpdateNodeOperands() 10525 if (N->OperandList[1] != Op2) in UpdateNodeOperands() 10526 N->OperandList[1].set(Op2); in UpdateNodeOperands() 10576 if (N->OperandList[i] != Ops[i]) in UpdateNodeOperands() 10577 N->OperandList[i].set(Ops[i]); in UpdateNodeOperands() 13118 assert(!Node->OperandList && "Node already has operands"); in createOperands() 13132 Node->OperandList = Ops; in createOperands()
|