Home
last modified time | relevance | path

Searched refs:FnID (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp584 std::string FnID = constructDieID(Die); in collectStatsRecursive() local
586 auto &FnStats = FnStatMap[FnID]; in collectStatsRecursive()
599 FnPrefix = FnID; in collectStatsRecursive()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h1410 uint16_t FnID = readU16(); in executeMatchTable() local
1413 << FnID << ")\n"); in executeMatchTable()
1414 assert(FnID > GICXXCustomAction_Invalid && "Expected a valid FnID"); in executeMatchTable()
1415 if (runCustomAction(FnID, State, OutMIs)) { in executeMatchTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h532 LLVM_ABI void addAttributes(omp::RuntimeFunction FnID, Function &Fn);
2030 omp::RuntimeFunction FnID);
2032 LLVM_ABI Function *getOrCreateRuntimeFunctionPtr(omp::RuntimeFunction FnID);
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp541 void OpenMPIRBuilder::addAttributes(omp::RuntimeFunction FnID, Function &Fn) { in addAttributes() argument
575 switch (FnID) { in addAttributes()
592 OpenMPIRBuilder::getOrCreateRuntimeFunction(Module &M, RuntimeFunction FnID) { in getOrCreateRuntimeFunction() argument
597 switch (FnID) { in getOrCreateRuntimeFunction()
609 switch (FnID) { in getOrCreateRuntimeFunction()
618 if (FnID == OMPRTL___kmpc_fork_call || FnID == OMPRTL___kmpc_fork_teams) { in getOrCreateRuntimeFunction()
636 addAttributes(FnID, *Fn); in getOrCreateRuntimeFunction()
648 Function *OpenMPIRBuilder::getOrCreateRuntimeFunctionPtr(RuntimeFunction FnID) { in getOrCreateRuntimeFunctionPtr() argument
649 FunctionCallee RTLFn = getOrCreateRuntimeFunction(M, FnID); in getOrCreateRuntimeFunctionPtr()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6601 Intrinsic::ID FnID = Intrinsic::lookupIntrinsicID(Name); in isOldDbgFormatIntrinsic() local
6602 return FnID == Intrinsic::dbg_declare || FnID == Intrinsic::dbg_value || in isOldDbgFormatIntrinsic()
6603 FnID == Intrinsic::dbg_assign; in isOldDbgFormatIntrinsic()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6895 llvm::Constant *FnID = nullptr; in emitCommonOMPTargetDirective() local
6945 CGM.getOpenMPRuntime().emitTargetOutlinedFunction(S, ParentName, Fn, FnID, in emitCommonOMPTargetDirective()
6961 CGM.getOpenMPRuntime().emitTargetCall(CGF, S, Fn, FnID, IfCond, Device, in emitCommonOMPTargetDirective()
H A DCGOpenMPRuntime.cpp11433 llvm::omp::RuntimeFunction FnID = in getAddressOfLocalVariable() local
11436 OMPBuilder.getOrCreateRuntimeFunction(CGM.getModule(), FnID), Args, in getAddressOfLocalVariable()