Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetLowering.h3000 bool expandFP_TO_SINT(SDNode *N, SDValue &Result, SelectionDAG &DAG) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3591 bool expandFP_TO_SINT(SDNode *N, SDValue &Result, SelectionDAG &DAG) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp673 if (expandFP_TO_SINT(N, Result, DAG)) in ReplaceNodeResults()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3800 bool TargetLowering::expandFP_TO_SINT(SDNode *Node, SDValue &Result, in expandFP_TO_SINT() function in TargetLowering
DLegalizeDAG.cpp3043 if (TLI.expandFP_TO_SINT(Node, Tmp1, DAG)) in ExpandNode()