OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ParamTys
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
IntrinsicLowering.cpp
32
std::vector<Type *>
ParamTys
;
34
ParamTys
.push_back(I->getType());
35
M.getOrInsertFunction(Name, FunctionType::get(RetTy,
ParamTys
, false));
72
std::vector<Type *>
ParamTys
;
74
ParamTys
.push_back((*I)->getType());
76
FunctionType::get(RetTy,
ParamTys
, false));
/external/llvm/utils/TableGen/
IntrinsicEmitter.cpp
343
const std::vector<Record*> &
ParamTys
= ArgTypes.second;
347
<<
ParamTys
.size();
378
for (unsigned j = 0, je =
ParamTys
.size(); j != je; ++j) {
379
Record *ArgType =
ParamTys
[j];
440
const std::vector<Record*> &
ParamTys
= ArgTypes.second;
442
unsigned N =
ParamTys
.size();
445
getValueType(
ParamTys
[N - 1]->getValueAsDef("VT")) == MVT::isVoid) {
457
EmitTypeGenerate(OS,
ParamTys
[j], ArgNo);
Completed in 145 milliseconds