Searched refs:ToInsert (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangExpressionParser.cpp | 881 std::string ToInsert; in getCompletionForResult() local 887 ToInsert = R.Declaration->getNameAsString(); in getCompletionForResult() 893 ToInsert += "()"; in getCompletionForResult() 895 ToInsert += "("; in getCompletionForResult() 907 ToInsert += "::"; in getCompletionForResult() 912 ToInsert = R.Keyword; in getCompletionForResult() 915 ToInsert = R.Macro->getName().str(); in getCompletionForResult() 918 ToInsert = R.Pattern->getTypedText(); in getCompletionForResult() 923 if (llvm::StringRef(ToInsert).startswith("$__lldb_")) in getCompletionForResult() 925 if (ToInsert.empty()) in getCompletionForResult() [all …]
|
/external/llvm/lib/Target/ARM/ |
D | A15SDOptimizer.cpp | 91 unsigned Lane, unsigned ToInsert); 493 const DebugLoc &DL, unsigned DReg, unsigned Lane, unsigned ToInsert) { in createInsertSubreg() argument 500 .addReg(ToInsert) in createInsertSubreg()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | A15SDOptimizer.cpp | 88 unsigned Lane, unsigned ToInsert); 479 const DebugLoc &DL, unsigned DReg, unsigned Lane, unsigned ToInsert) { in createInsertSubreg() argument 486 .addReg(ToInsert) in createInsertSubreg()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | A15SDOptimizer.cpp | 88 unsigned Lane, unsigned ToInsert); 479 const DebugLoc &DL, unsigned DReg, unsigned Lane, unsigned ToInsert) { in createInsertSubreg() argument 486 .addReg(ToInsert) in createInsertSubreg()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | RegisterCoalescer.cpp | 3489 SmallVector<MachineInstr *, 8> ToInsert; in buildVRegToDbgValueMap() local 3493 auto CloseNewDVRange = [this, &ToInsert](SlotIndex Slot) { in buildVRegToDbgValueMap() 3494 for (auto *X : ToInsert) in buildVRegToDbgValueMap() 3497 ToInsert.clear(); in buildVRegToDbgValueMap() 3509 ToInsert.push_back(&MI); in buildVRegToDbgValueMap()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RegisterCoalescer.cpp | 3467 SmallVector<MachineInstr *, 8> ToInsert; in buildVRegToDbgValueMap() local 3471 auto CloseNewDVRange = [this, &ToInsert](SlotIndex Slot) { in buildVRegToDbgValueMap() 3472 for (auto *X : ToInsert) in buildVRegToDbgValueMap() 3475 ToInsert.clear(); in buildVRegToDbgValueMap() 3487 ToInsert.push_back(&MI); in buildVRegToDbgValueMap()
|
/external/llvm-project/llvm/lib/IR/ |
D | Core.cpp | 2675 BasicBlock *ToInsert = unwrap(BB); in LLVMInsertExistingBasicBlockAfterInsertBlock() local 2679 ToInsert); in LLVMInsertExistingBasicBlockAfterInsertBlock()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 2639 BasicBlock *ToInsert = unwrap(BB); in LLVMInsertExistingBasicBlockAfterInsertBlock() local 2643 ToInsert); in LLVMInsertExistingBasicBlockAfterInsertBlock()
|