Home
last modified time | relevance | path

Searched refs:getVectorIsScalable (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPoisonChecking.cpp198 if (Vec->getType()->getVectorIsScalable()) in generatePoisonChecks()
210 if (Vec->getType()->getVectorIsScalable()) in generatePoisonChecks()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h373 inline bool getVectorIsScalable() const;
DDerivedTypes.h570 bool Type::getVectorIsScalable() const { in getVectorIsScalable() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp165 if (Ty->isVectorTy() && Ty->getVectorIsScalable()) in set()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp598 !(Ty->isVectorTy() && Ty->getVectorIsScalable()) && in combineLoadToOperationType()