Searched refs:SourceOperands (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp168 StringMap<unsigned> SourceOperands; local
170 SourceOperands[SourceInsn.Operands[i].Name] = i;
179 SourceOperands.find(Dag->getArgNameStr(i));
180 if (SourceOp == SourceOperands.end())
H A DRISCVCompressInstEmitter.cpp121 void createDagOperandMapping(Record *Rec, StringMap<unsigned> &SourceOperands,
130 StringMap<unsigned> &SourceOperands,
301 Record *Rec, StringMap<unsigned> &SourceOperands,
319 SourceOperands.find(SourceDag->getArgNameStr(i));
320 if (it != SourceOperands.end()) {
340 SourceOperands[SourceDag->getArgNameStr(i)] = i;
350 StringMap<unsigned> &SourceOperands, CodeGenInstruction &DestInst) {
377 SourceOperands.find(DestDag->getArgNameStr(DagArgIdx));
378 if (SourceOp == SourceOperands.end())
458 StringMap<unsigned> SourceOperands; 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
[all...]

Completed in 126 milliseconds