Home
last modified time | relevance | path

Searched refs:VINSERT (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.cpp240 Value *Builder::VINSERT(Value *vec, Value *val, uint64_t index) in VINSERT() function in SwrJit::Builder
242 return VINSERT(vec, val, C((int64_t)index)); in VINSERT()
576 vGather = VINSERT(vGather,val,C(i)); in GATHERPS()
626 vGather = VINSERT(vGather, val, C(i)); in GATHERDD()
676 vGather = VINSERT(vGather,val,C(i)); in GATHERPD()
741 vShuf = VINSERT(vShuf, insertValLow128b, i); in PSHUFB()
742 vShuf = VINSERT(vShuf, insertValHigh128b, (i + numElms)); in PSHUFB()
825 res = VINSERT(res, pVal, C(l)); in PERMD()
860 res = VINSERT(res, pVal, C(l)); in PERMPS()
893 pResult = VINSERT(pResult, pConv, C(i)); in CVTPH2PS()
[all …]
Dbuilder_misc.h63 Value *VINSERT(Value *vec, Value *val, uint64_t index);
Dfetch_jit.cpp619 gather = VINSERT(gather, val, C(e)); in CreateGatherOddFormats()
1166 vIndices = VINSERT(vIndices, index, lane); in GetSimdValid8bitIndices()
1201 vIndices = VINSERT(vIndices, index, lane); in GetSimdValid16bitIndices()
/external/llvm/lib/Target/X86/
DX86ISelLowering.h445 VINSERT, enumerator
DX86InstrFragmentsSIMD.td445 def X86Vinsert : SDNode<"X86ISD::VINSERT", SDTypeProfile<1, 3,
DX86ISelLowering.cpp12443 SDValue Mask = DAG.getNode(X86ISD::VINSERT, dl, MaskVT, in LowerEXTRACT_VECTOR_ELT()
22179 case X86ISD::VINSERT: return "X86ISD::VINSERT"; in getTargetNodeName()