OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParamVTs
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenIntrinsics.h
53
std::vector<MVT::SimpleValueType>
ParamVTs
;
192
/// the size of \p IS.
ParamVTs
.
194
/// Note that this requires that \p IS.
ParamVTs
is available.
CodeGenTarget.cpp
787
IS.
ParamVTs
.push_back(VT);
900
if (ParamIdx >= IS.
ParamVTs
.size())
902
MVT ParamType = MVT(IS.
ParamVTs
[ParamIdx]);
CodeGenDAGPatterns.cpp
2468
unsigned NumParamVTs = Int->IS.
ParamVTs
.size();
2485
MVT::SimpleValueType OpVT = Int->IS.
ParamVTs
[i];
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyAsmPrinter.cpp
458
SmallVector<MVT, 4>
ParamVTs
;
459
computeSignatureVTs(F.getFunctionType(), &F, F, TM,
ParamVTs
, ResultVTs);
461
auto Signature = signatureFromMVTs(ResultVTs,
ParamVTs
);
Completed in 22 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026