Searched refs:Select (Results 176 - 200 of 263) sorted by relevance

1234567891011

/external/v8/src/builtins/
H A Dbuiltins-string.cc1461 Select(IsUndefined(limit), [=]() { return SmiConstant(Smi::kMaxValue); },
1556 var_start.Bind(Select(SmiLessThan(start_int, zero), function
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp842 case Instruction::Select:
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1246 case Instruction::Select:
1596 case Instruction::Select: {
2326 case Instruction::Select: {
3304 case Instruction::Select: {
/external/swiftshader/third_party/subzero/src/
H A DIceConverter.cpp240 case Instruction::Select:
/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dlocal_client_execute_test.cc768 builder.Select(builder.ConstantR0<bool>(false), tuple12, tuple21);
/external/v8/src/compiler/
H A Dcommon-operator.cc1110 const Operator* CommonOperatorBuilder::Select(MachineRepresentation rep, function in class:v8::internal::compiler::CommonOperatorBuilder
1114 "Select", // name
/external/v8/src/wasm/
H A Dwasm-opcodes.h77 V(Select, 0x1b, _) \
/external/llvm/include/llvm/IR/
H A DInstructions.h1914 : Instruction(S1->getType(), Instruction::Select,
1921 : Instruction(S1->getType(), Instruction::Select,
1968 return I->getOpcode() == Instruction::Select;
/external/llvm/lib/Analysis/
H A DValueTracking.cpp953 case Instruction::Select:
2066 case Instruction::Select:
2487 case Instruction::Select:
/external/llvm/lib/IR/
H A DConstants.cpp1152 case Instruction::Select:
1888 ConstantExprKeyType Key(Instruction::Select, ArgVec);
2869 case Instruction::Select:
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_node_statics.cpp447 {0x542c7300 /* select */, XFA_Element::Select},
1289 case XFA_Element::Select:
2583 case XFA_Element::Select:
/external/spirv-llvm/lib/SPIRV/
H A DSPIRVReader.cpp1621 auto Select = transValue(BS->getSelect(), F, BB);
1623 Select, dyn_cast<BasicBlock>(transValue(BS->getDefault(), F, BB)),
1627 LS->addCase(ConstantInt::get(dyn_cast<IntegerType>(Select->getType()),
/external/swiftshader/third_party/LLVM/include/llvm/
H A DInstructions.h1407 : Instruction(S1->getType(), Instruction::Select,
1414 : Instruction(S1->getType(), Instruction::Select,
1454 return I->getOpcode() == Instruction::Select;
/external/ImageMagick/www/api/
H A Ddrawing-wand.php154 PointMethod: Select the target pixel
155 ReplaceMethod: Select any pixel that matches the target pixel.
156 FloodfillMethod: Select the target pixel and matching neighbors.
157 FillToBorderMethod: Select the target pixel and neighbors not matching
159 ResetMethod: Select all pixels.
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp1410 case Instruction::Select:
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DConstantFolding.cpp882 case Instruction::Select:
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1215 case Instruction::Select:
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DSCCP.cpp1575 case Instruction::Select:
/external/tensorflow/tensorflow/compiler/xla/client/
H A Dcomputation_builder.cc469 ComputationDataHandle ComputationBuilder::Select( function in class:xla::ComputationBuilder
/external/tensorflow/tensorflow/compiler/xla/python/
H A Dxla_client_test.py752 c.Select(
/external/tensorflow/tensorflow/core/ops/
H A Dmath_grad_test.cc314 // Sum(Select(c, x, y))
318 {{"z"}, "Select", {"c", "x", "y"}, {{"T", T}}},
616 // TEST_F(MathGradTernary, Select) {}
873 TEST_F(MathGradTest, Select) {
/external/v8/src/
H A Dcode-stub-assembler.h153 // Select the maximum of the two provided IntPtr values.
155 // Select the minimum of the two provided IntPtr values.
255 Node* Select(Node* condition, const NodeGenerator& true_body,
/external/annotation-tools/asmx/test/lib/
H A Dbcel-5.1.jarMETA-INF/ org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ org/apache/bcel/util/ org/apache/ ...
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp137 STATISTIC(NumFastIselFailSelect,"Fast isel fails on Select");
924 // Select target instructions for the DAG.
952 Select(Node);
1102 case Instruction::Select: NumFastIselFailSelect++; return;
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp199 void Select(SDNode *N) override;
1930 void X86DAGToDAGISel::Select(SDNode *Node) { function in class:X86DAGToDAGISel

Completed in 633 milliseconds

1234567891011