Searched defs:LaneOp (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 6189 SDValue LaneOp = createLaneOp(Src0, Src1, Src2, MVT::i32); in lowerLaneOp() local 6242 SDValue LaneOp = createLaneOp(Src0, Src1, Src2, VT.getSimpleVT()); in lowerLaneOp() local 6286 SDValue LaneOp = createLaneOp(Src0, Src1, Src2, VecVT); in lowerLaneOp() local
|
H A D | AMDGPULegalizerInfo.cpp | 5432 auto LaneOp = B.buildIntrinsic(IID, {VT}).addUse(Src0); in legalizeLaneOp() local
|