Home
last modified time | relevance | path

Searched defs:IsScalable (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVFABIDemangling.cpp71 ParseRet tryParseVLEN(StringRef &ParseString, unsigned &VF, bool &IsScalable) { in tryParseVLEN()
318 bool IsScalable; in tryDemangleForVFABI() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTypeSize.h52 bool IsScalable; // If true, then the runtime size is an integer multiple variable
DMachineValueType.h1084 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) { in getVectorVT()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DVFABIDemangling.cpp69 ParseRet tryParseVLEN(StringRef &ParseString, unsigned &VF, bool &IsScalable) { in tryParseVLEN()
342 bool IsScalable; in tryDemangleForVFABI() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DValueTypes.cpp45 bool IsScalable) { in getExtendedVectorVT()
DTargetLoweringBase.cpp1421 bool IsScalable = VT.isScalableVector(); in computeRegisterProperties() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVectorUtils.h84 bool IsScalable; // True if the function is a scalable function. member
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DMachineValueType.h1494 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) { in getVectorVT()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1247 bool IsScalable = VT.isScalableVector(); in computeRegisterProperties() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp255 std::optional<int> IsScalable = getOptionalIntLoopAttribute( in getOptionalElementCountLoopAttribute() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h447 ElementCount getMinimumVF(unsigned ElemWidth, bool IsScalable) const { in getMinimumVF()
DTargetTransformInfo.h2270 bool IsScalable) const override { in getMinimumVF()