Home
last modified time | relevance | path

Searched defs:FuncName (Results 1 – 25 of 56) 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
821 static void callSpecialFunction(G &&Gen, StringRef FuncName, QualType QT, in callSpecialFunction()
833 getSpecialFunction(G &&Gen, StringRef FuncName, QualType QT, bool IsVolatile, in getSpecialFunction()
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
[all …]
H A DCodeGenPGO.h32 std::string FuncName; variable
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAttributes.cpp92 StringRef FuncName = Rule->getValueAsString("CompatFunc"); in emitFnAttrCompatCheck() local
110 StringRef FuncName = Rule->getValueAsString("MergeFunc"); in emitFnAttrCompatCheck() local
H A DDFAPacketizerEmitter.cpp160 std::string FuncName = std::string(K->getName()); in collectAllComboFuncs() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DSubtargetFeatureInfo.cpp103 StringRef TargetName, StringRef ClassName, StringRef FuncName, in emitComputeAvailableFeatures()
169 StringRef TargetName, StringRef ClassName, StringRef FuncName, in emitComputeAssemblerAvailableFeatures()
H A DVarLenCodeEmitterGen.cpp118 StringRef FuncName = cast<StringInit>(DI->getArg(0))->getValue(); in getCustomCoders() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.cpp50 SMEAttrs::SMEAttrs(StringRef FuncName) : Bitmask(0) { in SMEAttrs()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp74 std::string FuncName = IntrinsicFunc->getName().str(); in lowerLLVMIntrinsicName() local
104 std::string FuncName = lowerLLVMIntrinsicName(Intrinsic); in lowerIntrinsicToFunction() local
292 const std::string FuncName = lowerLLVMIntrinsicName(FSHIntrinsic); in lowerFunnelShifts() local
417 const std::string FuncName = lowerLLVMIntrinsicName(UMulIntrinsic); in lowerUMulWithOverflow() local
H A DSPIRVCallLowering.cpp504 std::string FuncName = Info.Callee.getGlobal()->getName().str(); in lowerCall() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicBlockSectionsProfileReader.h82 getAliasName(StringRef FuncName) getAliasName() argument
[all...]
/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/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h71 StringRef FuncName; global() variable
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp304 for (auto &FuncName : FuncNames) in readTemporalProfTraceData() local
972 StringRef FuncName, ArrayRef<NamedInstrProfRecord> &Data) { in getRecords()
1026 Error getRecords(StringRef FuncName, in getRecords()
1086 Error getRecords(StringRef FuncName, in getRecords()
1483 StringRef FuncName, uint64_t FuncHash, StringRef DeprecatedFuncName, in getInstrProfRecord()
1641 Error IndexedInstrProfReader::getFunctionCounts(StringRef FuncName, in getFunctionCounts()
1652 Error IndexedInstrProfReader::getFunctionBitmap(StringRef FuncName, in getFunctionBitmap()
/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.cpp86 StringRef FuncName = MO.getGlobal()->getName(); 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.cpp290 StringRef FuncName = getProbeFNameForGUID(GUID2FuncMAP, Cur->Parent->Guid); in getInlineContext() local
320 StringRef FuncName = getProbeFNameForGUID(GUID2FuncMAP, Guid); in print() local
H A DMCContext.cpp236 MCSymbol *MCContext::getOrCreateFrameAllocSymbol(const Twine &FuncName, in getOrCreateFrameAllocSymbol()
242 MCSymbol *MCContext::getOrCreateParentFrameOffsetSymbol(const Twine &FuncName) { in getOrCreateParentFrameOffsetSymbol()
247 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/llvm/include/llvm/MC/
H A DMCPseudoProbe.h89 std::string FuncName; member
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp683 for (auto &FuncName : DisableBuiltins) in optMain() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp1243 Token FuncName = getCurToken(); in ParseOpenACCIDExpression() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h588 Error addFuncName(StringRef FuncName) { return addSymbolName(FuncName); } in addFuncName()
759 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