Searched refs:ToInsert (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp774 std::string ToInsert; variable
780 ToInsert = R.Declaration->getNameAsString();
786 ToInsert += "()";
788 ToInsert += "(";
800 ToInsert += "::";
805 ToInsert = R.Keyword;
808 ToInsert = R.Macro->getName().str();
811 ToInsert = R.Pattern->getTypedText();
814 // At this point all information is in the ToInsert string.
818 if (StringRef(ToInsert)
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DA15SDOptimizer.cpp88 unsigned Lane, unsigned ToInsert);
479 const DebugLoc &DL, unsigned DReg, unsigned Lane, unsigned ToInsert) {
486 .addReg(ToInsert)
477 createInsertSubreg( MachineBasicBlock &MBB, MachineBasicBlock::iterator InsertBefore, const DebugLoc &DL, unsigned DReg, unsigned Lane, unsigned ToInsert) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp3467 SmallVector<MachineInstr *, 8> ToInsert; local
3469 // After collecting a block of DBG_VALUEs into ToInsert, enter them into the
3471 auto CloseNewDVRange = [this, &ToInsert](SlotIndex Slot) {
3472 for (auto *X : ToInsert)
3475 ToInsert.clear();
3478 // Iterate over all instructions, collecting them into the ToInsert vector.
3487 ToInsert.push_back(&MI);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp2639 BasicBlock *ToInsert = unwrap(BB);
2643 ToInsert);

Completed in 171 milliseconds