Searched refs:Select (Results 101 - 125 of 143) sorted by relevance

123456

/external/llvm/lib/IR/
H A DConstantFold.cpp742 if (TrueVal->getOpcode() == Instruction::Select)
747 if (FalseVal->getOpcode() == Instruction::Select)
H A DConstants.cpp1169 case Instruction::Select:
1900 ExprMapKeyType Key(Instruction::Select, ArgVec);
2849 case Instruction::Select:
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp922 case Instruction::Select: Out << "getSelect("; break;
1471 case Instruction::Select: {
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp65 SDNode *Select(SDNode *N) override;
1347 SDNode *HexagonDAGToDAGISel::Select(SDNode *N) { function in class:HexagonDAGToDAGISel
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp113 // Select - Convert the specified operand from a target-independent to a
115 SDNode *Select(SDNode *N) override;
119 /// SelectCC - Select a comparison of the specified values with the
163 // Select an address into a single register.
490 /// SelectCC - Select a comparison of the specified values with the specified
918 // Select - Convert the specified operand from a target-independent to a
920 SDNode *PPCDAGToDAGISel::Select(SDNode *N) { function in class:PPCDAGToDAGISel
/external/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp1015 case Instruction::Select:
H A DX86ISelDAGToDAG.cpp193 SDNode *Select(SDNode *N) override;
2058 SDNode *X86DAGToDAGISel::Select(SDNode *Node) { function in class:X86DAGToDAGISel
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp800 case Instruction::Select:
/external/llvm/include/llvm/IR/
H A DInstructions.h1532 : Instruction(S1->getType(), Instruction::Select,
1539 : Instruction(S1->getType(), Instruction::Select,
1578 return I->getOpcode() == Instruction::Select;
/external/chromium-trace/
H A Dscript.js507 "center",d)}},get keyHelp(){var a="Qwerty Controls\n w/s : Zoom in/out (with shift: go faster)\n a/d : Pan left/right\n\nDvorak Controls\n ,/o : Zoom in/out (with shift: go faster)\n a/e : Pan left/right\n\nMouse Controls\n drag (Selection mode) : Select slices (with "+(0==navigator.platform.indexOf("Mac")?"cmd":"ctrl")+": zoom to slices)\n drag (Pan mode) : Pan left/right/up/down)\n\n",a=this.focusElement.tabIndex?
508 a+" <- : Select previous event on current timeline\n -> : Select next event on current timeline\n":a+"General Navigation\n g/General : Shows grid at the start/end of the selected task\n <-,^TAB : Select previous event on current timeline\n ->, TAB : Select next event on current timeline\n";return a+"\nSpace to switch between select / pan modes\nShift to temporarily switch between select / pan modes\nScroll to zoom in/out (in pan mode)\nDbl-click to add timing markers\nf to zoom into selection\nz to reset zoom and pan to initial view\n/ to search\n"},
/external/bison/
H A Dmaint.mk143 # Select which lines of NEWS are searched for $(news-check-regexp).
229 # Select the files (non) containing strings matching this regexp.
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmtypes.h3492 struct gl_selection Select; /**< Selection */ member in struct:gl_context
H A Dget.c903 { GL_NAME_STACK_DEPTH, CONTEXT_INT(Select.NameStackDepth), NO_EXTRA },
929 { GL_SELECTION_BUFFER_SIZE, CONTEXT_INT(Select.BufferSize), NO_EXTRA },
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp1086 case Instruction::Select:
/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1384 case Select: return ISD::SELECT;
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp1391 case Instruction::Select:
H A DGVN.cpp436 case Instruction::Select:
/external/mesa3d/src/mesa/main/
H A Dmtypes.h3492 struct gl_selection Select; /**< Selection */ member in struct:gl_context
H A Dget.c903 { GL_NAME_STACK_DEPTH, CONTEXT_INT(Select.NameStackDepth), NO_EXTRA },
929 { GL_SELECTION_BUFFER_SIZE, CONTEXT_INT(Select.BufferSize), NO_EXTRA },
/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c439 static Bitmask exprSelectTableUsage(WhereMaskSet*, Select*);
466 static Bitmask exprSelectTableUsage(WhereMaskSet *pMaskSet, Select *pS){
3521 int iId = pParse->iSelectId; /* Select id (left-most output column) */
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml195 | Select Constructor in type:Opcode/t
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp132 STATISTIC(NumFastIselFailSelect,"Fast isel fails on Select");
837 // Select target instructions for the DAG.
865 SDNode *ResNode = Select(Node);
867 // FIXME: This is pretty gross. 'Select' should be changed to not return
995 case Instruction::Select: NumFastIselFailSelect++; return;
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp65 SDNode *Select(SDNode *Node) override;
225 /// SelectArithImmed - Select an immediate value that can be represented as
313 /// SelectShiftedRegister - Select a "shifted register" operand. If the value
533 /// SelectArithExtendedRegister - Select a "extended register" operand. This
572 /// SelectAddrModeIndexed - Select a "register plus scaled unsigned 12-bit
634 /// SelectAddrModeUnscaled - Select a "register plus unscaled signed 9-bit
2042 SDNode *AArch64DAGToDAGISel::Select(SDNode *Node) { function in class:AArch64DAGToDAGISel
2097 // Bail and use the default Select() for non-zero lanes.
2101 // bail and use the default Select(), as there's more to do than just
3015 // Select th
[all...]
H A DAArch64FastISel.cpp1951 case Instruction::Select:
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc3946 TEST(MemorySanitizerOrigins, Select) {
4038 TEST(MemorySanitizer, Select) {

Completed in 3800 milliseconds

123456