Searched defs:SourceOperandMap (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp99 SourceOperandMap; // Maps operands in the Source Instruction to member in struct:__anon5935::RISCVCompressInstEmitter::CompressPat
445 IndexedMap<OpData> SourceOperandMap; local
300 createDagOperandMapping( Record *Rec, StringMap<unsigned> &SourceOperands, StringMap<unsigned> &DestOperands, DagInit *SourceDag, DagInit *DestDag, IndexedMap<OpData> &SourceOperandMap) argument
347 createInstOperandMapping( Record *Rec, DagInit *SourceDag, DagInit *DestDag, IndexedMap<OpData> &SourceOperandMap, IndexedMap<OpData> &DestOperandMap, StringMap<unsigned> &SourceOperands, CodeGenInstruction &DestInst) argument
641 IndexedMap<OpData> SourceOperandMap = CompressOrCheck ? local
[all...]

Completed in 101 milliseconds