Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp123 StringMap<unsigned> &DestOperands,
298 StringMap<unsigned> &DestOperands, DagInit *SourceDag, DagInit *DestDag, in createDagOperandMapping() argument
305 DestOperands[DestDag->getArgNameStr(i)] = i; in createDagOperandMapping()
325 it = DestOperands.find(SourceDag->getArgNameStr(i)); in createDagOperandMapping()
326 if (it == DestOperands.end()) in createDagOperandMapping()
455 StringMap<unsigned> DestOperands; in evaluateCompressPat() local
456 createDagOperandMapping(Rec, SourceOperands, DestOperands, SourceDag, DestDag, in evaluateCompressPat()