Searched refs:OpMap (Results 1 – 6 of 6) sorted by relevance
198 DenseMap<NodeId,unsigned> OpMap; in removeOperand() local202 OpMap.insert(std::make_pair(RA.Id, getOpNum(RA.Addr->getOp()))); in removeOperand()207 unsigned N = OpMap[RA.Id]; in removeOperand()
669 std::map<StringRef, std::pair<int, int>> OpMap; member in __anone42ed43e0411::IAPrinter690 OpMap[Op] = std::make_pair(OpIdx, PrintMethodIdx); in addOperand()697 bool isOpMapped(StringRef Op) { return OpMap.find(Op) != OpMap.end(); } in isOpMapped()698 int getOpIndex(StringRef Op) { return OpMap[Op].first; } in getOpIndex()699 std::pair<int, int> &getOpData(StringRef Op) { return OpMap[Op]; } in getOpData()
168 uint8_t OpMap; variable
77 OpMap = byteFromRec(Rec, "OpMapBits"); in RecognizableInstr()746 switch (OpMap) { in emitDecodePath()
200 class TB { Map OpMap = TB; }201 class T8 { Map OpMap = T8; }202 class TA { Map OpMap = TA; }203 class XOP8 { Map OpMap = XOP8; Prefix OpPrefix = PS; }204 class XOP9 { Map OpMap = XOP9; Prefix OpPrefix = PS; }205 class XOPA { Map OpMap = XOPA; Prefix OpPrefix = PS; }206 class ThreeDNow { Map OpMap = ThreeDNow; }303 Map OpMap = OB; // Which opcode map does this inst have?304 bits<3> OpMapBits = OpMap.Value;
1960 Map OpMap = OB;