Home
last modified time | relevance | path

Searched refs:mutateStrictFPToFP (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1197 SDNode *mutateStrictFPToFP(SDNode *Node);
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1105 Node = CurDAG->mutateStrictFPToFP(Node); in DoInstructionSelection()
H A DLegalizeDAG.cpp2131 Node = DAG.mutateStrictFPToFP(Node); in ExpandFPLibCall()
H A DSelectionDAG.cpp7629 SDNode* SelectionDAG::mutateStrictFPToFP(SDNode *Node) { in mutateStrictFPToFP() function in SelectionDAG