Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCompressInstEmitter.cpp130 bool validateTypes(Record *SubType, Record *Type, bool IsSourceInst);
161 bool CompressInstEmitter::validateTypes(Record *DagOpType, Record *InstOpType, in validateTypes() function in CompressInstEmitter
235 if (!validateTypes(DI->getDef(), Inst.Operands[I].Rec, IsSourceInst)) in addDagOperandMapping()