Searched refs:FnID (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | Statistics.cpp | 583 std::string FnID = constructDieID(Die); in collectStatsRecursive() local 585 auto &FnStats = FnStatMap[FnID]; in collectStatsRecursive() 598 FnPrefix = FnID; in collectStatsRecursive()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | GIMatchTableExecutorImpl.h | 1356 uint16_t FnID = readU16(); in executeMatchTable() local 1359 << FnID << ")\n"); in executeMatchTable() 1360 assert(FnID > GICXXCustomAction_Invalid && "Expected a valid FnID"); in executeMatchTable() 1361 if (runCustomAction(FnID, State, OutMIs)) { in executeMatchTable()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 489 void addAttributes(omp::RuntimeFunction FnID, Function &Fn); 1936 omp::RuntimeFunction FnID); 1938 Function *getOrCreateRuntimeFunctionPtr(omp::RuntimeFunction FnID);
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 523 void OpenMPIRBuilder::addAttributes(omp::RuntimeFunction FnID, Function &Fn) { in addAttributes() argument 557 switch (FnID) { in addAttributes() 574 OpenMPIRBuilder::getOrCreateRuntimeFunction(Module &M, RuntimeFunction FnID) { in getOrCreateRuntimeFunction() argument 579 switch (FnID) { in getOrCreateRuntimeFunction() 591 switch (FnID) { in getOrCreateRuntimeFunction() 600 if (FnID == OMPRTL___kmpc_fork_call || FnID == OMPRTL___kmpc_fork_teams) { in getOrCreateRuntimeFunction() 618 addAttributes(FnID, *Fn); in getOrCreateRuntimeFunction() 630 Function *OpenMPIRBuilder::getOrCreateRuntimeFunctionPtr(RuntimeFunction FnID) { in getOrCreateRuntimeFunctionPtr() argument 631 FunctionCallee RTLFn = getOrCreateRuntimeFunction(M, FnID); in getOrCreateRuntimeFunctionPtr()
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 6299 Intrinsic::ID FnID = Function::lookupIntrinsicID(Name); in isOldDbgFormatIntrinsic() local 6300 return FnID == Intrinsic::dbg_declare || FnID == Intrinsic::dbg_value || in isOldDbgFormatIntrinsic() 6301 FnID == Intrinsic::dbg_assign; in isOldDbgFormatIntrinsic()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 6676 llvm::Constant *FnID = nullptr; in emitCommonOMPTargetDirective() local 6726 CGM.getOpenMPRuntime().emitTargetOutlinedFunction(S, ParentName, Fn, FnID, in emitCommonOMPTargetDirective() 6742 CGM.getOpenMPRuntime().emitTargetCall(CGF, S, Fn, FnID, IfCond, Device, in emitCommonOMPTargetDirective()
|
H A D | CGOpenMPRuntime.cpp | 11366 llvm::omp::RuntimeFunction FnID = in getAddressOfLocalVariable() local 11369 OMPBuilder.getOrCreateRuntimeFunction(CGM.getModule(), FnID), Args, in getAddressOfLocalVariable()
|