Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGTargetInfo.h203 assert(GenNodeInfo.hasDesc(Opcode) && in getTargetNodeName()
209 if (GenNodeInfo.hasDesc(Opcode)) in isTargetMemoryOpcode()
215 if (GenNodeInfo.hasDesc(Opcode)) in isTargetStrictFPOpcode()
222 if (GenNodeInfo.hasDesc(N->getOpcode())) in verifyTargetNode()
H A DSDNodeInfo.h89 bool hasDesc(unsigned Opcode) const { in hasDesc() function
96 assert(hasDesc(Opcode)); in getDesc()