Searched refs:SET_FPENV_MEM (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 1053 SET_FPENV_MEM, enumerator
|
H A D | SelectionDAGNodes.h | 1486 case ISD::SET_FPENV_MEM: 3011 assert((NodeTy == ISD::GET_FPENV_MEM || NodeTy == ISD::SET_FPENV_MEM) && 3017 N->getOpcode() == ISD::SET_FPENV_MEM;
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 470 case ISD::SET_FPENV_MEM: return "set_fpenv_mem"; in getOperationName()
|
H A D | SelectionDAG.cpp | 9883 AddNodeIDNode(ID, ISD::SET_FPENV_MEM, VTs, Ops); in getSetFPEnv() 9886 ISD::SET_FPENV_MEM, dl.getIROrder(), VTs, MemVT, MMO)); in getSetFPEnv() 9893 auto *N = newSDNode<FPStateAccessSDNode>(ISD::SET_FPENV_MEM, dl.getIROrder(), in getSetFPEnv()
|
H A D | LegalizeDAG.cpp | 5014 case ISD::SET_FPENV_MEM: { in ConvertNodeToLibcall()
|
H A D | DAGCombiner.cpp | 1974 case ISD::SET_FPENV_MEM: return visitSET_FPENV_MEM(N); in visit()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 848 setOperationAction(ISD::SET_FPENV_MEM, MVT::Other, Expand); in initActions()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 397 setOperationAction(ISD::SET_FPENV_MEM , MVT::Other, Custom); in X86TargetLowering() 32451 case ISD::SET_FPENV_MEM: return LowerSET_FPENV_MEM(Op, DAG); in LowerOperation()
|