Searched refs:Select (Results 226 - 250 of 263) sorted by relevance

1234567891011

/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml202 | Select Constructor in type:Opcode/t
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2165 case Instruction::Select:
2348 case Instruction::Select:
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp60 void Select(SDNode *Node) override;
250 /// SelectArithImmed - Select an immediate value that can be represented as
338 /// SelectShiftedRegister - Select a "shifted register" operand. If the value
563 /// SelectArithExtendedRegister - Select a "extended register" operand. This
624 /// SelectAddrModeIndexed7S - Select a "register plus scaled signed 7-bit
669 /// SelectAddrModeIndexed - Select a "register plus scaled unsigned 12-bit
732 /// SelectAddrModeUnscaled - Select a "register plus unscaled signed 9-bit
2555 void AArch64DAGToDAGISel::Select(SDNode *Node) { function in class:AArch64DAGToDAGISel
2629 // Bail and use the default Select() for non-zero lanes.
2633 // bail and use the default Select(), a
[all...]
H A DAArch64FastISel.cpp4975 case Instruction::Select:
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp85 void Select(SDNode *N) override;
200 /// SelectVLD - Select NEON load intrinsics. NumVecs should be
208 /// SelectVST - Select NEON store intrinsics. NumVecs should
216 /// SelectVLDSTLane - Select NEON load/store lane intrinsics. NumVecs should
223 /// SelectVLDDup - Select NEON load-duplicate intrinsics. NumVecs
229 /// SelectVTBL - Select NEON VTBL and VTBX intrinsics. NumVecs should be 2,
237 // Select special operations if node forms integer ABS pattern
2664 void ARMDAGToDAGISel::Select(SDNode *N) { function in class:ARMDAGToDAGISel
2692 // Select special operations if XOR node forms integer ABS pattern
2860 // Select i
[all...]
H A DARMFastISel.cpp2852 case Instruction::Select:
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1865 SDValue Select = DAG.getNode(ISD::SELECT, DL, MVT::i32, Op0, Op1, Op2);
1866 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, DL, MVT::i1, Select);
H A DNVPTXISelDAGToDAG.cpp106 /// Select - Select instructions not customized! Used for
108 void NVPTXDAGToDAGISel::Select(SDNode *N) { function in class:NVPTXDAGToDAGISel
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/guice/extensions/struts2/lib/
H A Dstruts2-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/struts2/ org/apache/struts2/dispatcher/ ...
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4002 // Select between the current value and the previous incoming edge
4113 case Instruction::Select: {
5233 // Select the largest VF which doesn't require more registers than existing
5897 case Instruction::Select: {
6485 // Select the optimal vectorization factor.
6489 // Select the interleave count.
H A DBBVectorize.cpp584 case Instruction::Select:
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp2010 case Instruction::Select:
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp53 /// X86ScalarSSEf32, X86ScalarSSEf64 - Select between SSE or x87
1090 /// X86SelectStore - Select and emit code to implement store instructions.
1133 /// X86SelectRet - Select and emit code to implement ret instructions.
1280 /// X86SelectLoad - Select and emit code to implement load instructions.
2280 // Select integer to float/double conversion.
3427 case Instruction::Select:
3451 // Select SSE2/AVX bitcasts between 128/256 bit vector types.
/external/pdfium/xfa/fxfa/
H A Dcxfa_widgetacc.cpp1803 XFA_AttributeEnum::Select;
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DInstructionSimplify.cpp2495 case Instruction::Select:
H A DScalarEvolution.cpp3816 case Instruction::Select:
/external/swiftshader/third_party/LLVM/lib/AsmParser/
H A DLLParser.cpp2310 } else if (Opc == Instruction::Select) {
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DObjCARC.cpp318 case Instruction::Select: case Instruction::PHI:
956 // Check both arms of the Select node individually.
1063 // Special handling for PHI and Select.
/external/v8/src/builtins/
H A Dbuiltins-array.cc598 // Select by ElementsKind
1720 index_var.Bind(Select( function
/external/v8/src/compiler/
H A Dast-graph-builder.cc2166 Node* value = NewNode(common()->Select(MachineRepresentation::kTagged), input,
/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4185 case Instruction::Select:
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3035 /// \param SI Select instruction
3657 case Instruction::Select: {
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/llvm/lib/AsmParser/
H A DLLParser.cpp3201 } else if (Opc == Instruction::Select) {

Completed in 1027 milliseconds

1234567891011