Searched refs:Before (Results 1 - 25 of 55) sorted by relevance

123

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddirective-unexport-env.mk5 # Before 2020-12-13, the directive unexport-env wrongly accepted arguments
8 # Before 2020-12-13, misspelled directive names like "unexport-environment"
H A Dmake-exported.mk11 # Before 2020-10-03, the following line took the code path of .export-env,
17 # Before 2020-10-03, if the value of .MAKE.EXPORTED started with "-literal",
H A Dcounter-append.mk6 # This works since 2020-09-23. Before that, the counter ended up at having
H A Dcounter.mk6 # This works since 2020-09-23. Before that, the counter ended up at having
H A Ddirective-export.mk13 # Before 2020-12-13, this unusual expression invoked undefined behavior since
H A Ddirective-unexport.mk5 # Before 2020-12-13, misspelled directives like ".unexporting" or
H A Ddeptgt-end-jobs.mk10 # Before 2020-08-22, this test crashed with a null pointer dereference.
11 # Before 2020-09-23, this test crashed with an assertion failure.
H A Ddirective-undef.mk8 # Before var.c 1.737 from 2020-12-19, .undef only undefined the first
11 # Before var.c 1.761 from 2020-12-22, .undef complained about too many
H A Dvarmod-match.mk31 # Before 2020-06-13, this expression took quite a long time in Str_Match,
H A Ddeptgt-end-fail.mk6 # Before 2020-11-25, an error in the .END target did not print the "Stop.",
H A Dvarmod-sysv.mk94 # Before 2020-07-19, an ampersand could be used in the replacement part
104 # Before 2020-07-19, the result of the expression was "a.bcd.e".
109 # Before 2020-07-20, when a SysV modifier was parsed, a single dollar
116 # Before 2020-07-20, the modifier ":e$=x" was parsed as having a left-hand
H A Dcond-short.mk9 # Before 2020-06-28, the right-hand side of an && or || operator was always
51 # Before 2020-07-02, it was wrongly evaluated.
204 # already evaluates to false. Before cond.c 1.79 from 2020-07-09, it was
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DBlockFrequency.cpp41 uint64_t Before = Freq.Frequency; local
45 if (Frequency < Before)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp175 MachineBasicBlock::iterator Before);
180 void toExact(MachineBasicBlock &MBB, MachineBasicBlock::iterator Before,
182 void toWQM(MachineBasicBlock &MBB, MachineBasicBlock::iterator Before,
184 void toWWM(MachineBasicBlock &MBB, MachineBasicBlock::iterator Before,
186 void fromWWM(MachineBasicBlock &MBB, MachineBasicBlock::iterator Before,
529 MachineBasicBlock::iterator Before) {
533 BuildMI(MBB, Before, DebugLoc(), TII->get(AMDGPU::COPY), SaveReg)
536 BuildMI(MBB, Before, DebugLoc(), TII->get(AMDGPU::COPY), AMDGPU::SCC)
598 MachineBasicBlock::iterator Before,
603 MI = BuildMI(MBB, Before, DebugLo
528 saveSCC(MachineBasicBlock &MBB, MachineBasicBlock::iterator Before) argument
597 toExact(MachineBasicBlock &MBB, MachineBasicBlock::iterator Before, unsigned SaveWQM, unsigned LiveMaskReg) argument
619 toWQM(MachineBasicBlock &MBB, MachineBasicBlock::iterator Before, unsigned SavedWQM) argument
638 toWWM(MachineBasicBlock &MBB, MachineBasicBlock::iterator Before, unsigned SaveOrig) argument
649 fromWWM(MachineBasicBlock &MBB, MachineBasicBlock::iterator Before, unsigned SavedOrig) argument
758 MachineBasicBlock::iterator Before = local
[all...]
H A DGCNIterativeScheduler.h126 const GCNRegPressure &Before,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h99 AccumBitVector Before; member in struct:llvm::wholeprogramdevirt::VTableBits
159 return minBeforeBytes() + TM->Bits->Before.Bytes.size();
171 TM->Bits->Before.setBit(Pos - 8 * minBeforeBytes(), RetVal);
181 // Because the bytes in Before are stored in reverse order, we use the
186 TM->Bits->Before.setLE(Pos - 8 * minBeforeBytes(), RetVal, Size);
188 TM->Bits->Before.setBE(Pos - 8 * minBeforeBytes(), RetVal, Size);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h209 bool Before; member in class:llvm::RegBankSelect::InstrInsertPoint
214 if (Before)
225 /// Create an insertion point before (\p Before=true) or after \p Instr.
226 InstrInsertPoint(MachineInstr &Instr, bool Before = true);
372 void addInsertPoint(MachineInstr &MI, bool Before);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp745 bool Before = !MO.isDef();
749 addInsertPoint(MI, Before);
757 // * Before, we have to split the related incoming edge.
759 if (!Before) {
762 addInsertPoint(*It, /*Before*/ true);
764 addInsertPoint(*(--It), /*Before*/ false);
788 addInsertPoint(*It, /*Before*/ false);
791 // * Before, move the insert point before the first terminator.
793 if (Before) {
809 addInsertPoint(*It, /*Before*/ fals
826 addInsertPoint(MachineInstr &MI, bool Before) argument
848 InstrInsertPoint(MachineInstr &Instr, bool Before) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiMemAluCombiner.cpp80 const MbbIterator &AluInstr, bool Before);
239 bool Before) {
274 if (Before || !isZeroOperand(MemOffset))
236 insertMergedInstruction(MachineBasicBlock *BB, const MbbIterator &MemInstr, const MbbIterator &AluInstr, bool Before) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp354 const Twine &Name, GlobalVariable *Before,
371 if (Before)
372 Before->getParent()->getGlobalList().insert(Before->getIterator(), this);
352 GlobalVariable(Module &M, Type *Ty, bool constant, LinkageTypes Link, Constant *InitVal, const Twine &Name, GlobalVariable *Before, ThreadLocalMode TLMode, unsigned AddressSpace, bool isExternallyInitialized) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp642 BasicBlock::iterator Before(PollCall), After(PollCall);
644 if (Before == OrigBB->begin())
647 Before--;
666 BasicBlock::iterator Start = IsBegin ? OrigBB->begin() : std::next(Before);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSpillPlacement.cpp175 bool Before = preferReg(); local
182 return Before != preferReg();
H A DRegAllocFast.cpp224 void spill(MachineBasicBlock::iterator Before, Register VirtReg,
226 void reload(MachineBasicBlock::iterator Before, Register VirtReg,
313 /// Insert spill instruction for \p AssignedReg before \p Before. Update
315 void RegAllocFast::spill(MachineBasicBlock::iterator Before, Register VirtReg, argument
323 TII->storeRegToStackSlot(*MBB, Before, AssignedReg, Kill, FI, &RC, TRI);
331 MachineInstr *NewDV = buildDbgValueForSpill(*MBB, Before, *DBG, FI);
342 /// Insert reload instruction for \p PhysReg before \p Before.
343 void RegAllocFast::reload(MachineBasicBlock::iterator Before, Register VirtReg, argument
349 TII->loadRegFromStackSlot(*MBB, Before, PhysReg, FI, &RC, TRI);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterScavenging.h229 MachineBasicBlock::iterator Before,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h240 /// \p LoopDomBB. Insert the new blocks before block specified in \p Before.
242 Loop *cloneLoopWithPreheader(BasicBlock *Before, BasicBlock *LoopDomBB,

Completed in 284 milliseconds

123