Lines Matching defs:comment
411 int PostSchedule::SelectBarrier(MemoryAttribute::ShareFlag share, const CallSignature*& cs, std::string_view& comment)
419 comment = "asm store barrier\0";
423 comment = "store barrier\0";
429 comment = "store share barrier\0";
434 comment = "store not share barrier\0";
479 std::string_view comment;
482 index = SelectBarrier(share, cs, comment);
489 Circuit::NullGate(), comment.data());
543 std::string_view comment;
546 index = SelectBarrier(share, cs, comment);
561 Circuit::NullGate(), comment.data());