Home
last modified time | relevance | path

Searched refs:FuncName (Results 1 – 25 of 90) sorted by relevance

1234

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DDeferredDominanceTest.cpp30 StringRef FuncName = "f"; in TEST() local
50 Function *F = M->getFunction(FuncName); in TEST()
51 ASSERT_NE(F, nullptr) << "Couldn't get function " << FuncName << "."; in TEST()
108 StringRef FuncName = "f"; in TEST() local
125 Function *F = M->getFunction(FuncName); in TEST()
126 ASSERT_NE(F, nullptr) << "Couldn't get function " << FuncName << "."; in TEST()
173 StringRef FuncName = "f"; in TEST() local
184 Function *F = M->getFunction(FuncName); in TEST()
185 ASSERT_NE(F, nullptr) << "Couldn't get function " << FuncName << "."; in TEST()
240 StringRef FuncName = "f"; in TEST() local
[all …]
DDomTreeUpdaterTest.cpp33 StringRef FuncName = "f"; in TEST() local
52 Function *F = M->getFunction(FuncName); in TEST()
150 StringRef FuncName = "f"; in TEST() local
162 Function *F = M->getFunction(FuncName); in TEST()
215 StringRef FuncName = "f"; in TEST() local
236 Function *F = M->getFunction(FuncName); in TEST()
305 StringRef FuncName = "f"; in TEST() local
325 Function *F = M->getFunction(FuncName); in TEST()
431 StringRef FuncName = "f"; in TEST() local
452 Function *F = M->getFunction(FuncName); in TEST()
[all …]
/external/swiftshader/third_party/subzero/src/
DIceSwitchLowering.h90 JumpTableData(GlobalString Name, GlobalString FuncName, SizeT Id, in JumpTableData() argument
92 : Name(Name), FuncName(FuncName), Id(Id), TargetOffsets(TargetOffsets) {} in JumpTableData()
98 GlobalString getFunctionName() const { return FuncName; } in getFunctionName()
107 std::string getSectionName() const { return createSectionName(FuncName); } in getSectionName()
111 GlobalString FuncName; variable
DIceInstrumentation.cpp52 std::string FuncName = Func->getFunctionName().toStringOrEmpty(); in instrumentFunc() local
53 if (FuncName == "_start") in instrumentFunc()
/external/llvm/utils/TableGen/
DAttributes.cpp118 std::string FuncName = Rule->getValueAsString("CompatFunc"); in emitFnAttrCompatCheck() local
119 OS << " Ret &= " << FuncName << "(Caller, Callee);\n"; in emitFnAttrCompatCheck()
132 std::string FuncName = Rule->getValueAsString("MergeFunc"); in emitFnAttrCompatCheck() local
133 OS << " " << FuncName << "(Caller, Callee);\n"; in emitFnAttrCompatCheck()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DAttributes.cpp116 StringRef FuncName = Rule->getValueAsString("CompatFunc"); in emitFnAttrCompatCheck() local
117 OS << " Ret &= " << FuncName << "(Caller, Callee);\n"; in emitFnAttrCompatCheck()
130 StringRef FuncName = Rule->getValueAsString("MergeFunc"); in emitFnAttrCompatCheck() local
131 OS << " " << FuncName << "(Caller, Callee);\n"; in emitFnAttrCompatCheck()
DSubtargetFeatureInfo.cpp102 StringRef TargetName, StringRef ClassName, StringRef FuncName, in emitComputeAvailableFeatures() argument
106 << FuncName << "(const " << TargetName << "Subtarget *Subtarget"; in emitComputeAvailableFeatures()
122 StringRef TargetName, StringRef ClassName, StringRef FuncName, in emitComputeAssemblerAvailableFeatures() argument
125 << FuncName << "(const FeatureBitset& FB) const {\n"; in emitComputeAssemblerAvailableFeatures()
DSubtargetFeatureInfo.h91 StringRef FuncName,
109 StringRef TargetName, StringRef ClassName, StringRef FuncName,
/external/clang/lib/Frontend/
DCodeGenOptions.cpp25 StringRef FuncName(Name); in isNoBuiltinFunc() local
27 if (FuncName.equals(NoBuiltinFuncs[i])) in isNoBuiltinFunc()
/external/clang/lib/Basic/
DLangOptions.cpp40 StringRef FuncName(Name); in isNoBuiltinFunc() local
42 if (FuncName.equals(NoBuiltinFuncs[i])) in isNoBuiltinFunc()
DBuiltins.cpp52 StringRef FuncName(Name); in isBuiltinFunc() local
54 if (FuncName.equals(BuiltinInfo[i].Name)) in isBuiltinFunc()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DLoopInfoTest.cpp20 runWithLoopInfo(Module &M, StringRef FuncName, in runWithLoopInfo() argument
22 auto *F = M.getFunction(FuncName); in runWithLoopInfo()
23 ASSERT_NE(F, nullptr) << "Could not find " << FuncName; in runWithLoopInfo()
/external/llvm/tools/llvm-cov/
DCoverageFilters.cpp21 StringRef FuncName = Function.Name; in matches() local
22 return FuncName.find(Name) != StringRef::npos; in matches()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPULibFunc.cpp686 bool AMDGPULibFunc::parse(StringRef FuncName, AMDGPULibFunc &F) { in parse() argument
687 if (FuncName.empty()) { in parse()
692 if (eatTerm(FuncName, "_Z")) in parse()
696 if (F.Impl->parseFuncName(FuncName)) in parse()
951 std::string FuncName = fInfo.mangle(); in getFunction() local
953 M->getValueSymbolTable().lookup(FuncName)); in getFunction()
966 std::string const FuncName = fInfo.mangle(); in getOrInsertFunction() local
968 M->getValueSymbolTable().lookup(FuncName)); in getOrInsertFunction()
994 C = M->getOrInsertFunction(FuncName, FuncTy); in getOrInsertFunction()
1000 C = M->getOrInsertFunction(FuncName, FuncTy, Attr); in getOrInsertFunction()
/external/gemmlowp/fixedpoint/
Dfixedpoint.h545 #define MAKE_FIXEDPOINT_UNARY_FUNC(FuncName, ImplFuncName) \
547 FixedPoint<tRawType, tIntegerBits> FuncName( \
552 #define MAKE_FIXEDPOINT_BINARY_FUNC(FuncName, ImplFuncName) \
554 FixedPoint<tRawType, tIntegerBits> FuncName( \
573 #define MAKE_FIXEDPOINT_UNARY_FUNC_RETURNING_RAW(FuncName) \
575 tRawType FuncName(FixedPoint<tRawType, tIntegerBits> a) { \
576 return FuncName(a.raw()); \
579 #define MAKE_FIXEDPOINT_BINARY_FUNC_RETURNING_RAW(FuncName) \
581 tRawType FuncName(FixedPoint<tRawType, tIntegerBits> a, \
583 return FuncName(a.raw(), b.raw()); \
/external/llvm/lib/MC/
DMCContext.cpp139 MCSymbol *MCContext::getOrCreateFrameAllocSymbol(StringRef FuncName, in getOrCreateFrameAllocSymbol() argument
141 return getOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) + FuncName + in getOrCreateFrameAllocSymbol()
145 MCSymbol *MCContext::getOrCreateParentFrameOffsetSymbol(StringRef FuncName) { in getOrCreateParentFrameOffsetSymbol() argument
146 return getOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) + FuncName + in getOrCreateParentFrameOffsetSymbol()
150 MCSymbol *MCContext::getOrCreateLSDASymbol(StringRef FuncName) { in getOrCreateLSDASymbol() argument
152 FuncName); in getOrCreateLSDASymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DCoverageFilters.cpp23 StringRef FuncName = Function.Name; in matches() local
24 return FuncName.find(Name) != StringRef::npos; in matches()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCContext.cpp136 MCSymbol *MCContext::getOrCreateFrameAllocSymbol(StringRef FuncName, in getOrCreateFrameAllocSymbol() argument
138 return getOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) + FuncName + in getOrCreateFrameAllocSymbol()
142 MCSymbol *MCContext::getOrCreateParentFrameOffsetSymbol(StringRef FuncName) { in getOrCreateParentFrameOffsetSymbol() argument
143 return getOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) + FuncName + in getOrCreateParentFrameOffsetSymbol()
147 MCSymbol *MCContext::getOrCreateLSDASymbol(StringRef FuncName) { in getOrCreateLSDASymbol() argument
149 FuncName); in getOrCreateLSDASymbol()
/external/clang/lib/CodeGen/
DCodeGenPGO.h34 std::string FuncName; variable
92 void emitEmptyCounterMapping(const Decl *D, StringRef FuncName,
/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp315 Instruction *transBuiltinFromInst(const std::string& FuncName,
380 const std::string &FuncName);
573 std::string FuncName = SPIRSPIRVBuiltinVariableMap::rmap(Kind); in transOCLBuiltinFromVariable() local
582 MangleOpenCLBuiltin(FuncName, ArgTy, MangledName); in transOCLBuiltinFromVariable()
1127 const std::string &FuncName) { in postProcessOCLReadImage() argument
1202 const std::string &FuncName) { in postProcessOCLBuildNDRange() argument
1235 const std::string &FuncName) { in expandOCLBuiltinWithScalarArg() argument
1254 return FuncName; in expandOCLBuiltinWithScalarArg()
1571 std::string FuncName = "llvm.memcpy"; in transValueWithoutDecoration() local
1585 FuncName += TempName.str(); in transValueWithoutDecoration()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DLeonPasses.cpp91 StringRef FuncName = MO.getGlobal()->getName(); in runOnMachineFunction() local
92 if (FuncName.compare_lower("fesetround") == 0) { in runOnMachineFunction()
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h311 virtual Error getRecords(StringRef FuncName,
340 Error getRecords(StringRef FuncName,
394 Expected<InstrProfRecord> getInstrProfRecord(StringRef FuncName,
398 Error getFunctionCounts(StringRef FuncName, uint64_t FuncHash,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DInstrProfReader.h338 virtual Error getRecords(StringRef FuncName,
366 Error getRecords(StringRef FuncName,
425 Expected<InstrProfRecord> getInstrProfRecord(StringRef FuncName,
429 Error getFunctionCounts(StringRef FuncName, uint64_t FuncHash,
/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp243 std::string FuncName; member in __anon870b0e360211::FuncPGOInstrumentation
260 MST.dumpEdges(dbgs(), Twine("Dump Function ") + FuncName + " Hash: " + in dumpInfo()
268 FuncName = getPGOFuncName(F); in FuncPGOInstrumentation()
282 FuncNameVar = createPGOFuncNameVar(F, FuncName); in FuncPGOInstrumentation()
514 const std::string getFuncName() const { return FuncInfo.FuncName; } in getFuncName()
590 PGOReader->getInstrProfRecord(FuncInfo.FuncName, FuncInfo.FunctionHash); in readCounters()
760 createPGOFuncNameMetadata(F, FuncInfo.FuncName); in annotateIndirectCallSites()
/external/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h521 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { in getFuncName()
524 FuncName = ProfileNames.getFuncName(NameRef, NameS); in getFuncName()
525 if (NameS && FuncName.empty()) in getFuncName()
549 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { in getFuncName()
551 FuncName = ProfileNames.getFuncName(NameRef); in getFuncName()

1234