Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAG.h1194 SDNode *mutateStrictFPToFP(SDNode *Node);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1089 Node = CurDAG->mutateStrictFPToFP(Node); in DoInstructionSelection()
DLegalizeDAG.cpp2100 Node = DAG.mutateStrictFPToFP(Node); in ExpandFPLibCall()
DSelectionDAG.cpp7176 SDNode* SelectionDAG::mutateStrictFPToFP(SDNode *Node) { in mutateStrictFPToFP() function in SelectionDAG