Home
last modified time | relevance | path

Searched refs:getUnpackh (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp4392 static SDValue getUnpackh(SelectionDAG &DAG, DebugLoc dl, EVT VT, SDValue V1, in getUnpackh() function
4417 V = getUnpackh(DAG, dl, VT, V, V); in PromoteSplati8i16()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp5440 static SDValue getUnpackh(SelectionDAG &DAG, const SDLoc &dl, MVT VT, in getUnpackh() function
16933 SDValue OpHi = getUnpackh(DAG, dl, InVT, In, NeedZero ? ZeroVec : Undef); in LowerAVXExtend()
23384 SDValue Hi = DAG.getBitcast(MVT::v4i32, getUnpackh(DAG, dl, VT, Amt, Z)); in convertShiftLeftToScale()