Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1069 bool IsScalableVector = (LastInfo == IIT_SCALABLE_VEC); in DecodeIITType() local
1139 OutputTable.push_back(IITDescriptor::getVector(1, IsScalableVector)); in DecodeIITType()
1143 OutputTable.push_back(IITDescriptor::getVector(2, IsScalableVector)); in DecodeIITType()
1147 OutputTable.push_back(IITDescriptor::getVector(3, IsScalableVector)); in DecodeIITType()
1151 OutputTable.push_back(IITDescriptor::getVector(4, IsScalableVector)); in DecodeIITType()
1155 OutputTable.push_back(IITDescriptor::getVector(8, IsScalableVector)); in DecodeIITType()
1159 OutputTable.push_back(IITDescriptor::getVector(16, IsScalableVector)); in DecodeIITType()
1163 OutputTable.push_back(IITDescriptor::getVector(32, IsScalableVector)); in DecodeIITType()
1167 OutputTable.push_back(IITDescriptor::getVector(64, IsScalableVector)); in DecodeIITType()
1171 OutputTable.push_back(IITDescriptor::getVector(128, IsScalableVector)); in DecodeIITType()
[all …]
H A DConstantFold.cpp624 bool IsScalableVector = isa<ScalableVectorType>(C->getType()); in ConstantFoldUnaryInstruction() local
626 (!C->getType()->isVectorTy() || IsScalableVector) && isa<UndefValue>(C); in ConstantFoldUnaryInstruction()
700 bool IsScalableVector = isa<ScalableVectorType>(C1->getType()); in ConstantFoldBinaryInstruction() local
702 (!C1->getType()->isVectorTy() || IsScalableVector) && in ConstantFoldBinaryInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp610 IsScalableVector = false; in storeRegToStackSlot()
613 IsScalableVector = false; in storeRegToStackSlot()
616 IsScalableVector = false; in storeRegToStackSlot()
619 IsScalableVector = false; in storeRegToStackSlot()
622 IsScalableVector = false; in storeRegToStackSlot()
656 if (IsScalableVector) { in storeRegToStackSlot()
693 IsScalableVector = false; in loadRegFromStackSlot()
696 IsScalableVector = false; in loadRegFromStackSlot()
699 IsScalableVector = false; in loadRegFromStackSlot()
702 IsScalableVector = false; in loadRegFromStackSlot()
[all …]