Home
last modified time | relevance | path

Searched refs:SimplifySelect (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.h293 bool SimplifySelect(const GraphProperties& properties,
Dconstant_folding.cc2161 SimplifySelect(*properties, optimized_graph, node)); in SimplifyNode()
2561 bool ConstantFolding::SimplifySelect(const GraphProperties& properties, in SimplifySelect() function in tensorflow::grappler::ConstantFolding
Dconstant_folding_test.cc4241 TEST_F(ConstantFoldingTest, SimplifySelect) { in TEST_F() argument
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp339 SDValue SimplifySelect(const SDLoc &DL, SDValue N0, SDValue N1, SDValue N2);
5248 return SimplifySelect(SDLoc(N), N0, N1, N2); in visitSELECT()
13976 SDValue DAGCombiner::SimplifySelect(const SDLoc &DL, SDValue N0, SDValue N1, in SimplifySelect() function in DAGCombiner
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp507 SDValue SimplifySelect(const SDLoc &DL, SDValue N0, SDValue N1, SDValue N2);
8685 return SimplifySelect(DL, N0, N1, N2); in visitSELECT()
20004 SDValue DAGCombiner::SimplifySelect(const SDLoc &DL, SDValue N0, SDValue N1, in SimplifySelect() function in DAGCombiner
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp553 SDValue SimplifySelect(const SDLoc &DL, SDValue N0, SDValue N1, SDValue N2);
10888 if (SDValue NewSel = SimplifySelect(DL, N0, N1, N2)) in visitSELECT()
25105 SDValue DAGCombiner::SimplifySelect(const SDLoc &DL, SDValue N0, SDValue N1, in SimplifySelect() function in DAGCombiner