Searched refs:Extract (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DAMDGPUTargetTransformInfo.cpp41 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
43 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const;
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp31 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
33 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const;
203 bool Extract) const {
210 if (Extract)
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp40 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
42 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const;
/freebsd-9.3-release/contrib/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp108 Extract, ///< Extract files back to file system enumerator in enum:ArchiveOperation
143 // getRelPos - Extract the member filename from the command line for
201 case 'x': ++NumOperations; Operation = Extract; break;
261 if (OriginalDates && Operation != Extract)
354 case Extract:
387 case Extract:
851 case Extract:
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp39 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
41 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const;
351 Cost = 3; // Extract + insert + copy.
542 bool Extract) const {
549 if (Extract)
H A DX86ISelLowering.cpp73 // Extract from UNDEF is UNDEF.
77 // Extract the relevant vectorWidth bits. Generate an EXTRACT_SUBVECTOR
1264 // Extract subvector is special because the value type
1415 // Extract subvector is special because the value type
4887 // Extract the 128-bit part containing the splat element and update
6824 // Extract the vector element by hand.
7590 SDValue Extract = DAG.getNode(X86ISD::PEXTRB, dl, MVT::i32, local
7592 SDValue Assert = DAG.getNode(ISD::AssertZext, dl, MVT::i32, Extract,
7607 SDValue Extract = DAG.getNode(X86ISD::PEXTRW, dl, MVT::i32,
7609 SDValue Assert = DAG.getNode(ISD::AssertZext, dl, MVT::i32, Extract,
7711 SDValue Extract = DAG.getNode(X86ISD::PEXTRW, dl, EltVT, local
16499 SDNode *Extract = *UI; local
[all...]
/freebsd-9.3-release/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh51 path -- Extract only parts of the tree starting with the given
57 extract -- Extract snapshot of ports tree, replacing existing
645 # Extract the index
746 # Extract the index
1039 # Extract command. Make sure the parameters are sensible,
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp40 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
42 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const;
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp751 /// ConvertScalar_ExtractValue - Extract a value of type ToType from an integer
1945 Value *Extract = Builder.CreateExtractValue(Val, i, Val->getName()); local
1946 Builder.CreateStore(Extract, NewElts[i]);
2328 /// overwrites the entire allocation. Extract out the pieces of the stored
2333 // Extract each element out of the integer according to its structure offset
2448 // Extract each element out of the NewElts according to its structure offset
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9739 SDValue Extract = N->getOperand(i); local
9740 SDValue ExtVal = Extract.getOperand(1);
9741 if (Extract.getOperand(0) == VecIn1) {

Completed in 236 milliseconds