Searched refs:expandFMINNUM_FMAXNUM (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorOps.cpp | 929 if (SDValue Expanded = TLI.expandFMINNUM_FMAXNUM(Node, DAG)) { in Expand()
|
H A D | LegalizeDAG.cpp | 3188 if (SDValue Expanded = TLI.expandFMINNUM_FMAXNUM(Node, DAG)) in ExpandNode()
|
H A D | TargetLowering.cpp | 6311 SDValue TargetLowering::expandFMINNUM_FMAXNUM(SDNode *Node, in expandFMINNUM_FMAXNUM() function in TargetLowering
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorOps.cpp | 855 if (SDValue Expanded = TLI.expandFMINNUM_FMAXNUM(Node, DAG)) { in Expand()
|
H A D | LegalizeDAG.cpp | 3224 if (SDValue Expanded = TLI.expandFMINNUM_FMAXNUM(Node, DAG)) in ExpandNode()
|
H A D | TargetLowering.cpp | 7959 SDValue TargetLowering::expandFMINNUM_FMAXNUM(SDNode *Node, in expandFMINNUM_FMAXNUM() function in TargetLowering
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 4112 SDValue expandFMINNUM_FMAXNUM(SDNode *N, SelectionDAG &DAG) const;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 4912 SDValue expandFMINNUM_FMAXNUM(SDNode *N, SelectionDAG &DAG) const;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | TargetLowering.h | 5245 SDValue expandFMINNUM_FMAXNUM(SDNode *N, SelectionDAG &DAG) const;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | TargetLowering.h | 5163 SDValue expandFMINNUM_FMAXNUM(SDNode *N, SelectionDAG &DAG) const;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | TargetLowering.h | 5128 SDValue expandFMINNUM_FMAXNUM(SDNode *N, SelectionDAG &DAG) const;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | TargetLowering.h | 5163 SDValue expandFMINNUM_FMAXNUM(SDNode *N, SelectionDAG &DAG) const;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 4617 return expandFMINNUM_FMAXNUM(Op.getNode(), DAG); in lowerFMINNUM_FMAXNUM()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 5371 return expandFMINNUM_FMAXNUM(Op.getNode(), DAG); in lowerFMINNUM_FMAXNUM()
|