Home
last modified time | relevance | path

Searched defs:Select (Results 1 – 25 of 116) sorted by relevance

12345

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DSelect.java35 public abstract class Select extends BranchInstruction implements VariableLengthInstruction, class
79 Select() { in Select() method in Select
91Select(final short opcode, final int[] match, final InstructionHandle[] targets, final Instruction… in Select() method in Select
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/
DNios2ISelDAGToDAG.cpp60 void Nios2DAGToDAGISel::Select(SDNode *Node) { in Select() function in Nios2DAGToDAGISel
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelDAGToDAG.cpp70 void WebAssemblyDAGToDAGISel::Select(SDNode *Node) { in Select() function in WebAssemblyDAGToDAGISel
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelDAGToDAG.cpp70 void WebAssemblyDAGToDAGISel::Select(SDNode *Node) { in Select() function in WebAssemblyDAGToDAGISel
/external/OpenCL-CTS/test_conformance/select/
Dtest_select.h59 typedef void (*Select)(void *dest, void *src1, void *src2, void *cmp, size_t c); typedef
/external/llvm/lib/Target/BPF/
DBPFISelDAGToDAG.cpp118 void BPFDAGToDAGISel::Select(SDNode *Node) { in Select() function in BPFDAGToDAGISel
/external/autotest/client/cros/cellular/
Dether_io_rf_switch.py117 def Select(switch, remaining_args): function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARCISelDAGToDAG.cpp170 void ARCDAGToDAGISel::Select(SDNode *N) { in Select() function in ARCDAGToDAGISel
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DEnumerableExtensions.cs166 …public static IEnumerable<TResult> Select<TSource, TResult>(IEnumerable<TSource> source, Func<TSou… in Select() method in Antlr.Runtime.JavaExtensions.EnumerableExtensions
177 …public static IEnumerable<TResult> Select<TSource, TResult>(IEnumerable<TSource> source, Func<TSou… in Select() method in Antlr.Runtime.JavaExtensions.EnumerableExtensions
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVISelDAGToDAG.cpp68 void RISCVDAGToDAGISel::Select(SDNode *Node) { in Select() function in RISCVDAGToDAGISel
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp132 void XCoreDAGToDAGISel::Select(SDNode *N) { in Select() function in XCoreDAGToDAGISel
/external/llvm/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp132 void XCoreDAGToDAGISel::Select(SDNode *N) { in Select() function in XCoreDAGToDAGISel
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md2393 ## Select section in Operation Semantics
/external/tensorflow/tensorflow/compiler/xla/service/mlir_gpu/tests/
Dmlir_gpu_lhlo_gen_test.cc101 TEST_F(LhloGenTest, Select) { in TEST_F() argument
/external/llvm/lib/Target/Lanai/
DLanaiISelDAGToDAG.cpp273 void LanaiDAGToDAGISel::Select(SDNode *Node) { in Select() function in LanaiDAGToDAGISel
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp378 SelectInst *Select = nullptr; in isMinMaxSelectCmpPattern() local
652 Value *Select = Builder.CreateSelect(Cmp, Left, Right, "rdx.minmax.select"); in createMinMaxOp() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiISelDAGToDAG.cpp273 void LanaiDAGToDAGISel::Select(SDNode *Node) { in Select() function in LanaiDAGToDAGISel
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp323 void SparcDAGToDAGISel::Select(SDNode *N) { in Select() function in SparcDAGToDAGISel
/external/v8/src/parsing/
Dscanner.h555 inline Token::Value Select(Token::Value tok) { in Select() function
560 inline Token::Value Select(uc32 next, Token::Value then, Token::Value else_) { in Select() function
/external/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp321 void SparcDAGToDAGISel::Select(SDNode *N) { in Select() function in SparcDAGToDAGISel
/external/u-boot/tools/buildman/
Dtoolchain.py358 def Select(self, arch): member in Toolchains
/external/llvm/lib/Target/Mips/
DMipsISelDAGToDAG.cpp197 void MipsDAGToDAGISel::Select(SDNode *Node) { in Select() function in MipsDAGToDAGISel
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp382 void MSP430DAGToDAGISel::Select(SDNode *Node) { in Select() function in MSP430DAGToDAGISel
/external/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp379 void MSP430DAGToDAGISel::Select(SDNode *Node) { in Select() function in MSP430DAGToDAGISel
/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_box.cpp299 void CPWL_ListBox::Select(int32_t nItemIndex) { in Select() function in CPWL_ListBox

12345