/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
Threading.h | 46 class Twine; 158 void set_thread_name(const Twine &Name);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
ScheduleDAGPrinter.cpp | 85 void ScheduleDAG::viewGraph(const Twine &Name, const Twine &Title) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
Error.cpp | 63 GenericBinaryError::GenericBinaryError(Twine Msg) : Msg(Msg.str()) {} 65 GenericBinaryError::GenericBinaryError(Twine Msg, object_error ECOverride)
|
/external/llvm/lib/Support/ |
MemoryBuffer.cpp | 67 const Twine &Name; 68 NamedBufferAlloc(const Twine &Name) : Name(Name) {} 105 getFileAux(const Twine &Filename, int64_t FileSize, uint64_t MapSize, 123 MemoryBuffer::getMemBufferCopy(StringRef InputData, const Twine &BufferName) { 134 MemoryBuffer::getNewUninitMemBuffer(size_t Size, const Twine &BufferName) { 169 MemoryBuffer::getFileOrSTDIN(const Twine &Filename, int64_t FileSize, 180 MemoryBuffer::getFileSlice(const Twine &FilePath, uint64_t MapSize, 236 getMemoryBufferForStream(int FD, const Twine &BufferName) { 256 MemoryBuffer::getFile(const Twine &Filename, int64_t FileSize, 263 getOpenFileImpl(int FD, const Twine &Filename, uint64_t FileSize [all...] |
/external/llvm/lib/IR/ |
Mangler.cpp | 16 #include "llvm/ADT/Twine.h" 32 static void getNameWithPrefixImpl(raw_ostream &OS, const Twine &GVName, 58 static void getNameWithPrefixImpl(raw_ostream &OS, const Twine &GVName, 65 void Mangler::getNameWithPrefix(raw_ostream &OS, const Twine &GVName, 71 const Twine &GVName, const DataLayout &DL) { 127 getNameWithPrefixImpl(OS, "__unnamed_" + Twine(ID), DL, PrefixTy);
|
IRBuilder.cpp | 28 const Twine &Name, 61 const Twine& Name="") { 72 const Twine &Name = "") { 214 const Twine &Name) { 248 const Twine &Name) { 264 const Twine& Name) { 338 const Twine &Name) { 360 ArrayRef<Value *> GCArgs, const Twine &Name) { 369 ArrayRef<Use> DeoptArgs, ArrayRef<Value *> GCArgs, const Twine &Name) { 378 ArrayRef<Value *> GCArgs, const Twine &Name) [all...] |
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
AsmPrinterInlineAsm.cpp | 30 #include "llvm/ADT/Twine.h" 163 OutStreamer.EmitRawText(Twine("\t")+MAI->getCommentString()+ 165 OutStreamer.EmitRawText(Twine("\t")+MAI->getCommentString()+ 173 OutStreamer.EmitRawText(Twine("\t")+MAI->getCommentString()+ 237 Twine(AsmStr) + "'"); 272 " string: '" + Twine(AsmStr) + "'"); 287 Twine(AsmStr) + "'"); 299 Twine(AsmStr) + "'"); 307 Twine(AsmStr) + "'"); 313 Twine(AsmStr) + "'") [all...] |
OcamlGCPrinter.cpp | 131 "Frame size " + Twine(FrameSize) + ">= 65536.\n" 132 "(" + Twine(uintptr_t(&FI)) + ")"); 136 Twine(FI.getFunction().getName())); 145 "Live root count "+Twine(LiveCount)+" >= 65536.");
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
MCContext.cpp | 16 #include "llvm/ADT/Twine.h" 123 MCSymbol *MCContext::getOrCreateSymbol(const Twine &Name) { 138 return getOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) + FuncName + 139 "$frame_escape_" + Twine(Idx)); 143 return getOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) + FuncName + 148 return getOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) + "__ehtable$" + 204 MCSymbol *MCContext::createTempSymbol(const Twine &Name, bool AlwaysAddSuffix, 256 MCSymbol *MCContext::lookupSymbol(const Twine &Name) const { 352 MCSectionELF *MCContext::createELFRelSection(const Twine &Name, unsigned Type, 366 MCSectionELF *MCContext::getELFNamedSection(const Twine &Prefix [all...] |
/external/llvm/lib/Transforms/IPO/ |
Inliner.cpp | 225 static void emitAnalysis(CallSite CS, const Twine &Msg) { 309 emitAnalysis(CS, Twine(CS.getCalledFunction()->getName()) + 317 emitAnalysis(CS, Twine(CS.getCalledFunction()->getName() + 327 emitAnalysis(CS, Twine(CS.getCalledFunction()->getName() + 329 Twine(IC.getCost()) + ", threshold=" + 330 Twine(IC.getCostDelta() + IC.getCost()) + ")"); 339 emitAnalysis(CS, Twine("Not inlining. Cost of inlining " + 350 CS, CS.getCalledFunction()->getName() + Twine(" can be inlined into ") + 351 CS.getCaller()->getName() + " with cost=" + Twine(IC.getCost()) + 352 " (threshold=" + Twine(IC.getCostDelta() + IC.getCost()) + ")") [all...] |
/external/llvm/lib/Target/AMDGPU/ |
AMDGPUAsmPrinter.cpp | 183 OutStreamer->emitRawComment(" codeLenInByte = " + Twine(KernelInfo.CodeLen), 185 OutStreamer->emitRawComment(" NumSgprs: " + Twine(KernelInfo.NumSGPR), 187 OutStreamer->emitRawComment(" NumVgprs: " + Twine(KernelInfo.NumVGPR), 189 OutStreamer->emitRawComment(" FloatMode: " + Twine(KernelInfo.FloatMode), 191 OutStreamer->emitRawComment(" IeeeMode: " + Twine(KernelInfo.IEEEMode), 193 OutStreamer->emitRawComment(" ScratchSize: " + Twine(KernelInfo.ScratchSize), 195 OutStreamer->emitRawComment(" LDSByteSize: " + Twine(KernelInfo.LDSSize) + 198 OutStreamer->emitRawComment(" ReservedVGPRFirst: " + Twine(KernelInfo.ReservedVGPRFirst), 200 OutStreamer->emitRawComment(" ReservedVGPRCount: " + Twine(KernelInfo.ReservedVGPRCount), 205 Twine(KernelInfo.DebuggerWavefrontPrivateSegmentOffsetSGPR), false) [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
DynamicTypeChecker.cpp | 81 llvm::Twine()); 84 llvm::Twine()); 125 LangOpts, llvm::Twine()); 131 Qualifiers(), OS, LangOpts, llvm::Twine()); 134 LangOpts, llvm::Twine()); 139 Qualifiers(), OS, LangOpts, llvm::Twine()); 142 LangOpts, llvm::Twine());
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
MCContext.cpp | 21 #include "llvm/ADT/Twine.h" 106 MCSymbol *MCContext::GetOrCreateSymbol(const Twine &Name) { 134 return GetOrCreateSymbol(Twine(MAI.getPrivateGlobalPrefix()) + 135 Twine(LocalLabelVal) + 137 Twine(NextInstance(LocalLabelVal))); 141 return GetOrCreateSymbol(Twine(MAI.getPrivateGlobalPrefix()) + 142 Twine(LocalLabelVal) + 144 Twine(GetInstance(LocalLabelVal) + bORf));
|
MCDwarf.cpp | 25 #include "llvm/ADT/Twine.h" 563 Streamer.AddComment(Twine(Prefix) + " = " + EncStr); 589 if (VerboseAsm) Streamer.AddComment(Twine("Reg ") + 590 Twine(Src.getReg())); 599 if (VerboseAsm) Streamer.AddComment(Twine("Offset " + Twine(CFAOffset))); 608 if (VerboseAsm) Streamer.AddComment(Twine("Reg ") + Twine(Dst.getReg())); 622 if (VerboseAsm) Streamer.AddComment(Twine("Reg ") + Twine(Reg)) [all...] |
/external/llvm/include/llvm/ADT/ |
Triple.h | 13 #include "llvm/ADT/Twine.h" 232 explicit Triple(const Twine &Str); 233 Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr); 234 Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr, 235 const Twine &EnvironmentStr); 617 void setTriple(const Twine &Str) [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
XCoreAsmPrinter.cpp | 99 OutStreamer.EmitRawText("\t.set\t" + Twine(Sym->getName())); 100 OutStreamer.EmitRawText(".globound," + Twine(ATy->getNumElements())); 103 OutStreamer.EmitRawText(MAI->getWeakDefDirective() +Twine(Sym->getName())+ 124 OutStreamer.EmitRawText("\t.cc_top " + Twine(GVSym->getName()) + ".data," + 161 OutStreamer.EmitRawText("\t.size " + Twine(GVSym->getName()) + "," + 162 Twine(Size)); 177 OutStreamer.EmitRawText("\t.cc_bottom " + Twine(GVSym->getName()) + ".data"); 184 OutStreamer.EmitRawText("\t.cc_bottom " + Twine(CurrentFnSym->getName()) + 190 OutStreamer.EmitRawText("\t.cc_top " + Twine(CurrentFnSym->getName()) +
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
Triple.h | 13 #include "llvm/ADT/Twine.h" 240 explicit Triple(const Twine &Str); 241 Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr); 242 Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr, 243 const Twine &EnvironmentStr); 634 void setTriple(const Twine &Str) [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
Instructions.cpp | 19 #include "llvm/ADT/Twine.h" 235 const Twine &NameStr, Instruction *InsertBefore) 241 const Twine &NameStr, BasicBlock *InsertAtEnd) 260 const Twine &NameStr, 266 const Twine &NameStr, 271 void LandingPadInst::init(unsigned NumReservedValues, const Twine &NameStr) { 301 ArrayRef<OperandBundleDef> Bundles, const Twine &NameStr) { 327 void CallInst::init(Value *Func, const Twine &NameStr) { 338 CallInst::CallInst(Value *Func, const Twine &Name, Instruction *InsertBefore) 349 CallInst::CallInst(Value *Func, const Twine &Name, BasicBlock *InsertAtEnd [all...] |
/external/llvm/include/llvm/IR/ |
BasicBlock.h | 17 #include "llvm/ADT/Twine.h" 73 explicit BasicBlock(LLVMContext &C, const Twine &Name = "", 91 static BasicBlock *Create(LLVMContext &Context, const Twine &Name = "", 300 BasicBlock *splitBasicBlock(iterator I, const Twine &BBName = ""); 301 BasicBlock *splitBasicBlock(Instruction *I, const Twine &BBName = "") {
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
OcamlGCPrinter.cpp | 144 Twine(FrameSize) + ">= 65536.\n" 146 Twine(uintptr_t(&FI)) + ")"); 150 Twine(FI.getFunction().getName())); 160 Twine(LiveCount) + " >= 65536.");
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
GlobalAlias.h | 21 #include "llvm/ADT/Twine.h" 43 GlobalAlias(Type *Ty, LinkageTypes Linkage, const Twine &Name = "",
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
PathV2.cpp | 353 void append(SmallVectorImpl<char> &path, const Twine &a, 354 const Twine &b, 355 const Twine &c, 356 const Twine &d) { 414 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension) { 432 void native(const Twine &path, SmallVectorImpl<char> &result) { 523 bool has_root_name(const Twine &path) { 530 bool has_root_directory(const Twine &path) { 537 bool has_root_path(const Twine &path) { 544 bool has_relative_path(const Twine &path) [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
Magic.h | 14 #include "llvm/ADT/Twine.h" 71 std::error_code identify_magic(const Twine &path, file_magic &result);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
MachineBlockFrequencyInfo.h | 69 void view(const Twine &Name, bool isSimple = true) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
Argument.h | 17 #include "llvm/ADT/Twine.h" 39 explicit Argument(Type *Ty, const Twine &Name = "", Function *F = nullptr,
|