Searched refs:IsStandalone (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Remarks/
H A DBitstreamRemarkSerializer.cpp354 bool IsStandalone = local
358 IsStandalone ? &*StrTab
375 bool IsStandalone = local
379 IsStandalone ? BitstreamRemarkContainerType::Standalone
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp336 bool IsStandalone) const {
347 print(OS, MST, Indexes, IsStandalone);
352 bool IsStandalone) const {
372 if (!pred_empty() && IsStandalone) {
395 if (!Probs.empty() && IsStandalone) {
444 MI.print(OS, MST, IsStandalone, /*SkipOpers=*/false, /*SkipDebugLoc=*/false,
457 if (IrrLoopHeaderWeight && IsStandalone) {
H A DMachineInstr.cpp1576 void MachineInstr::print(raw_ostream &OS, bool IsStandalone, bool SkipOpers,
1591 print(OS, MST, IsStandalone, SkipOpers, SkipDebugLoc, AddNewLine, TII);
1595 bool IsStandalone, bool SkipOpers, bool SkipDebugLoc,
1607 bool ShouldPrintRegisterTies = IsStandalone || hasComplexRegisterTies();
1630 MO.print(OS, MST, TypeToPrint, StartOp, /*PrintDef=*/false, IsStandalone,
1687 getOperand(OpIdx).print(OS, MST, TypeToPrint, OpIdx, /*PrintDef=*/true, IsStandalone,
1726 MO.print(OS, MST, TypeToPrint, i, /*PrintDef=*/true, IsStandalone,
1737 MO.print(OS, MST, TypeToPrint, i, /*PrintDef=*/true, IsStandalone,
1775 MO.print(OS, MST, TypeToPrint, i, /*PrintDef=*/true, IsStandalone,
H A DMachineOperand.cpp772 /*IsStandalone=*/true,
779 bool PrintDef, bool IsStandalone,
827 if (IsStandalone || !PrintDef || MRI.def_empty(Reg)) {
777 print(raw_ostream &OS, ModuleSlotTracker &MST, LLT TypeToPrint, std::optional<unsigned> OpIdx, bool PrintDef, bool IsStandalone, bool ShouldPrintRegisterTies, unsigned TiedOperandIdx, const TargetRegisterInfo *TRI, const TargetIntrinsicInfo *IntrinsicInfo) const argument
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h1126 bool IsStandalone = true) const;
1128 const SlotIndexes * = nullptr, bool IsStandalone = true) const;
H A DMachineOperand.h295 /// \param IsStandalone - whether we want a verbose output of the MO. This
308 std::optional<unsigned> OpIdx, bool PrintDef, bool IsStandalone,
H A DMachineInstr.h1726 /// \p IsStandalone is false. It is usually true when only a fragment of the
1733 void print(raw_ostream &OS, bool IsStandalone = true, bool SkipOpers = false,
1736 void print(raw_ostream &OS, ModuleSlotTracker &MST, bool IsStandalone = true,
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp891 bool IsStandalone,
894 !IsStandalone);
889 CreateEmpty(const ASTContext &C, unsigned NumClauses, bool IsStandalone, EmptyShell) argument
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h2877 /// \param IsStandalone true, if the standalone directive is created.
2881 bool IsStandalone, EmptyShell);

Completed in 134 milliseconds