Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp280 bool IsScalableVector = true; in copyPhysReg() local
296 IsScalableVector = false; in copyPhysReg()
299 IsScalableVector = false; in copyPhysReg()
302 IsScalableVector = false; in copyPhysReg()
374 if (IsScalableVector) { in copyPhysReg()
477 bool IsScalableVector = true; in storeRegToStackSlot() local
481 IsScalableVector = false; in storeRegToStackSlot()
484 IsScalableVector = false; in storeRegToStackSlot()
487 IsScalableVector = false; in storeRegToStackSlot()
490 IsScalableVector = false; in storeRegToStackSlot()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFunction.cpp1093 bool IsScalableVector = (LastInfo == IIT_SCALABLE_VEC); in DecodeIITType() local
1160 OutputTable.push_back(IITDescriptor::getVector(1, IsScalableVector)); in DecodeIITType()
1164 OutputTable.push_back(IITDescriptor::getVector(2, IsScalableVector)); in DecodeIITType()
1168 OutputTable.push_back(IITDescriptor::getVector(3, IsScalableVector)); in DecodeIITType()
1172 OutputTable.push_back(IITDescriptor::getVector(4, IsScalableVector)); in DecodeIITType()
1176 OutputTable.push_back(IITDescriptor::getVector(8, IsScalableVector)); in DecodeIITType()
1180 OutputTable.push_back(IITDescriptor::getVector(16, IsScalableVector)); in DecodeIITType()
1184 OutputTable.push_back(IITDescriptor::getVector(32, IsScalableVector)); in DecodeIITType()
1188 OutputTable.push_back(IITDescriptor::getVector(64, IsScalableVector)); in DecodeIITType()
1192 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()
896 bool IsScalableVector = isa<ScalableVectorType>(C1->getType()); in ConstantFoldBinaryInstruction() local
898 (!C1->getType()->isVectorTy() || IsScalableVector) && in ConstantFoldBinaryInstruction()