/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instructions.h | 179 LoadInst(Type *Ty, Value *Ptr, const Twine &NameStr = "", 181 LoadInst(Type *Ty, Value *Ptr, const Twine &NameStr, BasicBlock *InsertAtEnd); 182 LoadInst(Type *Ty, Value *Ptr, const Twine &NameStr, bool isVolatile, 184 LoadInst(Type *Ty, Value *Ptr, const Twine &NameStr, bool isVolatile, 186 LoadInst(Type *Ty, Value *Ptr, const Twine &NameStr, bool isVolatile, 188 LoadInst(Type *Ty, Value *Ptr, const Twine &NameStr, bool isVolatile, 190 LoadInst(Type *Ty, Value *Ptr, const Twine &NameStr, bool isVolatile, 194 LoadInst(Type *Ty, Value *Ptr, const Twine &NameStr, bool isVolatile, 199 explicit LoadInst(Value *Ptr, const Twine &NameStr = "", 201 : LoadInst(Ptr->getType()->getPointerElementType(), Ptr, NameStr, [all …]
|
D | InstrTypes.h | 443 const Twine &NameStr = "", Instruction *InsertBefore = nullptr) 445 setName(NameStr); 449 const Twine &NameStr, BasicBlock *InsertAtEnd) 451 setName(NameStr); 2165 const Twine &NameStr, Instruction *InsertBefore); 2168 const Twine &NameStr, BasicBlock *InsertAtEnd); 2170 void init(Value *ParentPad, ArrayRef<Value *> Args, const Twine &NameStr);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | WasmException.cpp | 26 SmallString<60> NameStr; in endModule() local 27 Mangler::getNameWithPrefix(NameStr, "__cpp_exception", Asm->getDataLayout()); in endModule() 28 if (Asm->OutContext.lookupSymbol(NameStr)) { in endModule()
|
D | AsmPrinter.cpp | 2892 SmallString<60> NameStr; in GetExternalSymbolSymbol() local 2893 Mangler::getNameWithPrefix(NameStr, Sym, getDataLayout()); in GetExternalSymbolSymbol() 2894 return OutContext.getOrCreateSymbol(NameStr); in GetExternalSymbolSymbol()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 120 SmallString<60> NameStr; in getSymbolWithGlobalValueBase() local 121 NameStr += GV->getParent()->getDataLayout().getPrivateGlobalPrefix(); in getSymbolWithGlobalValueBase() 122 TM.getNameWithPrefix(NameStr, GV, *Mang); in getSymbolWithGlobalValueBase() 123 NameStr.append(Suffix.begin(), Suffix.end()); in getSymbolWithGlobalValueBase() 124 return Ctx->getOrCreateSymbol(NameStr); in getSymbolWithGlobalValueBase()
|
D | TargetMachine.cpp | 261 SmallString<128> NameStr; in getSymbol() local 262 getNameWithPrefix(NameStr, GV, TLOF->getMangler()); in getSymbol() 263 return TLOF->getContext().getOrCreateSymbol(NameStr); in getSymbol()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RTDyldMemoryManager.cpp | 278 const char *NameStr = Name.c_str(); in getSymbolAddressInProcess() local 283 if (NameStr[0] == '_') in getSymbolAddressInProcess() 284 ++NameStr; in getSymbolAddressInProcess() 287 return (uint64_t)sys::DynamicLibrary::SearchForAddressOfSymbol(NameStr); in getSymbolAddressInProcess()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Threading.inc | 144 StringRef NameStr = Name.toNullTerminatedStringRef(Storage); 153 NameStr = NameStr.take_back(get_max_thread_name_length() - 1); 154 (void)NameStr; 158 ::pthread_setname_np(::pthread_self(), NameStr.data()); 162 ::pthread_set_name_np(::pthread_self(), NameStr.data()); 165 const_cast<char *>(NameStr.data())); 167 ::pthread_setname_np(NameStr.data());
|
D | Process.inc | 171 std::string NameStr = Name.str(); 172 const char *Val = ::getenv(NameStr.c_str());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 194 const Twine &NameStr, Instruction *InsertBefore) in LandingPadInst() argument 196 init(NumReservedValues, NameStr); in LandingPadInst() 200 const Twine &NameStr, BasicBlock *InsertAtEnd) in LandingPadInst() argument 202 init(NumReservedValues, NameStr); in LandingPadInst() 219 const Twine &NameStr, in Create() argument 221 return new LandingPadInst(RetTy, NumReservedClauses, NameStr, InsertBefore); in Create() 225 const Twine &NameStr, in Create() argument 227 return new LandingPadInst(RetTy, NumReservedClauses, NameStr, InsertAtEnd); in Create() 230 void LandingPadInst::init(unsigned NumReservedValues, const Twine &NameStr) { in init() argument 234 setName(NameStr); in init() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCContract.cpp | 323 const Twine &NameStr, Instruction *InsertBefore, in createCallInst() argument 334 return CallInst::Create(FTy, Func, Args, OpBundles, NameStr, InsertBefore); in createCallInst() 338 createCallInst(FunctionCallee Func, ArrayRef<Value *> Args, const Twine &NameStr, in createCallInst() argument 341 return createCallInst(Func.getFunctionType(), Func.getCallee(), Args, NameStr, in createCallInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Threading.inc | 95 StringRef NameStr = Name.toNullTerminatedStringRef(Storage); 96 SetThreadName(::GetCurrentThreadId(), NameStr.data());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULibFunc.cpp | 858 const StringRef& NameStr = Name.str(); in mangleNameItanium() local 859 S << "_Z" << static_cast<int>(NameStr.size()) << NameStr; in mangleNameItanium()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Process.inc | 176 std::string NameStr = Name.str(); 177 const char *Val = ::getenv(NameStr.c_str());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 582 raw_string_ostream NameStr(Name); in getVirtualRegisterName() local 592 NameStr << getNVPTXRegClassStr(RC) << MappedVR; in getVirtualRegisterName() 594 NameStr.flush(); in getVirtualRegisterName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 421 StringRef NameStr = in getPGOFuncNameVarInitializer() local 423 return NameStr; in getPGOFuncNameVarInitializer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 2951 const std::string &NameStr, in SetInstName() argument 2955 if (NameID != -1 || !NameStr.empty()) in SetInstName() 2962 if (NameStr.empty()) { in SetInstName() 2988 auto FI = ForwardRefVals.find(NameStr); in SetInstName() 3001 Inst->setName(NameStr); in SetInstName() 3003 if (Inst->getName() != NameStr) in SetInstName() 3005 NameStr + "'"); in SetInstName() 5636 std::string NameStr; in ParseBasicBlock() local 5645 NameStr = ""; in ParseBasicBlock() 5653 NameStr = Lex.getStrVal(); in ParseBasicBlock() [all …]
|
D | LLParser.h | 439 bool SetInstName(int NameID, const std::string &NameStr, LocTy NameLoc,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | TGParser.cpp | 518 Init *NameStr = QualifiedNameOfImplicitName(CurMultiClass); in ParseObjectName() local 519 HasReferenceResolver R(NameStr); in ParseObjectName() 522 Name = BinOpInit::getStrConcat(VarInit::get(NameStr, StringRecTy::get()), in ParseObjectName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2021 StringRef NameStr(ValueName.data(), ValueName.size()); in recordValue() local 2022 if (NameStr.find_first_of(0) != StringRef::npos) in recordValue() 2024 V->setName(NameStr); in recordValue()
|