Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp669 std::map<StringRef, std::pair<int, int>> OpMap; member in __anone42ed43e0411::IAPrinter
690 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()
H A DX86RecognizableInstr.h168 uint8_t OpMap; variable
H A DX86RecognizableInstr.cpp77 OpMap = byteFromRec(Rec, "OpMapBits"); in RecognizableInstr()
746 switch (OpMap) { in emitDecodePath()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrFormats.td200 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;
/netbsd-src/external/apache2/llvm/dist/llvm/docs/TableGen/
H A DProgRef.rst1960 Map OpMap = OB;