Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetLowering.h3000 bool expandFP_TO_SINT(SDNode *N, SDValue &Result, SelectionDAG &DAG) const;
/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp845 if (expandFP_TO_SINT(N, Result, DAG)) in ReplaceNodeResults()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3084 bool TargetLowering::expandFP_TO_SINT(SDNode *Node, SDValue &Result, in expandFP_TO_SINT() function in TargetLowering
DLegalizeDAG.cpp2933 if (TLI.expandFP_TO_SINT(Node, Tmp1, DAG)) in ExpandNode()