/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
DemandedBits.cpp | 388 OS << "DemandedBits: 0x" << Twine::utohexstr(KV.second.getLimitedValue())
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
COFFModuleDefinition.cpp | 84 static Error createError(const Twine &Err) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMMCTargetDesc.cpp | 169 ArchFS = (Twine(ArchFS) + "," + FS).str();
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCMachObjectWriter.cpp | 12 #include "llvm/ADT/Twine.h" 245 Twine("Section too large, can't encode "
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/AsmParser/ |
RISCVAsmParser.cpp | 54 int64_t Lower, int64_t Upper, Twine Msg); 654 Twine Msg = "immediate must be an integer in the range") { 656 return Error(ErrorLoc, Msg + " [" + Twine(Lower) + ", " + Twine(Upper) + "]"); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/ |
X86AsmInstrumentation.cpp | 14 #include "llvm/ADT/Twine.h" 620 MCSymbol *FnSym = Ctx.getOrCreateSymbol(Twine("__asan_report_") + 622 Twine(AccessSize)); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
XCoreAsmPrinter.cpp | 97 Twine(Sym->getName() + StringRef(".globound")));
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
SourceMgrTest.cpp | 41 const Twine &Msg, ArrayRef<SMRange> Ranges,
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
GlobalValue.h | 22 #include "llvm/ADT/Twine.h" 78 LinkageTypes Linkage, const Twine &Name, unsigned AddressSpace)
|
/external/llvm/lib/CodeGen/MIRParser/ |
MILexer.cpp | 18 #include "llvm/ADT/Twine.h" 25 typedef function_ref<void(StringRef::iterator Loc, const Twine &)> 610 Twine("unexpected character '") + Twine(C.peek()) + "'");
|
/external/llvm/lib/MC/MCParser/ |
DarwinAsmParser.cpp | 15 #include "llvm/ADT/Twine.h" 532 return TokError("expected string in '" + Twine(IDVal) + "' directive"); 545 return TokError("unexpected token in '" + Twine(IDVal) + "' directive"); 706 return Error(IDLoc, Twine("can't open secure log file: ") + [all...] |
/external/llvm/lib/ProfileData/ |
InstrProfReader.cpp | 22 setupMemoryBuffer(const Twine &Path) { 35 InstrProfReader::create(const Twine &Path) { 70 IndexedInstrProfReader::create(const Twine &Path) {
|
/external/llvm/lib/Transforms/IPO/ |
ArgumentPromotion.cpp | [all...] |
/external/llvm/lib/Transforms/Scalar/ |
LoopUnrollPass.cpp | [all...] |
/external/llvm/tools/llvm-lto/ |
llvm-lto.cpp | 224 static void error(const Twine &Msg) { 229 static void error(std::error_code EC, const Twine &Prefix) { 235 static void error(const ErrorOr<T> &V, const Twine &Prefix) {
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
MachineBasicBlock.cpp | 52 return Ctx.GetOrCreateSymbol(Twine(Prefix) + "BB" + 53 Twine(MF->getFunctionNumber()) + "_" + 54 Twine(getNumber()));
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/ |
MILexer.cpp | 21 #include "llvm/ADT/Twine.h" 32 function_ref<void(StringRef::iterator Loc, const Twine &)>; 677 Twine("unexpected character '") + Twine(C.peek()) + "'");
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/ |
InstrProfReader.cpp | 40 setupMemoryBuffer(const Twine &Path) { 53 InstrProfReader::create(const Twine &Path) { 91 IndexedInstrProfReader::create(const Twine &Path) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/ |
BPFISelLowering.cpp | 40 static void fail(const SDLoc &DL, SelectionDAG &DAG, const Twine &Msg) { 372 fail(CLI.DL, DAG, Twine("A call to built-in function '" 711 report_fatal_error("unimplemented select CondCode " + Twine(CC));
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
ArgumentPromotion.cpp | 41 #include "llvm/ADT/Twine.h" 263 STy, *AI, Idxs, (*AI)->getName() + "." + Twine(i), Call); 393 AgTy, TheAlloca, Idxs, TheAlloca->getName() + "." + Twine(i), 395 I2->setName(I->getName() + "." + Twine(i)); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
InstrProfiling.cpp | 21 #include "llvm/ADT/Twine.h" 636 if (Name.endswith((Twine(".") + Twine(FuncHash)).toStringRef(HashPostfix))) 638 return (Prefix + Name + "." + Twine(FuncHash)).str(); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto/ |
llvm-lto.cpp | 22 #include "llvm/ADT/Twine.h" 283 static void error(const Twine &Msg) { 288 static void error(std::error_code EC, const Twine &Prefix) { 294 static void error(const ErrorOr<T> &V, const Twine &Prefix) { [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/ |
AMDGPUAsmParser.cpp | 27 #include "llvm/ADT/Twine.h" 794 MCSymbol * const Sym = Ctx->getOrCreateSymbol(Twine(".kernel.sgpr_count")); 804 MCSymbol * const Sym = Ctx->getOrCreateSymbol(Twine(".kernel.vgpr_count")); 928 Ctx.getOrCreateSymbol(Twine(".amdgcn.gfx_generation_number")); 932 Ctx.getOrCreateSymbol(Twine(".option.machine_version_major")); 934 Sym = Ctx.getOrCreateSymbol(Twine(".option.machine_version_minor")); 936 Sym = Ctx.getOrCreateSymbol(Twine(".option.machine_version_stepping")); [all...] |
/external/llvm/tools/llvm-nm/ |
llvm-nm.cpp | 180 static void error(Twine Message, Twine Path = Twine()) { 185 static bool error(std::error_code EC, Twine Path = Twine()) { [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
SubtargetEmitter.cpp | 881 Twine("Processor does not define resources for ") + [all...] |