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.cpp398 std::vector<std::string> *ParamValues = nullptr; member
436 if (ParamValues && ParamValues->size() == ParamNumber) in allocParam()
437 ParamValues->push_back(std::string(Value)); in allocParam()
1551 ComparableStringVector ParamValues; member
1553 return std::tie(Name, ParamValues) < std::tie(rhs.Name, rhs.ParamValues); in operator <()
1582 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()
1645 CodeGenParamAllocator ParamAlloc{&MG.ParamTypes, &OI.ParamValues, in EmitBuiltinCG()
1687 OS << " Param" << utostr(i) << " = " << OI.ParamValues[i] << ";\n"; in EmitBuiltinCG()