Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DRISCVCompressInstEmitter.cpp116 IndexedMap<OpData> &OperandMap, bool IsSourceInst);
119 bool validateTypes(Record *SubType, Record *Type, bool IsSourceInst);
153 bool IsSourceInst) { in validateTypes() argument
158 if (!IsSourceInst) in validateTypes()
175 LLVM_DEBUG(dbgs() << (IsSourceInst ? "Input" : "Output") in validateTypes()
192 IndexedMap<OpData> &OperandMap, bool IsSourceInst) { in addDagOperandMapping() argument
225 if (!validateTypes(DI->getDef(), Inst.Operands[i].Rec, IsSourceInst)) in addDagOperandMapping()
248 << (IsSourceInst ? "input " : "output ") in addDagOperandMapping()