Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/docs/
H A DAddingConstrainedIntrinsics.rst77 version of the node happens in SelectionDAG::mutateStrictFPToFP(). In most cases
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1686 SDNode *mutateStrictFPToFP(SDNode *Node);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1170 Node = CurDAG->mutateStrictFPToFP(Node); in DoInstructionSelection()
H A DSelectionDAG.cpp9855 SDNode* SelectionDAG::mutateStrictFPToFP(SDNode *Node) { in mutateStrictFPToFP() function in SelectionDAG