Home
last modified time | relevance | path

Searched defs:LaneOp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp6189 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 DAMDGPULegalizerInfo.cpp5432 auto LaneOp = B.buildIntrinsic(IID, {VT}).addUse(Src0); in legalizeLaneOp() local