Searched refs:SimplifySelect (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | constant_folding.h | 293 bool SimplifySelect(const GraphProperties& properties,
|
D | constant_folding.cc | 2161 SimplifySelect(*properties, optimized_graph, node)); in SimplifyNode() 2561 bool ConstantFolding::SimplifySelect(const GraphProperties& properties, in SimplifySelect() function in tensorflow::grappler::ConstantFolding
|
D | constant_folding_test.cc | 4241 TEST_F(ConstantFoldingTest, SimplifySelect) { in TEST_F() argument
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 339 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/ |
D | DAGCombiner.cpp | 507 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/ |
D | DAGCombiner.cpp | 553 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
|