Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6532 static SDValue extract128BitVector(SDValue Vec, unsigned IdxVal, in extract128BitVector() function
10274 SDValue V0_LO = extract128BitVector(V0, 0, DAG, DL); in ExpandHorizontalBinOp()
10275 SDValue V0_HI = extract128BitVector(V0, NumElts/2, DAG, DL); in ExpandHorizontalBinOp()
10276 SDValue V1_LO = extract128BitVector(V1, 0, DAG, DL); in ExpandHorizontalBinOp()
10277 SDValue V1_HI = extract128BitVector(V1, NumElts/2, DAG, DL); in ExpandHorizontalBinOp()
10971 SDValue LoSrc = extract128BitVector(SrcVec, 0, DAG, DL); in createVariablePermute()
10972 SDValue HiSrc = extract128BitVector(SrcVec, 16, DAG, DL); in createVariablePermute()
10973 SDValue LoIdx = extract128BitVector(IndicesVec, 0, DAG, DL); in createVariablePermute()
10974 SDValue HiIdx = extract128BitVector(IndicesVec, 16, DAG, DL); in createVariablePermute()
10980 SDValue Lo = extract128BitVector(SrcVec, 0, DAG, DL); in createVariablePermute()
[all …]