Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp400 std::vector<std::string> *ParamValues = nullptr; member
438 if (ParamValues && ParamValues->size() == ParamNumber) in allocParam()
439 ParamValues->push_back(std::string(Value)); in allocParam()
1546 ComparableStringVector ParamValues; member
1550 return ParamValues < rhs.ParamValues; in operator <()
1581 CodeGenParamAllocator ParamAllocPrelim{&MG.ParamTypes, &OI.ParamValues}; in EmitBuiltinCG()
1606 return OI.ParamValues[i] == OI_first.ParamValues[i]; in EmitBuiltinCG()
1626 key.push_back(OI.ParamValues[i]); in EmitBuiltinCG()
1652 CodeGenParamAllocator ParamAlloc{&MG.ParamTypes, &OI.ParamValues, in EmitBuiltinCG()
1695 OS << " Param" << utostr(i) << " = " << OI.ParamValues[i] << ";\n"; in EmitBuiltinCG()