Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp590 Value *LaneValue = B.CreateIntrinsic(V->getType(), Intrinsic::amdgcn_readlane, in buildScanIteratively() local
603 auto *NewAccumulator = buildNonAtomicBinOp(B, Op, Accumulator, LaneValue); in buildScanIteratively()
H A DSIISelLowering.cpp4922 auto LaneValue = BuildMI(*ComputeLoop, I, DL, in lowerWaveReduce() local
4928 .addReg(LaneValue->getOperand(0).getReg()); in lowerWaveReduce()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2320 int LaneValue = Mask[Lane]; in isInterleaveMask() local
2324 if (LaneValue >= 0 && NextLaneValue >= 0 && in isInterleaveMask()
2325 LaneValue + 1 != NextLaneValue) in isInterleaveMask()
2329 if (LaneValue >= 0 && NextLaneValue < 0) { in isInterleaveMask()
2330 SavedLaneValue = LaneValue; in isInterleaveMask()
2339 if (SavedNoUndefs > 0 && LaneValue < 0) { in isInterleaveMask()