Home
last modified time | relevance | path

Searched refs:OpMap (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp198 DenseMap<NodeId,unsigned> OpMap; in removeOperand() local
202 OpMap.insert(std::make_pair(RA.Id, getOpNum(RA.Addr->getOp()))); in removeOperand()
207 unsigned N = OpMap[RA.Id]; in removeOperand()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp612 std::map<StringRef, std::pair<int, int>> OpMap; member in __anonb02949d80411::IAPrinter
627 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()
H A DX86RecognizableInstr.h164 uint8_t OpMap; variable
H A DX86RecognizableInstr.cpp78 OpMap = byteFromRec(Rec, "OpMapBits"); in RecognizableInstr()
703 switch (OpMap) { in emitDecodePath()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrFormats.td189 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;