Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/utils/TableGen/
H A DCompressInstEmitter.cpp127 IndexedMap<OpData> &OperandMap, bool IsSourceInst);
130 bool validateTypes(Record *SubType, Record *Type, bool IsSourceInst);
162 bool IsSourceInst) { in validateTypes() argument
167 if (!IsSourceInst) in validateTypes()
184 LLVM_DEBUG(dbgs() << (IsSourceInst ? "Input" : "Output") in validateTypes()
202 bool IsSourceInst) { in addDagOperandMapping() argument
235 if (!validateTypes(DI->getDef(), Inst.Operands[I].Rec, IsSourceInst)) in addDagOperandMapping()
258 << (IsSourceInst ? "input " : "output ") in addDagOperandMapping()