Home
last modified time | relevance | path

Searched defs:Selected (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/crossbeam-channel/src/
Dcontext.rs94 pub fn try_select(&self, select: Selected) -> Result<(), Selected> { in try_select() argument
109 pub fn selected(&self) -> Selected { in selected()
140 pub fn wait_until(&self, deadline: Option<Instant>) -> Selected { in wait_until()
Dselect.rs56 pub enum Selected { enum
70 impl From<usize> for Selected { implementation
72 fn from(val: usize) -> Selected { in from()
82 impl Into<usize> for Selected { implementation
/external/perfetto/src/profiling/memory/
Dwire_protocol_unittest.cc143 TEST(GetHeapSamplingInterval, Selected) { in TEST() argument
/external/llvm/lib/Transforms/Utils/
DLocal.cpp789 Value *Selected = selectIncomingValueForBlock(PredVal, PredBB, in redirectValuesFromPredecessorsToPhi() local
801 Value *Selected = selectIncomingValueForBlock(OldVal, PredBB, in redirectValuesFromPredecessorsToPhi() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp925 Value *Selected = selectIncomingValueForBlock(PredVal, PredBB, in redirectValuesFromPredecessorsToPhi() local
937 Value *Selected = selectIncomingValueForBlock(OldVal, PredBB, in redirectValuesFromPredecessorsToPhi() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp2249 SDNode *Selected = CurDAG->SelectNodeTo(N, Opc, N->getVTList(), Ops); in SelectDSAppendConsume() local
2337 SDNode *Selected = CurDAG->SelectNodeTo(N, Opc, N->getVTList(), Ops); in SelectDS_GWS() local
/external/llvm/utils/TableGen/
DCodeGenSchedule.cpp195 RecVec Selected = (*VI)->getValueAsListOfDefs("Selected"); in scanSchedRW() local
/external/clang/lib/Sema/
DSemaDeclCXX.cpp6040 bool ConstRHS, CXXMethodDecl **Selected) { in findTrivialSpecialMember()
6192 CXXMethodDecl *Selected; in checkTrivialSubobjectCall() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5057 bool Selected = true; in computeFeasibleMaxVF() local