Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp279 bool IsScalableVector = true; in copyPhysReg() local
467 bool IsScalableVector = true; in storeRegToStackSlot() local
561 bool IsScalableVector = true; in loadRegFromStackSlot() local
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstantFold.cpp821 bool IsScalableVector = isa<ScalableVectorType>(C->getType()); in ConstantFoldUnaryInstruction() local
895 bool IsScalableVector = isa<ScalableVectorType>(C1->getType()); in ConstantFoldBinaryInstruction() local
H A DFunction.cpp1000 bool IsScalableVector = (LastInfo == IIT_SCALABLE_VEC); in DecodeIITType() local