Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DVecUtils.h247 auto *LaneC = dyn_cast<ConstantInt>(InsertI->getOperand(2));
248 if (LaneC == nullptr || LaneC->getSExtValue() != ExpectedLane)
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/
H A DBottomUpVec.cpp429 ConstantInt *LaneC = ConstantInt::get(Type::getInt32Ty(Ctx), Lane); in emitVectors() local
430 LastV = InsertElementInst::create(LastV, ValueToInsert, LaneC, in emitVectors()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13804 auto getScaledOffsetDup = [](SDValue BitCast, int &LaneC, MVT &CastVT) { in constructDup() argument
13825 LaneC += ExtIdxInBits / CastedEltBitWidth; in constructDup()
23484 auto *LaneC = dyn_cast<ConstantSDNode>(Lane); in performPostLD1Combine() local
23485 if (!LaneC || LaneC->getZExtValue() >= VT.getVectorNumElements()) in performPostLD1Combine()
23487 if (LaneC->getZExtValue() == 0 && isNullOrNullSplat(N->getOperand(0))) in performPostLD1Combine()