Searched refs:WasForced (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVAsmBackend.h | 54 uint64_t &Value, bool &WasForced) override; 82 const bool WasForced) const override;
|
| H A D | RISCVAsmBackend.cpp | 147 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 D | MCAssembler.cpp | 199 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 D | MCAsmBackend.cpp | 121 const bool WasForced) const { in fixupNeedsRelaxationAdvanced()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCAsmBackend.h | 130 bool &WasForced) { in evaluateTargetFixup() argument 174 const bool WasForced) const;
|
| H A D | MCAssembler.h | 189 bool &WasForced) const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYAsmBackend.h | 50 const bool WasForced) const override;
|
| H A D | CSKYAsmBackend.cpp | 178 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 D | MSP430AsmBackend.cpp | 60 const bool WasForced) const override { in fixupNeedsRelaxationAdvanced()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonAsmBackend.cpp | 575 const bool WasForced) const override { in fixupNeedsRelaxationAdvanced()
|