Home
last modified time | relevance | path

Searched defs:FuncName (Results 1 – 25 of 39) sorted by relevance

12

/external/llvm/utils/TableGen/
DAttributes.cpp118 std::string FuncName = Rule->getValueAsString("CompatFunc"); in emitFnAttrCompatCheck() local
132 std::string FuncName = Rule->getValueAsString("MergeFunc"); in emitFnAttrCompatCheck() local
DDFAPacketizerEmitter.cpp718 std::string FuncName = FuncList[k]->getName(); in collectAllComboFuncs() local
/external/swiftshader/third_party/subzero/src/
DIceSwitchLowering.h90 JumpTableData(GlobalString Name, GlobalString FuncName, SizeT Id, in JumpTableData()
111 GlobalString FuncName; variable
DIceInstrumentation.cpp52 std::string FuncName = Func->getFunctionName().toStringOrEmpty(); in instrumentFunc() local
DIceASanInstrumentation.cpp77 std::string FuncName = Func->getFunctionName().toStringOrEmpty(); in isInstrumentable() local
DIceGlobalContext.h602 TimerMarker(GlobalContext *Ctx, const std::string &FuncName) in TimerMarker()
DIceELFObjectWriter.cpp220 void ELFObjectWriter::writeFunctionCode(GlobalString FuncName, bool IsInternal, in writeFunctionCode()
/external/clang/lib/Frontend/
DCodeGenOptions.cpp25 StringRef FuncName(Name); in isNoBuiltinFunc() local
/external/llvm/tools/llvm-cov/
DCoverageFilters.cpp21 StringRef FuncName = Function.Name; in matches() local
/external/clang/lib/CodeGen/
DCodeGenPGO.h34 std::string FuncName; variable
DBackendUtil.cpp288 for (auto &FuncName : CodeGenOpts.getNoBuiltinFuncs()) in createTLII() local
/external/clang/lib/Basic/
DLangOptions.cpp40 StringRef FuncName(Name); in isNoBuiltinFunc() local
DBuiltins.cpp52 StringRef FuncName(Name); in isBuiltinFunc() local
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp528 StringRef FuncName, ArrayRef<InstrProfRecord> &Data) { in getRecords()
678 IndexedInstrProfReader::getInstrProfRecord(StringRef FuncName, in getInstrProfRecord()
694 Error IndexedInstrProfReader::getFunctionCounts(StringRef FuncName, in getFunctionCounts()
DInstrProf.cpp174 std::string getPGOFuncNameVarName(StringRef FuncName, in getPGOFuncNameVarName()
/external/llvm/lib/MC/
DMCContext.cpp139 MCSymbol *MCContext::getOrCreateFrameAllocSymbol(StringRef FuncName, in getOrCreateFrameAllocSymbol()
145 MCSymbol *MCContext::getOrCreateParentFrameOffsetSymbol(StringRef FuncName) { in getOrCreateParentFrameOffsetSymbol()
150 MCSymbol *MCContext::getOrCreateLSDASymbol(StringRef FuncName) { in getOrCreateLSDASymbol()
/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp573 std::string FuncName = SPIRSPIRVBuiltinVariableMap::rmap(Kind); in transOCLBuiltinFromVariable() local
1127 const std::string &FuncName) { in postProcessOCLReadImage()
1202 const std::string &FuncName) { in postProcessOCLBuildNDRange()
1235 const std::string &FuncName) { in expandOCLBuiltinWithScalarArg()
1571 std::string FuncName = "llvm.memcpy"; in transValueWithoutDecoration() local
1953 SPIRVToLLVM::transBuiltinFromInst(const std::string& FuncName, in transBuiltinFromInst()
2051 auto FuncName = getOCLBuiltinName(BI); in transOCLBuiltinFromInst() local
2419 std::string FuncName; in transOCLBarrier() local
2466 std::string FuncName; in transOCLMemFence() local
2509 std::string FuncName; in transOCLBarrierFence() local
DSPIRVUtil.cpp723 addCallInst(Module *M, StringRef FuncName, Type *RetTy, ArrayRef<Value *> Args, in addCallInst()
736 addCallInstSPIRV(Module *M, StringRef FuncName, Type *RetTy, ArrayRef<Value *> Args, in addCallInstSPIRV()
/external/llvm/lib/Transforms/IPO/
DLoopExtractor.cpp275 std::string &FuncName = BlocksToNotExtractByName.back().first; in runOnModule() local
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DLoopExtractor.cpp265 std::string &FuncName = BlocksToNotExtractByName.back().first; in runOnModule() local
/external/llvm/unittests/Linker/
DLinkModulesTest.cpp133 static Module *getExternal(LLVMContext &Ctx, StringRef FuncName) { in getExternal()
/external/llvm/unittests/MI/
DLiveIntervalTest.cpp54 const TargetMachine &TM, StringRef MIRCode, const char *FuncName) { in parseMIR()
/external/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp399 StringRef FuncName; in insertFunctionRecordIfNeeded() local
/external/llvm/lib/Target/Sparc/
DLeonPasses.cpp729 StringRef FuncName = MO.getGlobal()->getName(); in runOnMachineFunction() local
/external/llvm/include/llvm/ProfileData/
DInstrProf.h459 void addFuncName(StringRef FuncName) { in addFuncName()

12