Searched refs:GenNodeInfo (Results 1 – 2 of 2) sorted by relevance
194 const SDNodeInfo &GenNodeInfo;196 explicit SelectionDAGGenTargetInfo(const SDNodeInfo &GenNodeInfo) in SelectionDAGGenTargetInfo() argument197 : GenNodeInfo(GenNodeInfo) {} in SelectionDAGGenTargetInfo()203 assert(GenNodeInfo.hasDesc(Opcode) && in getTargetNodeName()205 return GenNodeInfo.getName(Opcode).data(); in getTargetNodeName()209 if (GenNodeInfo.hasDesc(Opcode)) in isTargetMemoryOpcode()210 return GenNodeInfo.getDesc(Opcode).hasProperty(SDNPMemOperand); in isTargetMemoryOpcode()215 if (GenNodeInfo.hasDesc(Opcode)) in isTargetStrictFPOpcode()216 return GenNodeInfo.getDesc(Opcode).hasFlag(SDNFIsStrictFP); in isTargetStrictFPOpcode()222 if (GenNodeInfo.hasDesc(N->getOpcode())) in verifyTargetNode()[all …]
38 return GenNodeInfo.getDesc(Opcode).TSFlags & RISCVISD::HasPassthruOpMask; in hasPassthruOp()42 return GenNodeInfo.getDesc(Opcode).TSFlags & RISCVISD::HasMaskOpMask; in hasMaskOp()