Searched refs:Extract (Results 26 - 45 of 45) sorted by relevance

12

/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/
H A Dfp_trunc_impl.inc108 // zero. The result may be a denormal or zero. Extract the exponent
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.cpp165 DWARFDebugArangeSet::Extract(const DWARFDataExtractor &data, lldb::offset_t *offset_ptr) function in class:DWARFDebugArangeSet
H A DDWARFDebugInfoEntry.h100 bool Extract(
H A DDWARFDebugInfoEntry.cpp192 // Extract
194 // Extract a debug info entry for a given compile unit from the
199 DWARFDebugInfoEntry::Extract
1384 if (die.Extract(dwarf2Data, cu, &offset))
1429 if (die.Extract(dwarf2Data, cu, &offset))
H A DDWARFCompileUnit.cpp88 DWARFCompileUnit::Extract(const DWARFDataExtractor &debug_info, lldb::offset_t *offset_ptr) function in class:DWARFCompileUnit
H A DSymbolFileDWARF.cpp866 m_ranges->Extract(this);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp72 ObjectContainerBSDArchive::Object::Extract (const DataExtractor& data, lldb::offset_t offset) function in class:ObjectContainerBSDArchive::Object
181 offset = obj.Extract (data, offset);
/freebsd-11.0-release/contrib/llvm/lib/Support/Windows/
H A DProcess.inc194 // Extract any directory part of the argument.
/freebsd-11.0-release/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc492 * Extract value profile data of a function for the profile kind \c ValueKind
514 * Extract value profile data of a function from the \c Closure
/freebsd-11.0-release/contrib/compiler-rt/lib/profile/
H A DInstrProfData.inc492 * Extract value profile data of a function for the profile kind \c ValueKind
514 * Extract value profile data of a function from the \c Closure
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp220 static Value *Extract(Value *Idx, GetElementPtrInst *GEP,
224 /// failed). The meaning of the arguments are the same as Extract.
690 Value *ConstantOffsetExtractor::Extract(Value *Idx, GetElementPtrInst *GEP, function in class:ConstantOffsetExtractor
937 ConstantOffsetExtractor::Extract(OldIdx, GEP, UserChainTail, DT);
H A DScalarReplAggregates.cpp759 /// ConvertScalar_ExtractValue - Extract a value of type ToType from an integer
1960 Value *Extract = Builder.CreateExtractValue(Val, i, Val->getName()); local
1961 Builder.CreateStore(Extract, NewElts[i]);
2349 /// overwrites the entire allocation. Extract out the pieces of the stored
2354 // Extract each element out of the integer according to its structure offset
2470 // Extract each element out of the NewElts according to its structure offset
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h45 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
47 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) { argument
55 if (Extract)
547 // Extract elements from loaded vector for each sub vector.
/freebsd-11.0-release/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh54 path -- Extract only parts of the tree starting with the given
60 extract -- Extract snapshot of ports tree, replacing existing
687 # Extract the index
790 # Extract the index
1105 # Extract command. Make sure the parameters are sensible,
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp425 Cost = 3; // Extract + insert + copy.
937 int X86TTIImpl::getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) { argument
944 if (Extract)
H A DX86ISelLowering.cpp1273 // Extract subvector is special because the value type
1589 // Extract subvector is special because the value type
4492 // Extract from UNDEF is UNDEF.
4496 // Extract the relevant vectorWidth bits. Generate an EXTRACT_SUBVECTOR
7556 // EXTRQ: Extract Len elements from lower half of source, starting at Idx.
7604 // INSERTQ: Extract lowest Len elements from lower half of second source and
11665 SDValue Extract = DAG.getNode(X86ISD::PEXTRB, dl, MVT::i32,
11667 SDValue Assert = DAG.getNode(ISD::AssertZext, dl, MVT::i32, Extract,
11680 SDValue Extract = DAG.getNode(X86ISD::PEXTRW, dl, MVT::i32,
11682 SDValue Assert = DAG.getNode(ISD::AssertZext, dl, MVT::i32, Extract,
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2566 // Extract all of the elements with the external uses.
3535 Instruction *Extract = cast<Instruction>(Builder.CreateExtractElement( local
3537 IE->setOperand(1, Extract);
3539 IE->insertAfter(Extract);
H A DLoopVectorize.cpp2257 // Extract the pointer for current instruction from the pointer vector. A
3059 /// Estimate the overhead of scalarizing a value. Insert and Extract are set if
3061 static unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract, argument
3072 if (Extract)
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp545 /// GPR64 (either via SEXT_INREG or AND). Extract the appropriate low bits if
2399 SDValue Extract = CurDAG->getTargetExtractSubreg(SubReg, SDLoc(Node), VT, local
2402 DEBUG(Extract->dumpr(CurDAG));
2404 return Extract.getNode();
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12601 SDValue Extract = N->getOperand(i); local
12602 SDValue ExtVal = Extract.getOperand(1);
12604 if (Extract.getOperand(0) == VecIn1) {
13700 // Extract the sub element from the constant bit mask.

Completed in 410 milliseconds

12