Lines Matching defs:IsSourceInst
127 IndexedMap<OpData> &OperandMap, bool IsSourceInst);
130 bool validateTypes(Record *SubType, Record *Type, bool IsSourceInst);
162 bool IsSourceInst) {
167 if (!IsSourceInst)
184 LLVM_DEBUG(dbgs() << (IsSourceInst ? "Input" : "Output")
202 bool IsSourceInst) {
235 if (!validateTypes(DI->getDef(), Inst.Operands[I].Rec, IsSourceInst))
258 << (IsSourceInst ? "input " : "output ")
457 /*IsSourceInst*/ true);
464 /*IsSourceInst*/ false);