Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1130 bool IsScalableVector = (LastInfo == IIT_SCALABLE_VEC); in DecodeIITType() local
1200 OutputTable.push_back(IITDescriptor::getVector(1, IsScalableVector)); in DecodeIITType()
1204 OutputTable.push_back(IITDescriptor::getVector(2, IsScalableVector)); in DecodeIITType()
1208 OutputTable.push_back(IITDescriptor::getVector(3, IsScalableVector)); in DecodeIITType()
1212 OutputTable.push_back(IITDescriptor::getVector(4, IsScalableVector)); in DecodeIITType()
1216 OutputTable.push_back(IITDescriptor::getVector(6, IsScalableVector)); in DecodeIITType()
1220 OutputTable.push_back(IITDescriptor::getVector(8, IsScalableVector)); in DecodeIITType()
1224 OutputTable.push_back(IITDescriptor::getVector(10, IsScalableVector)); in DecodeIITType()
1228 OutputTable.push_back(IITDescriptor::getVector(16, IsScalableVector)); in DecodeIITType()
1232 OutputTable.push_back(IITDescriptor::getVector(32, IsScalableVector)); in DecodeIITType()
[all …]
H A DConstantFold.cpp557 bool IsScalableVector = isa<ScalableVectorType>(C->getType()); in ConstantFoldUnaryInstruction() local
559 (!C->getType()->isVectorTy() || IsScalableVector) && isa<UndefValue>(C); in ConstantFoldUnaryInstruction()
633 bool IsScalableVector = isa<ScalableVectorType>(C1->getType()); in ConstantFoldBinaryInstruction() local
635 (!C1->getType()->isVectorTy() || IsScalableVector) && in ConstantFoldBinaryInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp569 bool IsScalableVector = true; in storeRegToStackSlot() local
573 IsScalableVector = false; in storeRegToStackSlot()
576 IsScalableVector = false; in storeRegToStackSlot()
579 IsScalableVector = false; in storeRegToStackSlot()
582 IsScalableVector = false; in storeRegToStackSlot()
585 IsScalableVector = false; in storeRegToStackSlot()
619 if (IsScalableVector) { in storeRegToStackSlot()
652 bool IsScalableVector = true; in loadRegFromStackSlot() local
656 IsScalableVector = false; in loadRegFromStackSlot()
659 IsScalableVector in loadRegFromStackSlot()
[all...]