Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp600 Value *LaneValue = in buildScanIteratively() local
602 LaneValue = B.CreateBitCast(LaneValue, Ty); in buildScanIteratively()
617 auto *NewAccumulator = buildNonAtomicBinOp(B, Op, Accumulator, LaneValue); in buildScanIteratively()
H A DSIISelLowering.cpp4678 auto LaneValue = BuildMI(*ComputeLoop, I, DL, in lowerWaveReduce() local
4684 .addReg(LaneValue->getOperand(0).getReg()); in lowerWaveReduce()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2623 int LaneValue = Mask[Lane]; in isInterleaveMask() local
2627 if (LaneValue >= 0 && NextLaneValue >= 0 && in isInterleaveMask()
2628 LaneValue + 1 != NextLaneValue) in isInterleaveMask()
2632 if (LaneValue >= 0 && NextLaneValue < 0) { in isInterleaveMask()
2633 SavedLaneValue = LaneValue; in isInterleaveMask()
2642 if (SavedNoUndefs > 0 && LaneValue < 0) { in isInterleaveMask()