Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp285 IsScalableVector = false; in copyPhysReg()
288 IsScalableVector = false; in copyPhysReg()
291 IsScalableVector = false; in copyPhysReg()
363 if (IsScalableVector) { in copyPhysReg()
472 IsScalableVector = false; in storeRegToStackSlot()
475 IsScalableVector = false; in storeRegToStackSlot()
478 IsScalableVector = false; in storeRegToStackSlot()
481 IsScalableVector = false; in storeRegToStackSlot()
519 if (IsScalableVector) { in storeRegToStackSlot()
566 IsScalableVector = false; in loadRegFromStackSlot()
[all …]
/llvm-project-15.0.7/llvm/lib/IR/
H A DFunction.cpp1000 bool IsScalableVector = (LastInfo == IIT_SCALABLE_VEC); in DecodeIITType() local
1067 OutputTable.push_back(IITDescriptor::getVector(1, IsScalableVector)); in DecodeIITType()
1071 OutputTable.push_back(IITDescriptor::getVector(2, IsScalableVector)); in DecodeIITType()
1075 OutputTable.push_back(IITDescriptor::getVector(3, IsScalableVector)); in DecodeIITType()
1079 OutputTable.push_back(IITDescriptor::getVector(4, IsScalableVector)); in DecodeIITType()
1083 OutputTable.push_back(IITDescriptor::getVector(8, IsScalableVector)); in DecodeIITType()
1087 OutputTable.push_back(IITDescriptor::getVector(16, IsScalableVector)); in DecodeIITType()
1091 OutputTable.push_back(IITDescriptor::getVector(32, IsScalableVector)); in DecodeIITType()
1095 OutputTable.push_back(IITDescriptor::getVector(64, IsScalableVector)); in DecodeIITType()
1099 OutputTable.push_back(IITDescriptor::getVector(128, IsScalableVector)); in DecodeIITType()
[all …]
H A DConstantFold.cpp821 bool IsScalableVector = isa<ScalableVectorType>(C->getType()); in ConstantFoldUnaryInstruction() local
823 (!C->getType()->isVectorTy() || IsScalableVector) && isa<UndefValue>(C); in ConstantFoldUnaryInstruction()
895 bool IsScalableVector = isa<ScalableVectorType>(C1->getType()); in ConstantFoldBinaryInstruction() local
897 (!C1->getType()->isVectorTy() || IsScalableVector) && in ConstantFoldBinaryInstruction()