Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp133 bool IsScalableVector = true; in copyPhysReg() local
139 IsScalableVector = false; in copyPhysReg()
142 IsScalableVector = false; in copyPhysReg()
145 IsScalableVector = false; in copyPhysReg()
213 if (IsScalableVector) { in copyPhysReg()
255 bool IsScalableVector = true; in storeRegToStackSlot() local
260 IsScalableVector = false; in storeRegToStackSlot()
263 IsScalableVector = false; in storeRegToStackSlot()
266 IsScalableVector = false; in storeRegToStackSlot()
269 IsScalableVector = false; in storeRegToStackSlot()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp935 bool IsScalableVector = (LastInfo == IIT_SCALABLE_VEC); in DecodeIITType() local
993 OutputTable.push_back(IITDescriptor::getVector(1, IsScalableVector)); in DecodeIITType()
997 OutputTable.push_back(IITDescriptor::getVector(2, IsScalableVector)); in DecodeIITType()
1001 OutputTable.push_back(IITDescriptor::getVector(4, IsScalableVector)); in DecodeIITType()
1005 OutputTable.push_back(IITDescriptor::getVector(8, IsScalableVector)); in DecodeIITType()
1009 OutputTable.push_back(IITDescriptor::getVector(16, IsScalableVector)); in DecodeIITType()
1013 OutputTable.push_back(IITDescriptor::getVector(32, IsScalableVector)); in DecodeIITType()
1017 OutputTable.push_back(IITDescriptor::getVector(64, IsScalableVector)); in DecodeIITType()
1021 OutputTable.push_back(IITDescriptor::getVector(128, IsScalableVector)); in DecodeIITType()
1025 OutputTable.push_back(IITDescriptor::getVector(256, IsScalableVector)); in DecodeIITType()
[all …]
H A DConstantFold.cpp1061 bool IsScalableVector = isa<ScalableVectorType>(C->getType()); in ConstantFoldUnaryInstruction() local
1063 (!C->getType()->isVectorTy() || IsScalableVector) && isa<UndefValue>(C); in ConstantFoldUnaryInstruction()
1142 bool IsScalableVector = isa<ScalableVectorType>(C1->getType()); in ConstantFoldBinaryInstruction() local
1144 (!C1->getType()->isVectorTy() || IsScalableVector) && in ConstantFoldBinaryInstruction()