Searched defs:IsScalableVector (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/unittests/CodeGen/ | ||
H A D | LowLevelTypeTest.cpp | 448 TEST(LowLevelTypeTest,IsScalableVector) TEST() argument |
/llvm-project/llvm/lib/IR/ | ||
H A D | ConstantFold.cpp | 557 bool IsScalableVector = isa<ScalableVectorType>(C->getType()); ConstantFoldUnaryInstruction() local |
H A D | Function.cpp | 1101 bool IsScalableVector = (LastInfo == IIT_SCALABLE_VEC); DecodeIITType() local |
/llvm-project/llvm/lib/Target/RISCV/ | ||
H A D | RISCVInstrInfo.cpp | 569 bool IsScalableVector = true; storeRegToStackSlot() local |