Searched refs:YS (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp268 yaml::Stream YS(MapFile->getBuffer(), SM);
270 for (auto &Document : YS) {
279 YS.printError(Document.getRoot(), "DescriptorList node must be a map");
284 if (!parseEntry(YS, Descriptor, DL))
291 bool RewriteMapParser::parseEntry(yaml::Stream &YS, yaml::KeyValueNode &Entry, argument
300 YS.printError(Entry.getKey(), "rewrite type must be a scalar");
306 YS.printError(Entry.getValue(), "rewrite descriptor must be a map");
312 return parseRewriteFunctionDescriptor(YS, Key, Value, DL);
314 return parseRewriteGlobalVariableDescriptor(YS, Key, Value, DL);
316 return parseRewriteGlobalAliasDescriptor(YS, Ke
323 parseRewriteFunctionDescriptor(yaml::Stream &YS, yaml::ScalarNode *K, yaml::MappingNode *Descriptor, RewriteDescriptorList *DL) argument
393 parseRewriteGlobalVariableDescriptor(yaml::Stream &YS, yaml::ScalarNode *K, yaml::MappingNode *Descriptor, RewriteDescriptorList *DL) argument
456 parseRewriteGlobalAliasDescriptor(yaml::Stream &YS, yaml::ScalarNode *K, yaml::MappingNode *Descriptor, RewriteDescriptorList *DL) argument
[all...]
/freebsd-current/usr.bin/sed/
H A Dprocess.c59 static SPACE HS, PS, SS, YS; variable
514 YS.len = 0;
517 cspace(&YS, &c, 1, APPEND);
527 cspace(&YS, y->multis[i].to,
531 cspace(&YS, p, 1, APPEND);
537 PS = YS;
539 YS = tmp;
540 YS.space = YS.back;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSymbolRewriter.h109 bool parseRewriteGlobalAliasDescriptor(yaml::Stream &YS, yaml::ScalarNode *K,
/freebsd-current/contrib/file/tests/
H A Dmatilde.arm.testfile154 �<��b�y�3�E�Z�mJl7�{���>s�C0<5~�8g-�A�.������ ����&I�1;�<��g�Z���E�R"�#$1������t��@<{o�fo����a�i��Z����� o����#�<��f�����54Y��<4�����������<�n&!�?���[����x��=��u�P<��ix����e.��h?�.�C�=3_Ko<"��r�W���Z�S�8�6)YS�b0�'
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp1159 Value *YS = Builder.CreateShl(Y, Op1, Op0BO->getName()); local
1162 Builder.CreateBinOp(Op0BO->getOpcode(), X, YS, Shr->getName());
1174 Value *YS = Builder.CreateShl(Y, Op1, Op0BO->getName()); local
1178 return BinaryOperator::Create(Op0BO->getOpcode(), M, YS);

Completed in 187 milliseconds