| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerTracePC.cpp | 32 TracePC TPC; variable 468 fuzzer::TPC.HandlePCsInit(pcs_beg, pcs_end); in __sanitizer_cov_pcs_init() 475 fuzzer::TPC.HandleCallerCallee(PC, Callee); in __sanitizer_cov_trace_pc_indir() 483 fuzzer::TPC.HandleCmp(PC, Arg1, Arg2); in __sanitizer_cov_trace_cmp8() 494 fuzzer::TPC.HandleCmp(PC, Arg1, Arg2); in __sanitizer_cov_trace_const_cmp8() 502 fuzzer::TPC.HandleCmp(PC, Arg1, Arg2); in __sanitizer_cov_trace_cmp4() 510 fuzzer::TPC.HandleCmp(PC, Arg1, Arg2); in __sanitizer_cov_trace_const_cmp4() 518 fuzzer::TPC.HandleCmp(PC, Arg1, Arg2); in __sanitizer_cov_trace_cmp2() 526 fuzzer::TPC.HandleCmp(PC, Arg1, Arg2); in __sanitizer_cov_trace_const_cmp2() 534 fuzzer::TPC.HandleCmp(PC, Arg1, Arg2); in __sanitizer_cov_trace_cmp1() [all …]
|
| H A D | FuzzerLoop.cpp | 145 TPC.ResetMaps(); in Fuzzer() 149 TPC.SetUseCounters(Options.UseCounters); in Fuzzer() 153 TPC.PrintModuleInfo(); in Fuzzer() 329 if (size_t N = TPC.GetTotalPCCoverage()) in PrintStats() 402 TPC.ForEachObservedPC(HandlePC); in CheckExitOnSrcPosOrItem() 520 TPC.CollectFeatures([&](uint32_t Feature) { in RunOne() 535 TPC.UpdateObservedPCs(); in RunOne() 591 TPC.RecordInitialStack(); in ExecuteCallback() 609 TPC.ResetMaps(); in ExecuteCallback() 856 TPC.SetFocusFunction(FocusFunctionOrAuto); in Loop() [all …]
|
| H A D | FuzzerMerge.cpp | 232 TPC.ResetMaps(); in CrashResistantMergeInternalStep() 240 TPC.CollectFeatures([&](size_t Feature) { in CrashResistantMergeInternalStep() 244 TPC.UpdateObservedPCs(); in CrashResistantMergeInternalStep() 256 TPC.ForEachObservedPC([&](const TracePC::PCTableEntry *TE) { in CrashResistantMergeInternalStep() 258 OF << " " << TPC.PCTableEntryIdx(TE); in CrashResistantMergeInternalStep()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | LiveDebugValues.cpp | 71 TargetPassConfig *TPC; member in LiveDebugValues 89 TPC = getAnalysisIfAvailable<TargetPassConfig>(); in runOnMachineFunction() 92 if (TPC) { in runOnMachineFunction() 93 auto &TM = TPC->getTM<TargetMachine>(); in runOnMachineFunction() 106 return TheImpl->ExtendRanges(MF, TPC); in runOnMachineFunction()
|
| H A D | LiveDebugValues.h | 26 virtual bool ExtendRanges(MachineFunction &MF, TargetPassConfig *TPC) = 0;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Combiner.cpp | 93 Combiner::Combiner(CombinerInfo &Info, const TargetPassConfig *TPC) in Combiner() argument 94 : CInfo(Info), TPC(TPC) { in Combiner() 95 (void)this->TPC; // FIXME: Remove when used. in Combiner()
|
| H A D | InstructionSelect.cpp | 92 const TargetPassConfig &TPC = getAnalysis<TargetPassConfig>(); in runOnMachineFunction() local 125 reportGISelFailure(MF, TPC, MORE, "gisel-select", in runOnMachineFunction() 189 reportGISelFailure(MF, TPC, MORE, "gisel-select", "cannot select", MI); in runOnMachineFunction() 253 reportGISelFailure(MF, TPC, MORE, "gisel-select", in runOnMachineFunction() 261 MF, TPC, MORE, "gisel-select", in runOnMachineFunction() 272 reportGISelFailure(MF, TPC, MORE, R); in runOnMachineFunction()
|
| H A D | Legalizer.cpp | 326 const TargetPassConfig &TPC = getAnalysis<TargetPassConfig>(); in runOnMachineFunction() local 337 : TPC.isGISelCSEEnabled(); in runOnMachineFunction() 340 CSEInfo = &Wrapper.get(TPC.getCSEConfig()); in runOnMachineFunction() 360 reportGISelFailure(MF, TPC, MORE, "gisel-legalize", in runOnMachineFunction() 371 reportGISelFailure(MF, TPC, MORE, R); in runOnMachineFunction() 382 reportGISelWarning(MF, TPC, MORE, R); in runOnMachineFunction()
|
| H A D | Utils.cpp | 228 const TargetPassConfig &TPC, in reportGISelDiagnostic() argument 232 TPC.isGlobalISelAbortEnabled(); in reportGISelDiagnostic() 244 void llvm::reportGISelWarning(MachineFunction &MF, const TargetPassConfig &TPC, in reportGISelWarning() argument 247 reportGISelDiagnostic(DS_Warning, MF, TPC, MORE, R); in reportGISelWarning() 250 void llvm::reportGISelFailure(MachineFunction &MF, const TargetPassConfig &TPC, in reportGISelFailure() argument 254 reportGISelDiagnostic(DS_Error, MF, TPC, MORE, R); in reportGISelFailure() 257 void llvm::reportGISelFailure(MachineFunction &MF, const TargetPassConfig &TPC, in reportGISelFailure() argument 265 if (TPC.isGlobalISelAbortEnabled() || MORE.allowExtraAnalysis(PassName)) in reportGISelFailure() 267 reportGISelFailure(MF, TPC, MORE, R); in reportGISelFailure()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | CommentParser.cpp | 286 S.actOnTParamCommandParamNameArg(TPC, in parseTParamCommandArgs() 314 TParamCommandComment *TPC = nullptr; in parseBlockCommand() local 344 } else if (TPC) { in parseBlockCommand() 345 S.actOnTParamCommandFinish(TPC, Paragraph); in parseBlockCommand() 346 return TPC; in parseBlockCommand() 353 if (PC || TPC || Info->NumArgs > 0) { in parseBlockCommand() 360 else if (TPC) in parseBlockCommand() 361 parseTParamCommandArgs(TPC, Retokenizer); in parseBlockCommand() 393 } else if (TPC) { in parseBlockCommand() 394 S.actOnTParamCommandFinish(TPC, Paragraph); in parseBlockCommand() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llc/ |
| H A D | llc.cpp | 399 StringRef PassName, TargetPassConfig &TPC) { in addPass() argument 420 TPC.addMachinePrePasses(); in addPass() 422 TPC.addMachinePostPasses(Banner); in addPass() 641 TargetPassConfig &TPC = *LLVMTM.createPassConfig(PM); in compileModule() local 642 if (TPC.hasLimitedCodeGenPipeline()) { in compileModule() 645 << TPC.getLimitedCodeGenPipelineReason(" and ") << ".\n"; in compileModule() 649 TPC.setDisableVerify(NoVerify); in compileModule() 650 PM.add(&TPC); in compileModule() 652 TPC.printAndVerify(""); in compileModule() 654 if (addPass(PM, argv0, RunPassName, TPC)) in compileModule() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | Combiner.h | 29 Combiner(CombinerInfo &CombinerInfo, const TargetPassConfig *TPC); 40 const TargetPassConfig *TPC; variable
|
| H A D | Utils.h | 149 void reportGISelFailure(MachineFunction &MF, const TargetPassConfig &TPC, 153 void reportGISelFailure(MachineFunction &MF, const TargetPassConfig &TPC, 160 void reportGISelWarning(MachineFunction &MF, const TargetPassConfig &TPC,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPropagateAttributes.cpp | 379 auto *TPC = getAnalysisIfAvailable<TargetPassConfig>(); in runOnFunction() local 380 if (!TPC) in runOnFunction() 383 TM = &TPC->getTM<TargetMachine>(); in runOnFunction() 394 auto *TPC = getAnalysisIfAvailable<TargetPassConfig>(); in runOnModule() local 395 if (!TPC) in runOnModule() 398 TM = &TPC->getTM<TargetMachine>(); in runOnModule()
|
| H A D | AMDGPULowerIntrinsics.cpp | 126 auto *TPC = getAnalysisIfAvailable<TargetPassConfig>(); in makeLIDRangeMetadata() local 127 if (!TPC) in makeLIDRangeMetadata() 130 const TargetMachine &TM = TPC->getTM<TargetMachine>(); in makeLIDRangeMetadata()
|
| H A D | AMDGPUAnnotateKernelFeatures.cpp | 418 auto *TPC = getAnalysisIfAvailable<TargetPassConfig>(); in doInitialization() local 419 if (!TPC) in doInitialization() 422 TM = &TPC->getTM<TargetMachine>(); in doInitialization()
|
| H A D | AMDGPUPreLegalizerCombiner.cpp | 269 auto *TPC = &getAnalysis<TargetPassConfig>(); in runOnMachineFunction() local 281 auto *CSEInfo = &Wrapper.get(TPC->getCSEConfig()); in runOnMachineFunction() 283 Combiner C(PCInfo, TPC); in runOnMachineFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsModuleISelDAGToDAG.cpp | 48 auto &TPC = getAnalysis<TargetPassConfig>(); in runOnMachineFunction() local 49 auto &TM = TPC.getTM<MipsTargetMachine>(); in runOnMachineFunction()
|
| H A D | MipsPreLegalizerCombiner.cpp | 100 auto *TPC = &getAnalysis<TargetPassConfig>(); in runOnMachineFunction() local 102 Combiner C(PCInfo, TPC); in runOnMachineFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCLowerMASSVEntries.cpp | 156 auto *TPC = getAnalysisIfAvailable<TargetPassConfig>(); in runOnModule() local 157 if (!TPC) in runOnModule() 160 auto &TM = TPC->getTM<PPCTargetMachine>(); in runOnModule()
|
| H A D | PPCBoolRetToInt.cpp | 193 auto *TPC = getAnalysisIfAvailable<TargetPassConfig>(); in runOnFunction() local 194 if (!TPC) in runOnFunction() 197 auto &TM = TPC->getTM<PPCTargetMachine>(); in runOnFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LowerEmuTLS.cpp | 68 auto *TPC = getAnalysisIfAvailable<TargetPassConfig>(); in runOnModule() local 69 if (!TPC) in runOnModule() 72 auto &TM = TPC->getTM<TargetMachine>(); in runOnModule()
|
| H A D | IndirectBrExpandPass.cpp | 87 auto *TPC = getAnalysisIfAvailable<TargetPassConfig>(); in runOnFunction() local 88 if (!TPC) in runOnFunction() 91 auto &TM = TPC->getTM<TargetMachine>(); in runOnFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64O0PreLegalizerCombiner.cpp | 148 auto &TPC = getAnalysis<TargetPassConfig>(); in runOnMachineFunction() local 154 Combiner C(PCInfo, &TPC); in runOnMachineFunction()
|
| H A D | AArch64PreLegalizerCombiner.cpp | 338 auto &TPC = getAnalysis<TargetPassConfig>(); in runOnMachineFunction() local 343 auto *CSEInfo = &Wrapper.get(TPC.getCSEConfig()); in runOnMachineFunction() 352 Combiner C(PCInfo, &TPC); in runOnMachineFunction()
|