Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGTargetInfo.cpp24 return isTargetStrictFPOpcode(Opcode) || isTargetMemoryOpcode(Opcode); in mayRaiseFPException()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSelectionDAGInfo.h22 bool isTargetStrictFPOpcode(unsigned Opcode) const override;
H A DPPCSelectionDAGInfo.cpp21 bool PPCSelectionDAGInfo::isTargetStrictFPOpcode(unsigned Opcode) const { in isTargetStrictFPOpcode() function in PPCSelectionDAGInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGTargetInfo.h52 virtual bool isTargetStrictFPOpcode(unsigned Opcode) const { return false; } in isTargetStrictFPOpcode() function
214 bool isTargetStrictFPOpcode(unsigned Opcode) const override { in isTargetStrictFPOpcode() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.h31 bool isTargetStrictFPOpcode(unsigned Opcode) const override;
H A DX86SelectionDAGInfo.cpp35 bool X86SelectionDAGInfo::isTargetStrictFPOpcode(unsigned Opcode) const { in isTargetStrictFPOpcode() function in X86SelectionDAGInfo
H A DX86ISelLowering.cpp55260 bool IsStrict = TSI.isTargetStrictFPOpcode(N->getOpcode()); in combineCVTP2I_CVTTP2I()
55886 ? TSI.isTargetStrictFPOpcode(N->getOpcode()) in combineFMA()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.h26 bool isTargetStrictFPOpcode(unsigned Opcode) const override;
H A DSystemZSelectionDAGInfo.cpp25 bool SystemZSelectionDAGInfo::isTargetStrictFPOpcode(unsigned Opcode) const { in isTargetStrictFPOpcode() function in SystemZSelectionDAGInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp18054 DAG.getSelectionDAGInfo().isTargetStrictFPOpcode(N->getOpcode()); in combineVFMADD_VLWithVFNEG_VL()
18098 if (DAG.getSelectionDAGInfo().isTargetStrictFPOpcode(N->getOpcode())) in performVFMADD_VLCombine()