Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp453 std::string FuncName = std::string(F->getName()); in getFunction() local
848 std::string FuncName = GenName.getName(QT, IsVolatile); in callCStructDefaultConstructor() local
873 std::string FuncName = GenName.getName(QT, IsVolatile); in callCStructDestructor() local
884 std::string FuncName = GenName.getName(QT, IsVolatile); in callCStructCopyConstructor() local
898 std::string FuncName = GenName.getName(QT, IsVolatile); in callCStructCopyAssignmentOperator() local
909 std::string FuncName = GenName.getName(QT, IsVolatile); in callCStructMoveConstructor() local
923 std::string FuncName = GenName.getName(QT, IsVolatile); in callCStructMoveAssignmentOperator() local
932 std::string FuncName = GenName.getName(QT, IsVolatile); in getNonTrivialCStructDefaultConstructor() local
943 std::string FuncName = GenName.getName(QT, IsVolatile); in getNonTrivialCStructCopyConstructor() local
955 std::string FuncName = GenName.getName(QT, IsVolatile); in getNonTrivialCStructMoveConstructor() local
[all …]
H A DCodeGenPGO.h31 std::string FuncName; variable
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAttributes.cpp89 StringRef FuncName = Rule->getValueAsString("CompatFunc"); in emitFnAttrCompatCheck() local
107 StringRef FuncName = Rule->getValueAsString("MergeFunc"); in emitFnAttrCompatCheck() local
H A DSubtargetFeatureInfo.cpp103 StringRef TargetName, StringRef ClassName, StringRef FuncName, in emitComputeAvailableFeatures()
169 StringRef TargetName, StringRef ClassName, StringRef FuncName, in emitComputeAssemblerAvailableFeatures()
H A DDFAPacketizerEmitter.cpp160 std::string FuncName = std::string(K->getName()); in collectAllComboFuncs() local
H A DVarLenCodeEmitterGen.cpp118 StringRef FuncName = cast<StringInit>(DI->getArg(0))->getValue(); in getCustomCoders() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkSizeDiff.cpp66 std::string FuncName; member
135 const std::string &FuncName = FD.FuncName; in printFunctionDiff() local
351 for (const auto &FuncName : FuncNameToSizeInfoA.keys()) in computeDiff() local
353 for (const auto &FuncName : FuncNameToSizeInfoB.keys()) in computeDiff() local
355 for (const std::string &FuncName : FuncNames) { in computeDiff() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp71 std::string FuncName = IntrinsicFunc->getName().str(); in lowerLLVMIntrinsicName() local
101 std::string FuncName = lowerLLVMIntrinsicName(Intrinsic); in lowerIntrinsicToFunction() local
163 const std::string FuncName = lowerLLVMIntrinsicName(FSHIntrinsic); in lowerFunnelShifts() local
273 const std::string FuncName = lowerLLVMIntrinsicName(UMulIntrinsic); in lowerUMulWithOverflow() local
H A DSPIRVCallLowering.cpp427 std::string FuncName = Info.Callee.getGlobal()->getName().str(); in lowerCall() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.cpp48 SMEAttrs::SMEAttrs(StringRef FuncName) : Bitmask(0) { in SMEAttrs()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLookupResult.h41 StringRef FuncName; ///< The concrete function name that contains LookupAddr. member
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp307 for (auto &FuncName : FuncNames) in readTemporalProfTraceData() local
937 StringRef FuncName, ArrayRef<NamedInstrProfRecord> &Data) { in getRecords()
991 Error getRecords(StringRef FuncName, in getRecords()
1051 Error getRecords(StringRef FuncName, in getRecords()
1333 StringRef FuncName, uint64_t FuncHash, StringRef DeprecatedFuncName, in getInstrProfRecord()
1427 Error IndexedInstrProfReader::getFunctionCounts(StringRef FuncName, in getFunctionCounts()
1439 StringRef FuncName, uint64_t FuncHash, std::vector<uint8_t> &BitmapBytes) { in getFunctionBitmapBytes()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h70 FunctionId FuncName; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageFilters.cpp23 StringRef FuncName = Function.Name; in matches() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DLeonPasses.cpp91 StringRef FuncName = MO.getGlobal()->getName(); in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp343 std::string FuncName = F.getName().str(); in lowerReturn() local
398 const std::string FuncName = F.getName().str(); in lowerFormalArguments() local
555 const std::string FuncName = F.getName().str(); in lowerCall() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp692 bool AMDGPULibFunc::parse(StringRef FuncName, AMDGPULibFunc &F) { in parse()
1008 std::string FuncName = fInfo.mangle(); in getFunction() local
1025 std::string const FuncName = fInfo.mangle(); in getOrInsertFunction() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp295 StringRef FuncName = getProbeFNameForGUID(GUID2FuncMAP, Cur->Parent->Guid); in getInlineContext() local
325 StringRef FuncName = getProbeFNameForGUID(GUID2FuncMAP, Guid); in print() local
H A DMCContext.cpp213 MCSymbol *MCContext::getOrCreateFrameAllocSymbol(const Twine &FuncName, in getOrCreateFrameAllocSymbol()
219 MCSymbol *MCContext::getOrCreateParentFrameOffsetSymbol(const Twine &FuncName) { in getOrCreateParentFrameOffsetSymbol()
224 MCSymbol *MCContext::getOrCreateLSDASymbol(const Twine &FuncName) { in getOrCreateLSDASymbol()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DBuiltins.cpp63 bool Builtin::Context::isBuiltinFunc(llvm::StringRef FuncName) { in isBuiltinFunc()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp870 Token FuncName = getCurToken(); in ParseOpenACCIDExpression() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h88 std::string FuncName; member
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp683 for (auto &FuncName : DisableBuiltins) in main() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h492 Error addFuncName(StringRef FuncName) { in addFuncName()
626 StringRef FuncName; member
/freebsd/contrib/ntp/sntp/unity/
H A Dunity.c1199 void UnityDefaultTestRun(UnityTestFunction Func, const char* FuncName, const int FuncLineNum) in UnityDefaultTestRun()

123