Searched refs:OpMap (Results 1 – 5 of 5) 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()
612 std::map<StringRef, std::pair<int, int>> OpMap; member in __anonb02949d80411::IAPrinter627 OpMap[Op] = std::make_pair(OpIdx, PrintMethodIdx); in addOperand()630 bool isOpMapped(StringRef Op) { return OpMap.find(Op) != OpMap.end(); } in isOpMapped()631 int getOpIndex(StringRef Op) { return OpMap[Op].first; } in getOpIndex()632 std::pair<int, int> &getOpData(StringRef Op) { return OpMap[Op]; } in getOpData()
164 uint8_t OpMap; variable
78 OpMap = byteFromRec(Rec, "OpMapBits"); in RecognizableInstr()703 switch (OpMap) { in emitDecodePath()
189 class TB { Map OpMap = TB; }190 class T8 { Map OpMap = T8; }191 class TA { Map OpMap = TA; }192 class XOP8 { Map OpMap = XOP8; Prefix OpPrefix = PS; }193 class XOP9 { Map OpMap = XOP9; Prefix OpPrefix = PS; }194 class XOPA { Map OpMap = XOPA; Prefix OpPrefix = PS; }195 class ThreeDNow { Map OpMap = ThreeDNow; }290 Map OpMap = OB; // Which opcode map does this inst have?291 bits<3> OpMapBits = OpMap.Value;