Home
last modified time | relevance | path

Searched refs:CallerVectorWidth (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributes.cpp1822 uint64_t CallerVectorWidth; in adjustMinLegalVectorWidth() local
1825 .getAsInteger(0, CallerVectorWidth); in adjustMinLegalVectorWidth()
1830 if (CallerVectorWidth < CalleeVectorWidth) in adjustMinLegalVectorWidth()
/external/llvm-project/llvm/lib/IR/
DAttributes.cpp2019 uint64_t CallerVectorWidth, CalleeVectorWidth; in adjustMinLegalVectorWidth() local
2020 CallerAttr.getValueAsString().getAsInteger(0, CallerVectorWidth); in adjustMinLegalVectorWidth()
2022 if (CallerVectorWidth < CalleeVectorWidth) in adjustMinLegalVectorWidth()