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.cpp572 Value *LaneValue = B.CreateIntrinsic(V->getType(), Intrinsic::amdgcn_readlane, in buildScanIteratively() local
585 auto *NewAccumulator = buildNonAtomicBinOp(B, Op, Accumulator, LaneValue); in buildScanIteratively()
H A DSIISelLowering.cpp5240 auto LaneValue = BuildMI(*ComputeLoop, I, DL, in lowerWaveReduce() local
5246 .addReg(LaneValue->getOperand(0).getReg()); in lowerWaveReduce()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2385 int LaneValue = Mask[Lane]; in isInterleaveMask() local
2389 if (LaneValue >= 0 && NextLaneValue >= 0 && in isInterleaveMask()
2390 LaneValue + 1 != NextLaneValue) in isInterleaveMask()
2394 if (LaneValue >= 0 && NextLaneValue < 0) { in isInterleaveMask()
2395 SavedLaneValue = LaneValue; in isInterleaveMask()
2404 if (SavedNoUndefs > 0 && LaneValue < 0) { in isInterleaveMask()