Searched refs:VINSERT (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_misc.cpp | 240 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 …]
|
D | builder_misc.h | 63 Value *VINSERT(Value *vec, Value *val, uint64_t index);
|
D | fetch_jit.cpp | 619 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/ |
D | X86ISelLowering.h | 445 VINSERT, enumerator
|
D | X86InstrFragmentsSIMD.td | 445 def X86Vinsert : SDNode<"X86ISD::VINSERT", SDTypeProfile<1, 3,
|
D | X86ISelLowering.cpp | 12443 SDValue Mask = DAG.getNode(X86ISD::VINSERT, dl, MaskVT, in LowerEXTRACT_VECTOR_ELT() 22179 case X86ISD::VINSERT: return "X86ISD::VINSERT"; in getTargetNodeName()
|