Home
last modified time | relevance | path

Searched refs:SET_FPENV_MEM (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1053 SET_FPENV_MEM, enumerator
H A DSelectionDAGNodes.h1486 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 DSelectionDAGDumper.cpp470 case ISD::SET_FPENV_MEM: return "set_fpenv_mem"; in getOperationName()
H A DSelectionDAG.cpp9883 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 DLegalizeDAG.cpp5014 case ISD::SET_FPENV_MEM: { in ConvertNodeToLibcall()
H A DDAGCombiner.cpp1974 case ISD::SET_FPENV_MEM: return visitSET_FPENV_MEM(N); in visit()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp848 setOperationAction(ISD::SET_FPENV_MEM, MVT::Other, Expand); in initActions()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp397 setOperationAction(ISD::SET_FPENV_MEM , MVT::Other, Custom); in X86TargetLowering()
32451 case ISD::SET_FPENV_MEM: return LowerSET_FPENV_MEM(Op, DAG); in LowerOperation()