Searched defs:Extract (Results 1 - 7 of 7) sorted by relevance

/external/chromium/base/synchronization/
H A Dcondition_variable_win.cc139 used_event->Extract(); // Possibly redundant
152 // unusual requirement for a linked-list-class is support for the Extract()
154 // into a second list. Most critically, the Extract() method is idempotent,
221 return next_->Extract();
227 return prev_->Extract();
238 ConditionVariable::Event* ConditionVariable::Event::Extract() { function in class:base::ConditionVariable::Event
/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp85 Extract ///< Extract files back to file system enumerator in enum:ArchiveOperation
129 // getRelPos - Extract the member filename from the command line for
140 // getCount - Extract the [count] argument associated with the N modifier
196 case 'x': ++NumOperations; Operation = Extract; break;
254 if (OriginalDates && Operation != Extract)
746 case Extract: haveError = doExtract(&ErrMsg); break;
/external/regex-re2/util/
H A Dpcre.cc400 bool PCRE::Extract(const StringPiece &text, function in class:re2::PCRE
/external/regex-re2/re2/
H A Dre2.cc386 bool RE2::Extract(const StringPiece &text, function in class:re2::RE2
/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp751 /// ConvertScalar_ExtractValue - Extract a value of type ToType from an integer
1954 Value *Extract = Builder.CreateExtractValue(Val, i, Val->getName()); local
1955 Builder.CreateStore(Extract, NewElts[i]);
2336 /// overwrites the entire allocation. Extract out the pieces of the stored
2340 // Extract each element out of the integer according to its structure offset
2454 // Extract each element out of the NewElts according to its structure offset
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8070 SDValue Extract = N->getOperand(i); local
8071 SDValue ExtVal = Extract.getOperand(1);
8072 if (Extract.getOperand(0) == VecIn1) {
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp75 // Extract from UNDEF is UNDEF.
79 // Extract the relevant 128 bits. Generate an EXTRACT_SUBVECTOR
1137 // Extract subvector is special because the value type
4445 // Extract the 128-bit part containing the splat element and update
6233 // Extract the vector element by hand.
6927 SDValue Extract = DAG.getNode(X86ISD::PEXTRB, dl, MVT::i32, local
6929 SDValue Assert = DAG.getNode(ISD::AssertZext, dl, MVT::i32, Extract,
6944 SDValue Extract = DAG.getNode(X86ISD::PEXTRW, dl, MVT::i32,
6946 SDValue Assert = DAG.getNode(ISD::AssertZext, dl, MVT::i32, Extract,
6966 SDValue Extract
7030 SDValue Extract = DAG.getNode(X86ISD::PEXTRW, dl, EltVT, local
13781 SDNode *Extract = *UI; local
[all...]

Completed in 269 milliseconds