/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | DeferredDominanceTest.cpp | 30 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 …]
|
D | DomTreeUpdaterTest.cpp | 33 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/ |
D | IceSwitchLowering.h | 90 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
|
D | IceInstrumentation.cpp | 52 std::string FuncName = Func->getFunctionName().toStringOrEmpty(); in instrumentFunc() local 53 if (FuncName == "_start") in instrumentFunc()
|
/external/llvm/utils/TableGen/ |
D | Attributes.cpp | 118 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/ |
D | Attributes.cpp | 116 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()
|
D | SubtargetFeatureInfo.cpp | 102 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()
|
D | SubtargetFeatureInfo.h | 91 StringRef FuncName, 109 StringRef TargetName, StringRef ClassName, StringRef FuncName,
|
/external/clang/lib/Frontend/ |
D | CodeGenOptions.cpp | 25 StringRef FuncName(Name); in isNoBuiltinFunc() local 27 if (FuncName.equals(NoBuiltinFuncs[i])) in isNoBuiltinFunc()
|
/external/clang/lib/Basic/ |
D | LangOptions.cpp | 40 StringRef FuncName(Name); in isNoBuiltinFunc() local 42 if (FuncName.equals(NoBuiltinFuncs[i])) in isNoBuiltinFunc()
|
D | Builtins.cpp | 52 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/ |
D | LoopInfoTest.cpp | 20 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/ |
D | CoverageFilters.cpp | 21 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/ |
D | AMDGPULibFunc.cpp | 686 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/ |
D | fixedpoint.h | 545 #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/ |
D | MCContext.cpp | 139 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/ |
D | CoverageFilters.cpp | 23 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/ |
D | MCContext.cpp | 136 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/ |
D | CodeGenPGO.h | 34 std::string FuncName; variable 92 void emitEmptyCounterMapping(const Decl *D, StringRef FuncName,
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVReader.cpp | 315 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/ |
D | LeonPasses.cpp | 91 StringRef FuncName = MO.getGlobal()->getName(); in runOnMachineFunction() local 92 if (FuncName.compare_lower("fesetround") == 0) { in runOnMachineFunction()
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfReader.h | 311 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/ |
D | InstrProfReader.h | 338 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/ |
D | PGOInstrumentation.cpp | 243 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/ |
D | CoverageMapping.h | 521 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()
|