Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp1896 bool HasEmittedIntrinsicID = false; in emitInstructionApplyPattern() local
1900 HasEmittedIntrinsicID = true; in emitInstructionApplyPattern()
1905 if (CGIP.isIntrinsic() && !Op.isDef() && !HasEmittedIntrinsicID) in emitInstructionApplyPattern()
1998 if (CGIP.isIntrinsic() && !HasEmittedIntrinsicID) in emitInstructionApplyPattern()