OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getVectorVT
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ValueTypes.h
74
static EVT
getVectorVT
(LLVMContext &Context, EVT VT, unsigned NumElements,
76
MVT M = MVT::
getVectorVT
(VT.V, NumElements, IsScalable);
84
static EVT
getVectorVT
(LLVMContext &Context, EVT VT, ElementCount EC) {
85
MVT M = MVT::
getVectorVT
(VT.V, EC);
401
return EVT::
getVectorVT
(Context, EltVT, getVectorElementCount());
411
return EVT::
getVectorVT
(Context, EltVT, EltCnt.divideCoefficientBy(2));
420
return EVT::
getVectorVT
(Context, EltVT, EltCnt * 2);
436
return EVT::
getVectorVT
(Context, getVectorElementType(), NElts);
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
MachineValueType.h
446
MVT VecTy = MVT::
getVectorVT
(IntTy, getVectorElementCount());
455
MVT VecTy = MVT::
getVectorVT
(EltVT, getVectorElementCount());
476
return
getVectorVT
(EltVT, EltCnt.divideCoefficientBy(2));
494
return MVT::
getVectorVT
(getVectorElementType(), NElts);
1129
static MVT
getVectorVT
(MVT VT, unsigned NumElements) {
1329
static MVT
getVectorVT
(MVT VT, unsigned NumElements, bool IsScalable) {
1332
return
getVectorVT
(VT, NumElements);
1335
static MVT
getVectorVT
(MVT VT, ElementCount EC) {
1338
return
getVectorVT
(VT, EC.getKnownMinValue());
Completed in 17 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026