Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp108 IndexedMap<OpData> &OperandMap, bool IsSourceInst);
111 bool validateTypes(Record *SubType, Record *Type, bool IsSourceInst);
145 bool IsSourceInst) { in validateTypes() argument
150 if (!IsSourceInst) in validateTypes()
167 LLVM_DEBUG(dbgs() << (IsSourceInst ? "Input" : "Output") in validateTypes()
184 IndexedMap<OpData> &OperandMap, bool IsSourceInst) { in addDagOperandMapping() argument
217 if (!validateTypes(DI->getDef(), Inst.Operands[i].Rec, IsSourceInst)) in addDagOperandMapping()
240 << (IsSourceInst ? "input " : "output ") in addDagOperandMapping()