Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp140 IsScalableVector = false; in copyPhysReg()
143 IsScalableVector = false; in copyPhysReg()
146 IsScalableVector = false; in copyPhysReg()
214 if (IsScalableVector) { in copyPhysReg()
261 IsScalableVector = false; in storeRegToStackSlot()
264 IsScalableVector = false; in storeRegToStackSlot()
267 IsScalableVector = false; in storeRegToStackSlot()
270 IsScalableVector = false; in storeRegToStackSlot()
308 if (IsScalableVector) { in storeRegToStackSlot()
355 IsScalableVector = false; in loadRegFromStackSlot()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp947 bool IsScalableVector = (LastInfo == IIT_SCALABLE_VEC); in DecodeIITType() local
1005 OutputTable.push_back(IITDescriptor::getVector(1, IsScalableVector)); in DecodeIITType()
1009 OutputTable.push_back(IITDescriptor::getVector(2, IsScalableVector)); in DecodeIITType()
1013 OutputTable.push_back(IITDescriptor::getVector(4, IsScalableVector)); in DecodeIITType()
1017 OutputTable.push_back(IITDescriptor::getVector(8, IsScalableVector)); in DecodeIITType()
1021 OutputTable.push_back(IITDescriptor::getVector(16, IsScalableVector)); in DecodeIITType()
1025 OutputTable.push_back(IITDescriptor::getVector(32, IsScalableVector)); in DecodeIITType()
1029 OutputTable.push_back(IITDescriptor::getVector(64, IsScalableVector)); in DecodeIITType()
1033 OutputTable.push_back(IITDescriptor::getVector(128, IsScalableVector)); in DecodeIITType()
1037 OutputTable.push_back(IITDescriptor::getVector(256, IsScalableVector)); in DecodeIITType()
[all …]
H A DConstantFold.cpp817 bool IsScalableVector = isa<ScalableVectorType>(C->getType()); in ConstantFoldUnaryInstruction() local
819 (!C->getType()->isVectorTy() || IsScalableVector) && isa<UndefValue>(C); in ConstantFoldUnaryInstruction()
891 bool IsScalableVector = isa<ScalableVectorType>(C1->getType()); in ConstantFoldBinaryInstruction() local
893 (!C1->getType()->isVectorTy() || IsScalableVector) && in ConstantFoldBinaryInstruction()