Home
last modified time | relevance | path

Searched refs:WasForced (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h54 uint64_t &Value, bool &WasForced) override;
82 const bool WasForced) const override;
H A DRISCVAsmBackend.cpp147 const bool WasForced) const { in fixupNeedsRelaxationAdvanced()
158 if (!Resolved && !WasForced) in fixupNeedsRelaxationAdvanced()
529 uint64_t &Value, bool &WasForced) { in evaluateTargetFixup() argument
581 WasForced = true; in evaluateTargetFixup()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp199 bool &WasForced) const { in evaluateFixup()
211 WasForced = false; in evaluateFixup()
230 STI, Value, WasForced); in evaluateFixup()
288 WasForced = true; in evaluateFixup()
804 bool WasForced; in handleFixup() local
806 evaluateFixup(Layout, Fixup, &F, Target, STI, FixedValue, WasForced); in handleFixup()
963 bool WasForced; in fixupNeedsRelaxation() local
965 DF->getSubtargetInfo(), Value, WasForced); in fixupNeedsRelaxation()
971 Layout, WasForced); in fixupNeedsRelaxation()
H A DMCAsmBackend.cpp121 const bool WasForced) const { in fixupNeedsRelaxationAdvanced()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmBackend.h130 bool &WasForced) { in evaluateTargetFixup() argument
174 const bool WasForced) const;
H A DMCAssembler.h189 bool &WasForced) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.h50 const bool WasForced) const override;
H A DCSKYAsmBackend.cpp178 const bool WasForced) const { in fixupNeedsRelaxationAdvanced()
183 if (!Resolved && !WasForced) in fixupNeedsRelaxationAdvanced()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp60 const bool WasForced) const override { in fixupNeedsRelaxationAdvanced()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp575 const bool WasForced) const override { in fixupNeedsRelaxationAdvanced()