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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DBitstreamRemarkSerializer.cpp352 bool IsStandalone = local
356 IsStandalone ? &*StrTab : Optional<const StringTable *>(None));
372 bool IsStandalone = local
376 IsStandalone ? BitstreamRemarkContainerType::Standalone
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp276 bool IsStandalone) const {
287 print(OS, MST, Indexes, IsStandalone);
292 bool IsStandalone) const {
344 if (!pred_empty() && IsStandalone) {
370 if (!Probs.empty() && IsStandalone) {
423 MI.print(OS, MST, IsStandalone, /*SkipOpers=*/false, /*SkipDebugLoc=*/false,
436 if (IrrLoopHeaderWeight && IsStandalone) {
H A DMachineInstr.cpp1454 void MachineInstr::print(raw_ostream &OS, bool IsStandalone, bool SkipOpers,
1469 print(OS, MST, IsStandalone, SkipOpers, SkipDebugLoc, AddNewLine, TII);
1473 bool IsStandalone, bool SkipOpers, bool SkipDebugLoc,
1486 bool ShouldPrintRegisterTies = IsStandalone || hasComplexRegisterTies();
1509 MO.print(OS, MST, TypeToPrint, StartOp, /*PrintDef=*/false, IsStandalone,
1564 getOperand(OpIdx).print(OS, MST, TypeToPrint, OpIdx, /*PrintDef=*/true, IsStandalone,
1603 MO.print(OS, MST, TypeToPrint, i, /*PrintDef=*/true, IsStandalone,
1614 MO.print(OS, MST, TypeToPrint, i, /*PrintDef=*/true, IsStandalone,
1681 MO.print(OS, MST, TypeToPrint, i, /*PrintDef=*/true, IsStandalone,
H A DMachineOperand.cpp717 /*IsStandalone=*/true,
724 bool IsStandalone, bool ShouldPrintRegisterTies,
771 if (IsStandalone || !PrintDef || MRI.def_empty(Reg)) {
722 print(raw_ostream &OS, ModuleSlotTracker &MST, LLT TypeToPrint, Optional<unsigned> OpIdx, bool PrintDef, bool IsStandalone, bool ShouldPrintRegisterTies, unsigned TiedOperandIdx, const TargetRegisterInfo *TRI, const TargetIntrinsicInfo *IntrinsicInfo) const argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h791 bool IsStandalone = true) const;
793 const SlotIndexes * = nullptr, bool IsStandalone = true) const;
H A DMachineInstr.h1518 /// \p IsStandalone is false. It is usually true when only a fragment of the
1525 void print(raw_ostream &OS, bool IsStandalone = true, bool SkipOpers = false,
1528 void print(raw_ostream &OS, ModuleSlotTracker &MST, bool IsStandalone = true,
H A DMachineOperand.h288 /// \param IsStandalone - whether we want a verbose output of the MO. This
301 Optional<unsigned> OpIdx, bool PrintDef, bool IsStandalone,

Completed in 85 milliseconds