Searched refs:DestOperands (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CompressInstEmitter.cpp | 141 const StringMap<ArgData> &DestOperands, 356 const Record *Rec, const StringMap<ArgData> &DestOperands, in checkDagOperandMapping() argument 366 auto It = DestOperands.find(ArgName); in checkDagOperandMapping() 367 if (It == DestOperands.end()) in checkDagOperandMapping() 496 StringMap<ArgData> DestOperands; in evaluateCompressPat() local 499 addDagOperandMapping(Rec, DestDag, DestInst, DestOperandMap, DestOperands, in evaluateCompressPat() 502 checkDagOperandMapping(Rec, DestOperands, SourceDag, DestDag); in evaluateCompressPat()
|