Home | History | Annotate | Download | only in TableGen

Lines Matching defs:OperandInfo

45 struct OperandInfo {
49 OperandInfo(std::string D)
316 const std::map<unsigned, std::vector<OperandInfo> > &Operands;
347 const std::map<unsigned, std::vector<OperandInfo> > &Ops,
360 const std::map<unsigned, std::vector<OperandInfo> > &Ops,
458 const OperandInfo &OpInfo) const;
1067 const OperandInfo &OpInfo) const {
1071 OperandInfo::const_iterator OI = OpInfo.begin();
1077 for (OperandInfo::const_iterator OI = OpInfo.begin(), OE = OpInfo.end();
1096 std::map<unsigned, std::vector<OperandInfo> >::const_iterator OpIter =
1098 const std::vector<OperandInfo>& InsnOperands = OpIter->second;
1099 for (std::vector<OperandInfo>::const_iterator
1702 std::map<unsigned, std::vector<OperandInfo> > &Operands){
1718 std::vector<OperandInfo> InsnOperands;
1724 InsnOperands.push_back(OperandInfo(InstDecoder));
1782 OperandInfo OpInfo(Decoder);
1849 const CGIOperandList::OperandInfo &Info = CGI.Operands[i];
2019 std::map<unsigned, std::vector<OperandInfo> > Operands;