/external/llvm/utils/TableGen/ |
D | Attributes.cpp | 118 std::string FuncName = Rule->getValueAsString("CompatFunc"); in emitFnAttrCompatCheck() local 132 std::string FuncName = Rule->getValueAsString("MergeFunc"); in emitFnAttrCompatCheck() local
|
D | DFAPacketizerEmitter.cpp | 718 std::string FuncName = FuncList[k]->getName(); in collectAllComboFuncs() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceSwitchLowering.h | 90 JumpTableData(GlobalString Name, GlobalString FuncName, SizeT Id, in JumpTableData() 111 GlobalString FuncName; variable
|
D | IceInstrumentation.cpp | 52 std::string FuncName = Func->getFunctionName().toStringOrEmpty(); in instrumentFunc() local
|
D | IceASanInstrumentation.cpp | 77 std::string FuncName = Func->getFunctionName().toStringOrEmpty(); in isInstrumentable() local
|
D | IceGlobalContext.h | 602 TimerMarker(GlobalContext *Ctx, const std::string &FuncName) in TimerMarker()
|
D | IceELFObjectWriter.cpp | 220 void ELFObjectWriter::writeFunctionCode(GlobalString FuncName, bool IsInternal, in writeFunctionCode()
|
/external/clang/lib/Frontend/ |
D | CodeGenOptions.cpp | 25 StringRef FuncName(Name); in isNoBuiltinFunc() local
|
/external/llvm/tools/llvm-cov/ |
D | CoverageFilters.cpp | 21 StringRef FuncName = Function.Name; in matches() local
|
/external/clang/lib/CodeGen/ |
D | CodeGenPGO.h | 34 std::string FuncName; variable
|
D | BackendUtil.cpp | 288 for (auto &FuncName : CodeGenOpts.getNoBuiltinFuncs()) in createTLII() local
|
/external/clang/lib/Basic/ |
D | LangOptions.cpp | 40 StringRef FuncName(Name); in isNoBuiltinFunc() local
|
D | Builtins.cpp | 52 StringRef FuncName(Name); in isBuiltinFunc() local
|
/external/llvm/lib/ProfileData/ |
D | InstrProfReader.cpp | 528 StringRef FuncName, ArrayRef<InstrProfRecord> &Data) { in getRecords() 678 IndexedInstrProfReader::getInstrProfRecord(StringRef FuncName, in getInstrProfRecord() 694 Error IndexedInstrProfReader::getFunctionCounts(StringRef FuncName, in getFunctionCounts()
|
D | InstrProf.cpp | 174 std::string getPGOFuncNameVarName(StringRef FuncName, in getPGOFuncNameVarName()
|
/external/llvm/lib/MC/ |
D | MCContext.cpp | 139 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/ |
D | SPIRVReader.cpp | 573 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
|
D | SPIRVUtil.cpp | 723 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/ |
D | LoopExtractor.cpp | 275 std::string &FuncName = BlocksToNotExtractByName.back().first; in runOnModule() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | LoopExtractor.cpp | 265 std::string &FuncName = BlocksToNotExtractByName.back().first; in runOnModule() local
|
/external/llvm/unittests/Linker/ |
D | LinkModulesTest.cpp | 133 static Module *getExternal(LLVMContext &Ctx, StringRef FuncName) { in getExternal()
|
/external/llvm/unittests/MI/ |
D | LiveIntervalTest.cpp | 54 const TargetMachine &TM, StringRef MIRCode, const char *FuncName) { in parseMIR()
|
/external/llvm/lib/ProfileData/Coverage/ |
D | CoverageMappingReader.cpp | 399 StringRef FuncName; in insertFunctionRecordIfNeeded() local
|
/external/llvm/lib/Target/Sparc/ |
D | LeonPasses.cpp | 729 StringRef FuncName = MO.getGlobal()->getName(); in runOnMachineFunction() local
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 459 void addFuncName(StringRef FuncName) { in addFuncName()
|