Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGTargetInfo.h194 const SDNodeInfo &GenNodeInfo;
196 explicit SelectionDAGGenTargetInfo(const SDNodeInfo &GenNodeInfo) in SelectionDAGGenTargetInfo() argument
197 : 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 …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSelectionDAGInfo.h38 return GenNodeInfo.getDesc(Opcode).TSFlags & RISCVISD::HasPassthruOpMask; in hasPassthruOp()
42 return GenNodeInfo.getDesc(Opcode).TSFlags & RISCVISD::HasMaskOpMask; in hasMaskOp()