Searched defs:IsScalable (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DVTEmitter.cpp74 bool IsScalable = VT->getValueAsInt("isScalable"); local
99 << IsScalable << ")\n"; local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.h197 static IITDescriptor getVector(unsigned Width, bool IsScalable) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp45 getExtendedVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements, bool IsScalable) argument
H A DTargetLoweringBase.cpp1466 bool IsScalable = VT.isScalableVector(); local
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp279 bool IsScalable = Attrs.VectorizeScalable == LoopAttributes::Enable; local
/freebsd-current/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp71 bool DefaultType, IsScalable, Predicate, PredicatePattern, PrefetchOp, member in class:__anon1095::SVEType
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp255 std::optional<int> IsScalable = getOptionalIntLoopAttribute( local
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7585 bool IsScalable = cast<ConstantInt>(I.getOperand(2))->isOne(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp26940 bool IsScalable = Ty->isScalableTy(); local
[all...]

Completed in 485 milliseconds