Home
last modified time | relevance | path

Searched refs:TPC (Results 1 – 25 of 54) sorted by relevance

123

/third_party/json/test/thirdparty/Fuzzer/
DFuzzerTracePC.cpp29 TracePC TPC; variable
221 TPC.HandleValueProfile((PC & 4095) | (Idx << 12)); in AddValueForMemcmp()
239 TPC.HandleValueProfile((PC & 4095) | (Idx << 12)); in AddValueForStrcmp()
265 fuzzer::TPC.HandleTrace(Guard, PC); in __sanitizer_cov_trace_pc_guard()
270 fuzzer::TPC.HandleInit(Start, Stop); in __sanitizer_cov_trace_pc_guard_init()
276 fuzzer::TPC.HandleCallerCallee(PC, Callee); in __sanitizer_cov_trace_pc_indir()
281 fuzzer::TPC.HandleCmp(__builtin_return_address(0), Arg1, Arg2); in __sanitizer_cov_trace_cmp8()
285 fuzzer::TPC.HandleCmp(__builtin_return_address(0), Arg1, Arg2); in __sanitizer_cov_trace_cmp4()
289 fuzzer::TPC.HandleCmp(__builtin_return_address(0), Arg1, Arg2); in __sanitizer_cov_trace_cmp2()
293 fuzzer::TPC.HandleCmp(__builtin_return_address(0), Arg1, Arg2); in __sanitizer_cov_trace_cmp1()
[all …]
DFuzzerLoop.cpp183 TPC.ResetMaps(); in Fuzzer()
188 TPC.SetUseCounters(Options.UseCounters); in Fuzzer()
189 TPC.SetUseValueProfile(Options.UseValueProfile); in Fuzzer()
190 TPC.SetPrintNewPCs(Options.PrintNewCovPcs); in Fuzzer()
193 TPC.PrintModuleInfo(); in Fuzzer()
348 if (size_t N = TPC.GetTotalPCCoverage()) in PrintStats()
377 TPC.PrintCoverage(); in PrintFinalStats()
379 TPC.DumpCoverage(); in PrintFinalStats()
408 for (size_t i = 1, N = TPC.GetNumPCs(); i < N; i++) { in CheckExitOnSrcPosOrItem()
409 uintptr_t PC = TPC.GetPC(i); in CheckExitOnSrcPosOrItem()
[all …]
DFuzzerTraceState.cpp267 fuzzer::TPC.AddValueForMemcmp(caller_pc, s1, s2, n); in __sanitizer_weak_hook_memcmp()
277 fuzzer::TPC.AddValueForStrcmp(caller_pc, s1, s2, n); in __sanitizer_weak_hook_strncmp()
291 fuzzer::TPC.AddValueForStrcmp(caller_pc, s1, s2, 64); in __sanitizer_weak_hook_strcmp()
DFuzzerMerge.cpp189 TPC.ResetMaps(); in CrashResistantMergeInternalStep()
193 TPC.CollectFeatures([&](size_t Feature) -> bool { in CrashResistantMergeInternalStep()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DInstructionSelect.cpp75 const TargetPassConfig &TPC = getAnalysis<TargetPassConfig>(); in runOnMachineFunction() local
94 reportGISelFailure(MF, TPC, MORE, "gisel-select", in runOnMachineFunction()
138 reportGISelFailure(MF, TPC, MORE, "gisel-select", "cannot select", MI); in runOnMachineFunction()
202 reportGISelFailure(MF, TPC, MORE, "gisel-select", in runOnMachineFunction()
210 MF, TPC, MORE, "gisel-select", in runOnMachineFunction()
221 reportGISelFailure(MF, TPC, MORE, R); in runOnMachineFunction()
DCombiner.cpp93 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()
DLegalizer.cpp284 const TargetPassConfig &TPC = getAnalysis<TargetPassConfig>(); in runOnMachineFunction() local
295 : TPC.isGISelCSEEnabled(); in runOnMachineFunction()
298 CSEInfo = &Wrapper.get(TPC.getCSEConfig()); in runOnMachineFunction()
313 reportGISelFailure(MF, TPC, MORE, "gisel-legalize", in runOnMachineFunction()
324 reportGISelFailure(MF, TPC, MORE, R); in runOnMachineFunction()
DUtils.cpp178 void llvm::reportGISelFailure(MachineFunction &MF, const TargetPassConfig &TPC, in reportGISelFailure() argument
185 if (!R.getLocation().isValid() || TPC.isGlobalISelAbortEnabled()) in reportGISelFailure()
188 if (TPC.isGlobalISelAbortEnabled()) in reportGISelFailure()
194 void llvm::reportGISelFailure(MachineFunction &MF, const TargetPassConfig &TPC, in reportGISelFailure() argument
202 if (TPC.isGlobalISelAbortEnabled() || MORE.allowExtraAnalysis(PassName)) in reportGISelFailure()
204 reportGISelFailure(MF, TPC, MORE, R); in reportGISelFailure()
DRegBankSelect.cpp87 TPC = &getAnalysis<TargetPassConfig>(); in init()
311 if (!BestMapping && !TPC->isGlobalISelAbortEnabled()) { in findBestMapping()
671 reportGISelFailure(MF, *TPC, *MORE, "gisel-regbankselect", in runOnMachineFunction()
697 reportGISelFailure(MF, *TPC, *MORE, "gisel-regbankselect", in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DCombiner.h29 Combiner(CombinerInfo &CombinerInfo, const TargetPassConfig *TPC);
40 const TargetPassConfig *TPC; variable
DUtils.h102 void reportGISelFailure(MachineFunction &MF, const TargetPassConfig &TPC,
106 void reportGISelFailure(MachineFunction &MF, const TargetPassConfig &TPC,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsModuleISelDAGToDAG.cpp48 auto &TPC = getAnalysis<TargetPassConfig>(); in runOnMachineFunction() local
49 auto &TM = TPC.getTM<MipsTargetMachine>(); in runOnMachineFunction()
DMipsPreLegalizerCombiner.cpp85 auto *TPC = &getAnalysis<TargetPassConfig>(); in runOnMachineFunction() local
87 Combiner C(PCInfo, TPC); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCLowerMASSVEntries.cpp121 auto *TPC = getAnalysisIfAvailable<TargetPassConfig>(); in runOnModule() local
122 if (!TPC) in runOnModule()
125 auto &TM = TPC->getTM<PPCTargetMachine>(); in runOnModule()
DPPCBoolRetToInt.cpp191 auto *TPC = getAnalysisIfAvailable<TargetPassConfig>(); in runOnFunction() local
192 if (!TPC) in runOnFunction()
195 auto &TM = TPC->getTM<PPCTargetMachine>(); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerIntrinsics.cpp114 auto *TPC = getAnalysisIfAvailable<TargetPassConfig>(); in makeLIDRangeMetadata() local
115 if (!TPC) in makeLIDRangeMetadata()
118 const TargetMachine &TM = TPC->getTM<TargetMachine>(); in makeLIDRangeMetadata()
DAMDGPUAnnotateKernelFeatures.cpp366 auto *TPC = getAnalysisIfAvailable<TargetPassConfig>(); in doInitialization() local
367 if (!TPC) in doInitialization()
370 TM = &TPC->getTM<TargetMachine>(); in doInitialization()
DAMDGPUPerfHintAnalysis.cpp368 auto *TPC = getAnalysisIfAvailable<TargetPassConfig>(); in runOnSCC() local
369 if (!TPC) in runOnSCC()
372 const TargetMachine &TM = TPC->getTM<TargetMachine>(); in runOnSCC()
DAMDGPULowerKernelArguments.cpp66 auto &TPC = getAnalysis<TargetPassConfig>(); in runOnFunction() local
68 const TargetMachine &TM = TPC.getTM<TargetMachine>(); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLowerEmuTLS.cpp66 auto *TPC = getAnalysisIfAvailable<TargetPassConfig>(); in runOnModule() local
67 if (!TPC) in runOnModule()
70 auto &TM = TPC->getTM<TargetMachine>(); in runOnModule()
DIndirectBrExpandPass.cpp78 auto *TPC = getAnalysisIfAvailable<TargetPassConfig>(); in runOnFunction() local
79 if (!TPC) in runOnFunction()
82 auto &TM = TPC->getTM<TargetMachine>(); in runOnFunction()
DInterleavedAccessPass.cpp446 auto *TPC = getAnalysisIfAvailable<TargetPassConfig>(); in runOnFunction() local
447 if (!TPC || !LowerInterleavedAccesses) in runOnFunction()
453 auto &TM = TPC->getTM<TargetMachine>(); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64PreLegalizerCombiner.cpp140 auto *TPC = &getAnalysis<TargetPassConfig>(); in runOnMachineFunction() local
149 Combiner C(PCInfo, TPC); in runOnMachineFunction()
/third_party/lwip/src/
DFILES7 core/ - The core of the TPC/IP stack; protocol implementations,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DMVEGatherScatterLowering.cpp280 auto &TPC = getAnalysis<TargetPassConfig>(); in runOnFunction() local
281 auto &TM = TPC.getTM<TargetMachine>(); in runOnFunction()

123