Searched refs:SimplifySelect (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | constant_folding.h | 296 bool SimplifySelect(const GraphProperties& properties,
|
D | constant_folding.cc | 2113 SimplifySelect(*properties, optimized_graph, node)); in SimplifyNode() 2511 bool ConstantFolding::SimplifySelect(const GraphProperties& properties, in SimplifySelect() function in tensorflow::grappler::ConstantFolding
|
D | constant_folding_test.cc | 4236 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/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 540 SDValue SimplifySelect(const SDLoc &DL, SDValue N0, SDValue N1, SDValue N2); 9375 return SimplifySelect(DL, N0, N1, N2); in visitSELECT() 21439 SDValue DAGCombiner::SimplifySelect(const SDLoc &DL, SDValue N0, SDValue N1, in SimplifySelect() function in DAGCombiner
|