Searched defs:Extract (Results 26 - 32 of 32) sorted by relevance

12

/external/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp451 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems, function in class:NArchive::NXz::CHandler
/external/regex-re2/re2/
H A Dre2.cc409 bool RE2::Extract(const StringPiece &text, function in class:re2::RE2
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp520 /// GPR64 (either via SEXT_INREG or AND). Extract the appropriate low bits if
2123 SDValue Extract = CurDAG->getTargetExtractSubreg(SubReg, SDLoc(Node), VT, local
2126 DEBUG(Extract->dumpr(CurDAG));
2128 return Extract.getNode();
/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp753 /// ConvertScalar_ExtractValue - Extract a value of type ToType from an integer
1941 Value *Extract = Builder.CreateExtractValue(Val, i, Val->getName()); local
1942 Builder.CreateStore(Extract, NewElts[i]);
2325 /// overwrites the entire allocation. Extract out the pieces of the stored
2330 // Extract each element out of the integer according to its structure offset
2445 // Extract each element out of the NewElts according to its structure offset
/external/chromium_org/v8/src/arm64/
H A Dsimulator-arm64.cc952 void Simulator::Extract(Instruction* instr) { function in class:v8::internal::Simulator
2095 // Extract and sign- or zero-extend 32-bit arguments for widening operations.
2194 Extract<uint64_t>(instr);
2196 Extract<uint32_t>(instr);
2848 // Extract the IEEE-754 double components.
2850 // Extract the exponent and remove the IEEE-754 encoding bias.
2852 // Extract the mantissa and add the implicit '1' bit.
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1951 // Extract all of the elements with the external uses.
2485 Instruction *Extract = cast<Instruction>(Builder.CreateExtractElement( local
2487 IE->setOperand(1, Extract);
2489 IE->insertAfter(Extract);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10274 SDValue Extract = N->getOperand(i); local
10275 SDValue ExtVal = Extract.getOperand(1);
10276 if (Extract.getOperand(0) == VecIn1) {

Completed in 317 milliseconds

12