| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerTracePC.cpp | 32 TracePC TPC; variable 465 fuzzer::TPC.HandleInline8bitCountersInit(Start, Stop); in __sanitizer_cov_8bit_counters_init() 471 fuzzer::TPC.HandlePCsInit(pcs_beg, pcs_end); in __sanitizer_cov_pcs_init() 478 fuzzer::TPC.HandleCallerCallee(PC, Callee); in __sanitizer_cov_trace_pc_indir() 486 fuzzer::TPC.HandleCmp(PC, Arg1, Arg2); in __sanitizer_cov_trace_cmp8() 497 fuzzer::TPC.HandleCmp(PC, Arg1, Arg2); in __sanitizer_cov_trace_const_cmp8() 505 fuzzer::TPC.HandleCmp(PC, Arg1, Arg2); in __sanitizer_cov_trace_cmp4() 513 fuzzer::TPC.HandleCmp(PC, Arg1, Arg2); in __sanitizer_cov_trace_const_cmp4() 521 fuzzer::TPC.HandleCmp(PC, Arg1, Arg2); in __sanitizer_cov_trace_cmp2() 529 fuzzer::TPC.HandleCmp(PC, Arg1, Arg2); in __sanitizer_cov_trace_const_cmp2() [all …]
|
| H A D | FuzzerLoop.cpp | 145 TPC.ResetMaps(); in Fuzzer() 149 TPC.SetUseCounters(Options.UseCounters); in Fuzzer() 150 TPC.SetUseValueProfileMask(Options.UseValueProfile); in Fuzzer() 153 TPC.PrintModuleInfo(); in Fuzzer() 331 if (size_t N = TPC.GetTotalPCCoverage()) in PrintStats() 360 TPC.PrintCoverage(/*PrintAllCounters=*/true); in PrintFinalStats() 362 TPC.PrintCoverage(/*PrintAllCounters=*/false); in PrintFinalStats() 404 TPC.ForEachObservedPC(HandlePC); in CheckExitOnSrcPosOrItem() 522 TPC.CollectFeatures([&](uint32_t Feature) { in RunOne() 537 TPC.UpdateObservedPCs(); in RunOne() [all …]
|
| H A D | FuzzerMerge.cpp | 238 TPC.ResetMaps(); in CrashResistantMergeInternalStep() 245 TPC.CollectFeatures([&](size_t Feature) { Features.insert(Feature); }); in CrashResistantMergeInternalStep() 247 TPC.CollectFeatures([&](size_t Feature) { in CrashResistantMergeInternalStep() 251 TPC.UpdateObservedPCs(); in CrashResistantMergeInternalStep() 263 TPC.ForEachObservedPC([&](const TracePC::PCTableEntry *TE) { in CrashResistantMergeInternalStep() 265 OF << " " << TPC.PCTableEntryIdx(TE); in CrashResistantMergeInternalStep()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVPostLegalizerCombiner.cpp | 53 MachineFunction &MF, CombinerInfo &CInfo, const TargetPassConfig *TPC, 74 MachineFunction &MF, CombinerInfo &CInfo, const TargetPassConfig *TPC, in RISCVPostLegalizerCombinerImpl() argument 79 : Combiner(MF, CInfo, TPC, &VT, CSEInfo), in RISCVPostLegalizerCombinerImpl() 129 auto *TPC = &getAnalysis<TargetPassConfig>(); in runOnMachineFunction() local 143 auto *CSEInfo = &Wrapper.get(TPC->getCSEConfig()); in runOnMachineFunction() 148 RISCVPostLegalizerCombinerImpl Impl(MF, CInfo, TPC, *VT, CSEInfo, RuleConfig, in runOnMachineFunction()
|
| H A D | RISCVPreLegalizerCombiner.cpp | 49 MachineFunction &MF, CombinerInfo &CInfo, const TargetPassConfig *TPC, 70 MachineFunction &MF, CombinerInfo &CInfo, const TargetPassConfig *TPC, in RISCVPreLegalizerCombinerImpl() argument 75 : Combiner(MF, CInfo, TPC, &VT, CSEInfo), in RISCVPreLegalizerCombinerImpl() 126 auto &TPC = getAnalysis<TargetPassConfig>(); in runOnMachineFunction() local 131 auto *CSEInfo = &Wrapper.get(TPC.getCSEConfig()); in runOnMachineFunction() 152 RISCVPreLegalizerCombinerImpl Impl(MF, CInfo, &TPC, *VT, CSEInfo, RuleConfig, in runOnMachineFunction()
|
| H A D | RISCVO0PreLegalizerCombiner.cpp | 47 MachineFunction &MF, CombinerInfo &CInfo, const TargetPassConfig *TPC, 67 MachineFunction &MF, CombinerInfo &CInfo, const TargetPassConfig *TPC, in RISCVO0PreLegalizerCombinerImpl() argument 71 : Combiner(MF, CInfo, TPC, &VT, CSEInfo), in RISCVO0PreLegalizerCombinerImpl() 120 auto &TPC = getAnalysis<TargetPassConfig>(); in runOnMachineFunction() local 135 RISCVO0PreLegalizerCombinerImpl Impl(MF, CInfo, &TPC, *VT, in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsPostLegalizerCombiner.cpp | 50 MachineFunction &MF, CombinerInfo &CInfo, const TargetPassConfig *TPC, 71 MachineFunction &MF, CombinerInfo &CInfo, const TargetPassConfig *TPC, in MipsPostLegalizerCombinerImpl() argument 76 : Combiner(MF, CInfo, TPC, &VT, CSEInfo), RuleConfig(RuleConfig), STI(STI), in MipsPostLegalizerCombinerImpl() 127 auto *TPC = &getAnalysis<TargetPassConfig>(); in runOnMachineFunction() local 143 MipsPostLegalizerCombinerImpl Impl(MF, CInfo, TPC, *VT, /*CSEInfo*/ nullptr, in runOnMachineFunction()
|
| H A D | MipsPreLegalizerCombiner.cpp | 43 const TargetPassConfig *TPC, in MipsPreLegalizerCombinerImpl() argument 48 : Combiner(MF, CInfo, TPC, &VT, CSEInfo), STI(STI), in MipsPreLegalizerCombinerImpl() 118 auto *TPC = &getAnalysis<TargetPassConfig>(); in runOnMachineFunction() local 126 MipsPreLegalizerCombinerImpl Impl(MF, PCInfo, TPC, *VT, /*CSEInfo*/ nullptr, in runOnMachineFunction()
|
| H A D | MipsModuleISelDAGToDAG.cpp | 49 auto &TPC = getAnalysis<TargetPassConfig>(); in runOnMachineFunction() local 50 auto &TM = TPC.getTM<MipsTargetMachine>(); in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64O0PreLegalizerCombiner.cpp | 50 MachineFunction &MF, CombinerInfo &CInfo, const TargetPassConfig *TPC, 72 MachineFunction &MF, CombinerInfo &CInfo, const TargetPassConfig *TPC, in AArch64O0PreLegalizerCombinerImpl() argument 76 : Combiner(MF, CInfo, TPC, &VT, CSEInfo), in AArch64O0PreLegalizerCombinerImpl() 152 auto &TPC = getAnalysis<TargetPassConfig>(); in runOnMachineFunction() local 167 AArch64O0PreLegalizerCombinerImpl Impl(MF, CInfo, &TPC, *VT, in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InstructionSelect.cpp | 140 ISel->TPC = &getAnalysis<TargetPassConfig>(); in runOnMachineFunction() 162 const TargetPassConfig &TPC = *ISel->TPC; in selectMachineFunction() local 180 reportGISelFailure(MF, TPC, MORE, "gisel-select", in selectMachineFunction() 218 reportGISelFailure(MF, TPC, MORE, "gisel-select", "cannot select", in selectMachineFunction() 282 reportGISelFailure(MF, TPC, MORE, "gisel-select", in selectMachineFunction() 291 MF, TPC, MORE, "gisel-select", in selectMachineFunction() 302 reportGISelFailure(MF, TPC, MORE, R); in selectMachineFunction()
|
| H A D | Legalizer.cpp | 315 const TargetPassConfig &TPC = getAnalysis<TargetPassConfig>(); in runOnMachineFunction() local 324 : TPC.isGISelCSEEnabled(); in runOnMachineFunction() 327 CSEInfo = &Wrapper.get(TPC.getCSEConfig()); in runOnMachineFunction() 351 reportGISelFailure(MF, TPC, MORE, "gisel-legalize", in runOnMachineFunction() 363 reportGISelWarning(MF, TPC, MORE, R); in runOnMachineFunction()
|
| H A D | Combiner.cpp | 225 const TargetPassConfig *TPC, GISelValueTracking *VT, in Combiner() argument 233 VT(VT), TPC(TPC), CSEInfo(CSEInfo) { in Combiner() 234 (void)this->TPC; // FIXME: Remove when used. in Combiner()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVPreLegalizerCombiner.cpp | 121 MachineFunction &MF, CombinerInfo &CInfo, const TargetPassConfig *TPC, 144 MachineFunction &MF, CombinerInfo &CInfo, const TargetPassConfig *TPC, in SPIRVPreLegalizerCombinerImpl() argument 149 : Combiner(MF, CInfo, TPC, &VT, CSEInfo), in SPIRVPreLegalizerCombinerImpl() 203 auto &TPC = getAnalysis<TargetPassConfig>(); in runOnMachineFunction() local 224 SPIRVPreLegalizerCombinerImpl Impl(MF, CInfo, &TPC, *VT, /*CSEInfo*/ nullptr, in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPreLegalizerCombiner.cpp | 52 MachineFunction &MF, CombinerInfo &CInfo, const TargetPassConfig *TPC, 91 MachineFunction &MF, CombinerInfo &CInfo, const TargetPassConfig *TPC, in AMDGPUPreLegalizerCombinerImpl() argument 95 : Combiner(MF, CInfo, TPC, &VT, CSEInfo), RuleConfig(RuleConfig), STI(STI), in AMDGPUPreLegalizerCombinerImpl() 258 auto *TPC = &getAnalysis<TargetPassConfig>(); in runOnMachineFunction() local 268 auto *CSEInfo = &Wrapper.get(TPC->getCSEConfig()); in runOnMachineFunction() 282 AMDGPUPreLegalizerCombinerImpl Impl(MF, CInfo, TPC, *VT, CSEInfo, RuleConfig, in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/tools/llc/ |
| H A D | llc.cpp | 413 StringRef PassName, TargetPassConfig &TPC) { in addPass() argument 434 TPC.addMachinePrePasses(); in addPass() 436 TPC.addMachinePostPasses(Banner); in addPass() 708 TargetPassConfig &TPC = *PTPC; in compileModule() local 709 if (TPC.hasLimitedCodeGenPipeline()) { in compileModule() 712 << TPC.getLimitedCodeGenPipelineReason() << ".\n"; in compileModule() 718 TPC.setDisableVerify(NoVerify); in compileModule() 719 PM.add(&TPC); in compileModule() 721 TPC.printAndVerify(""); in compileModule() 723 if (addPass(PM, argv0, RunPassName, TPC)) in compileModule() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | CommentParser.cpp | 412 void Parser::parseTParamCommandArgs(TParamCommandComment *TPC, in parseTParamCommandArgs() argument 416 S.actOnTParamCommandParamNameArg(TPC, in parseTParamCommandArgs() 476 TParamCommandComment *TPC = nullptr; in parseBlockCommand() local 487 TPC = S.actOnTParamCommandStart(Tok.getLocation(), in parseBlockCommand() 506 } else if (TPC) { in parseBlockCommand() 507 S.actOnTParamCommandFinish(TPC, Paragraph); in parseBlockCommand() 508 return TPC; in parseBlockCommand() 515 if (PC || TPC || Info->NumArgs > 0) { in parseBlockCommand() 522 else if (TPC) in parseBlockCommand() 523 parseTParamCommandArgs(TPC, Retokenizer); in parseBlockCommand() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCLowerMASSVEntries.cpp | 158 auto *TPC = getAnalysisIfAvailable<TargetPassConfig>(); in runOnModule() local 159 if (!TPC) in runOnModule() 162 auto &TM = TPC->getTM<PPCTargetMachine>(); in runOnModule()
|
| H A D | PPCGenScalarMASSEntries.cpp | 110 auto *TPC = getAnalysisIfAvailable<TargetPassConfig>(); in runOnModule() local 111 if (!TPC || skipModule(M)) in runOnModule()
|
| H A D | PPCBoolRetToInt.cpp | 185 auto *TPC = getAnalysisIfAvailable<TargetPassConfig>(); in runOnFunction() local 186 if (!TPC) in runOnFunction() 189 auto &TM = TPC->getTM<PPCTargetMachine>(); in runOnFunction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | Combiner.h | 61 const TargetPassConfig *TPC, GISelValueTracking *VT, 77 const TargetPassConfig *TPC; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVZacasABIFix.cpp | 71 auto &TPC = getAnalysis<TargetPassConfig>(); in runOnFunction() local 72 auto &TM = TPC.getTM<RISCVTargetMachine>(); in runOnFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LowerEmuTLS.cpp | 90 auto *TPC = getAnalysisIfAvailable<TargetPassConfig>(); in runOnModule() local 91 if (!TPC) in runOnModule() 94 auto &TM = TPC->getTM<TargetMachine>(); in runOnModule()
|
| H A D | IndirectBrExpandPass.cpp | 280 auto *TPC = getAnalysisIfAvailable<TargetPassConfig>(); in runOnFunction() local 281 if (!TPC) in runOnFunction() 284 auto &TM = TPC->getTM<TargetMachine>(); in runOnFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | LiveDebugValues.cpp | 132 auto *TPC = &getAnalysis<TargetPassConfig>(); in runOnMachineFunction() local 134 MF, TPC->getTM<TargetMachine>().Options.ShouldEmitDebugEntryValues()); in runOnMachineFunction()
|