Home
last modified time | relevance | path

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

1234567

/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/syzkaller/vendor/golang.org/x/sys/unix/
Dsyscall_linux_amd64.go34 func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n int, err error) { func
Dsyscall_linux_arm64.go35 func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n int, err error) { func
/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/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp137 SDNode *SparcDAGToDAGISel::Select(SDNode *N) { in Select() function in SparcDAGToDAGISel
/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/lib/Target/Blackfin/
DBlackfinISelDAGToDAG.cpp77 SDNode *BlackfinDAGToDAGISel::Select(SDNode *N) { in Select() function in BlackfinDAGToDAGISel
/external/perfetto/src/trace_processor/
Dthread_table_unittest.cc69 TEST_F(ThreadTableUnittest, Select) { in TEST_F() argument
/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/lib/Target/MBlaze/
DMBlazeISelDAGToDAG.cpp189 SDNode* MBlazeDAGToDAGISel::Select(SDNode *Node) { in Select() function in MBlazeDAGToDAGISel
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md2217 ## Select section in Operation Semantics
/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/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelDAGToDAG.cpp189 SDNode* MipsDAGToDAGISel::Select(SDNode *Node) { in Select() function in MipsDAGToDAGISel
/external/llvm/lib/Target/Lanai/
DLanaiISelDAGToDAG.cpp273 void LanaiDAGToDAGISel::Select(SDNode *Node) { in Select() function in LanaiDAGToDAGISel
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp154 SDNode *XCoreDAGToDAGISel::Select(SDNode *N) { in Select() function in XCoreDAGToDAGISel
/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/lib/Target/PTX/
DPTXISelDAGToDAG.cpp74 SDNode *PTXDAGToDAGISel::Select(SDNode *Node) { in Select() function in PTXDAGToDAGISel
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp323 void SparcDAGToDAGISel::Select(SDNode *N) { in Select() function in SparcDAGToDAGISel

1234567