Searched refs:expandFP_TO_SINT (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 3000 bool expandFP_TO_SINT(SDNode *N, SDValue &Result, SelectionDAG &DAG) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 3591 bool expandFP_TO_SINT(SDNode *N, SDValue &Result, SelectionDAG &DAG) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 673 if (expandFP_TO_SINT(N, Result, DAG)) in ReplaceNodeResults()
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 845 if (expandFP_TO_SINT(N, Result, DAG)) in ReplaceNodeResults()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 3084 bool TargetLowering::expandFP_TO_SINT(SDNode *Node, SDValue &Result, in expandFP_TO_SINT() function in TargetLowering
|
D | LegalizeDAG.cpp | 2933 if (TLI.expandFP_TO_SINT(Node, Tmp1, DAG)) in ExpandNode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 3800 bool TargetLowering::expandFP_TO_SINT(SDNode *Node, SDValue &Result, in expandFP_TO_SINT() function in TargetLowering
|
D | LegalizeDAG.cpp | 3043 if (TLI.expandFP_TO_SINT(Node, Tmp1, DAG)) in ExpandNode()
|