Searched refs:buildLegalVectorShuffle (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3254 SDValue buildLegalVectorShuffle(EVT VT, const SDLoc &DL, SDValue N0,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5875 TLI.buildLegalVectorShuffle(VT, SDLoc(N), NewLHS, NewRHS,
11386 TLI.buildLegalVectorShuffle(VT, SDLoc(N), SV0, SV1, NewMask, DAG);
16796 TLI.buildLegalVectorShuffle(Vec.getValueType(), SDLoc(N), X,
17620 SDValue Shuf = TLI.buildLegalVectorShuffle(VecVT, DL, Extract.getOperand(0),
18106 return TLI.buildLegalVectorShuffle(VT, SDLoc(N), DAG.getBitcast(VT, SV0),
19513 return TLI.buildLegalVectorShuffle(VT, SDLoc(N), SV0, SV1, Mask, DAG);
19548 TLI.buildLegalVectorShuffle(InVecT, SDLoc(N), InVec,
H A DTargetLowering.cpp2487 buildLegalVectorShuffle(VT, DL, Op.getOperand(0), Op.getOperand(1),
2731 TargetLowering::buildLegalVectorShuffle(EVT VT, const SDLoc &DL, SDValue N0, function in class:TargetLowering
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7578 SDValue Shuffle = buildLegalVectorShuffle(ShuffleVT, dl, ShuffleOps[0],

Completed in 481 milliseconds