Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp134 bool IsScalableVector = true; in copyPhysReg() local
256 bool IsScalableVector = true; in storeRegToStackSlot() local
350 bool IsScalableVector = true; in loadRegFromStackSlot() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp817 bool IsScalableVector = isa<ScalableVectorType>(C->getType()); in ConstantFoldUnaryInstruction() local
891 bool IsScalableVector = isa<ScalableVectorType>(C1->getType()); in ConstantFoldBinaryInstruction() local
H A DFunction.cpp947 bool IsScalableVector = (LastInfo == IIT_SCALABLE_VEC); in DecodeIITType() local