Home
last modified time | relevance | path

Searched refs:PM (Results 226 – 250 of 17764) sorted by relevance

12345678910>>...711

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/bindings/go/llvm/
H A DInstrumentationBindings.cpp24 void LLVMAddAddressSanitizerFunctionPass(LLVMPassManagerRef PM) { in LLVMAddAddressSanitizerFunctionPass() argument
25 unwrap(PM)->add(createAddressSanitizerFunctionPass()); in LLVMAddAddressSanitizerFunctionPass()
28 void LLVMAddAddressSanitizerModulePass(LLVMPassManagerRef PM) { in LLVMAddAddressSanitizerModulePass() argument
29 unwrap(PM)->add(createModuleAddressSanitizerLegacyPassPass()); in LLVMAddAddressSanitizerModulePass()
32 void LLVMAddThreadSanitizerPass(LLVMPassManagerRef PM) { in LLVMAddThreadSanitizerPass() argument
33 unwrap(PM)->add(createThreadSanitizerLegacyPassPass()); in LLVMAddThreadSanitizerPass()
36 void LLVMAddMemorySanitizerLegacyPassPass(LLVMPassManagerRef PM) { in LLVMAddMemorySanitizerLegacyPassPass() argument
37 unwrap(PM)->add(createMemorySanitizerLegacyPassPass()); in LLVMAddMemorySanitizerLegacyPassPass()
40 void LLVMAddDataFlowSanitizerPass(LLVMPassManagerRef PM, in LLVMAddDataFlowSanitizerPass() argument
47 unwrap(PM)->add(createDataFlowSanitizerLegacyPassPass(ABIListFilesVec)); in LLVMAddDataFlowSanitizerPass()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/bindings/go/llvm/
H A DInstrumentationBindings.cpp24 void LLVMAddAddressSanitizerFunctionPass(LLVMPassManagerRef PM) { in LLVMAddAddressSanitizerFunctionPass() argument
25 unwrap(PM)->add(createAddressSanitizerFunctionPass()); in LLVMAddAddressSanitizerFunctionPass()
28 void LLVMAddAddressSanitizerModulePass(LLVMPassManagerRef PM) { in LLVMAddAddressSanitizerModulePass() argument
29 unwrap(PM)->add(createModuleAddressSanitizerLegacyPassPass()); in LLVMAddAddressSanitizerModulePass()
32 void LLVMAddThreadSanitizerPass(LLVMPassManagerRef PM) { in LLVMAddThreadSanitizerPass() argument
33 unwrap(PM)->add(createThreadSanitizerLegacyPassPass()); in LLVMAddThreadSanitizerPass()
36 void LLVMAddMemorySanitizerLegacyPassPass(LLVMPassManagerRef PM) { in LLVMAddMemorySanitizerLegacyPassPass() argument
37 unwrap(PM)->add(createMemorySanitizerLegacyPassPass()); in LLVMAddMemorySanitizerLegacyPassPass()
40 void LLVMAddDataFlowSanitizerPass(LLVMPassManagerRef PM, in LLVMAddDataFlowSanitizerPass() argument
47 unwrap(PM)->add(createDataFlowSanitizerLegacyPassPass(ABIListFilesVec)); in LLVMAddDataFlowSanitizerPass()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/bindings/go/llvm/
H A DInstrumentationBindings.cpp24 void LLVMAddAddressSanitizerFunctionPass(LLVMPassManagerRef PM) { in LLVMAddAddressSanitizerFunctionPass() argument
25 unwrap(PM)->add(createAddressSanitizerFunctionPass()); in LLVMAddAddressSanitizerFunctionPass()
28 void LLVMAddAddressSanitizerModulePass(LLVMPassManagerRef PM) { in LLVMAddAddressSanitizerModulePass() argument
29 unwrap(PM)->add(createModuleAddressSanitizerLegacyPassPass()); in LLVMAddAddressSanitizerModulePass()
32 void LLVMAddThreadSanitizerPass(LLVMPassManagerRef PM) { in LLVMAddThreadSanitizerPass() argument
33 unwrap(PM)->add(createThreadSanitizerLegacyPassPass()); in LLVMAddThreadSanitizerPass()
36 void LLVMAddMemorySanitizerLegacyPassPass(LLVMPassManagerRef PM) { in LLVMAddMemorySanitizerLegacyPassPass() argument
37 unwrap(PM)->add(createMemorySanitizerLegacyPassPass()); in LLVMAddMemorySanitizerLegacyPassPass()
40 void LLVMAddDataFlowSanitizerPass(LLVMPassManagerRef PM, in LLVMAddDataFlowSanitizerPass() argument
47 unwrap(PM)->add(createDataFlowSanitizerPass(ABIListFilesVec)); in LLVMAddDataFlowSanitizerPass()
/dports/devel/tinygo/tinygo-0.14.1/vendor/tinygo.org/x/go-llvm/
H A DInstrumentationBindings.cpp24 void LLVMAddAddressSanitizerFunctionPass(LLVMPassManagerRef PM) { in LLVMAddAddressSanitizerFunctionPass() argument
25 unwrap(PM)->add(createAddressSanitizerFunctionPass()); in LLVMAddAddressSanitizerFunctionPass()
28 void LLVMAddAddressSanitizerModulePass(LLVMPassManagerRef PM) { in LLVMAddAddressSanitizerModulePass() argument
29 unwrap(PM)->add(createModuleAddressSanitizerLegacyPassPass()); in LLVMAddAddressSanitizerModulePass()
32 void LLVMAddThreadSanitizerPass(LLVMPassManagerRef PM) { in LLVMAddThreadSanitizerPass() argument
33 unwrap(PM)->add(createThreadSanitizerLegacyPassPass()); in LLVMAddThreadSanitizerPass()
36 void LLVMAddMemorySanitizerLegacyPassPass(LLVMPassManagerRef PM) { in LLVMAddMemorySanitizerLegacyPassPass() argument
37 unwrap(PM)->add(createMemorySanitizerLegacyPassPass()); in LLVMAddMemorySanitizerLegacyPassPass()
40 void LLVMAddDataFlowSanitizerPass(LLVMPassManagerRef PM, in LLVMAddDataFlowSanitizerPass() argument
47 unwrap(PM)->add(createDataFlowSanitizerPass(ABIListFilesVec)); in LLVMAddDataFlowSanitizerPass()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/bindings/go/llvm/
H A DInstrumentationBindings.cpp24 void LLVMAddAddressSanitizerFunctionPass(LLVMPassManagerRef PM) { in LLVMAddAddressSanitizerFunctionPass() argument
25 unwrap(PM)->add(createAddressSanitizerFunctionPass()); in LLVMAddAddressSanitizerFunctionPass()
28 void LLVMAddAddressSanitizerModulePass(LLVMPassManagerRef PM) { in LLVMAddAddressSanitizerModulePass() argument
29 unwrap(PM)->add(createModuleAddressSanitizerLegacyPassPass()); in LLVMAddAddressSanitizerModulePass()
32 void LLVMAddThreadSanitizerPass(LLVMPassManagerRef PM) { in LLVMAddThreadSanitizerPass() argument
33 unwrap(PM)->add(createThreadSanitizerLegacyPassPass()); in LLVMAddThreadSanitizerPass()
36 void LLVMAddMemorySanitizerLegacyPassPass(LLVMPassManagerRef PM) { in LLVMAddMemorySanitizerLegacyPassPass() argument
37 unwrap(PM)->add(createMemorySanitizerLegacyPassPass()); in LLVMAddMemorySanitizerLegacyPassPass()
40 void LLVMAddDataFlowSanitizerPass(LLVMPassManagerRef PM, in LLVMAddDataFlowSanitizerPass() argument
47 unwrap(PM)->add(createDataFlowSanitizerLegacyPassPass(ABIListFilesVec)); in LLVMAddDataFlowSanitizerPass()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/bindings/go/llvm/
H A DInstrumentationBindings.cpp24 void LLVMAddAddressSanitizerFunctionPass(LLVMPassManagerRef PM) { in LLVMAddAddressSanitizerFunctionPass() argument
25 unwrap(PM)->add(createAddressSanitizerFunctionPass()); in LLVMAddAddressSanitizerFunctionPass()
28 void LLVMAddAddressSanitizerModulePass(LLVMPassManagerRef PM) { in LLVMAddAddressSanitizerModulePass() argument
29 unwrap(PM)->add(createModuleAddressSanitizerLegacyPassPass()); in LLVMAddAddressSanitizerModulePass()
32 void LLVMAddThreadSanitizerPass(LLVMPassManagerRef PM) { in LLVMAddThreadSanitizerPass() argument
33 unwrap(PM)->add(createThreadSanitizerLegacyPassPass()); in LLVMAddThreadSanitizerPass()
36 void LLVMAddMemorySanitizerLegacyPassPass(LLVMPassManagerRef PM) { in LLVMAddMemorySanitizerLegacyPassPass() argument
37 unwrap(PM)->add(createMemorySanitizerLegacyPassPass()); in LLVMAddMemorySanitizerLegacyPassPass()
40 void LLVMAddDataFlowSanitizerPass(LLVMPassManagerRef PM, in LLVMAddDataFlowSanitizerPass() argument
47 unwrap(PM)->add(createDataFlowSanitizerLegacyPassPass(ABIListFilesVec)); in LLVMAddDataFlowSanitizerPass()
/dports/devel/llvm90/llvm-9.0.1.src/bindings/go/llvm/
H A DInstrumentationBindings.cpp24 void LLVMAddAddressSanitizerFunctionPass(LLVMPassManagerRef PM) { in LLVMAddAddressSanitizerFunctionPass() argument
25 unwrap(PM)->add(createAddressSanitizerFunctionPass()); in LLVMAddAddressSanitizerFunctionPass()
28 void LLVMAddAddressSanitizerModulePass(LLVMPassManagerRef PM) { in LLVMAddAddressSanitizerModulePass() argument
29 unwrap(PM)->add(createModuleAddressSanitizerLegacyPassPass()); in LLVMAddAddressSanitizerModulePass()
32 void LLVMAddThreadSanitizerPass(LLVMPassManagerRef PM) { in LLVMAddThreadSanitizerPass() argument
33 unwrap(PM)->add(createThreadSanitizerLegacyPassPass()); in LLVMAddThreadSanitizerPass()
36 void LLVMAddMemorySanitizerLegacyPassPass(LLVMPassManagerRef PM) { in LLVMAddMemorySanitizerLegacyPassPass() argument
37 unwrap(PM)->add(createMemorySanitizerLegacyPassPass()); in LLVMAddMemorySanitizerLegacyPassPass()
40 void LLVMAddDataFlowSanitizerPass(LLVMPassManagerRef PM, in LLVMAddDataFlowSanitizerPass() argument
47 unwrap(PM)->add(createDataFlowSanitizerPass(ABIListFilesVec)); in LLVMAddDataFlowSanitizerPass()
/dports/devel/llvm70/llvm-7.0.1.src/bindings/go/llvm/
H A DInstrumentationBindings.cpp22 void LLVMAddAddressSanitizerFunctionPass(LLVMPassManagerRef PM) { in LLVMAddAddressSanitizerFunctionPass() argument
23 unwrap(PM)->add(createAddressSanitizerFunctionPass()); in LLVMAddAddressSanitizerFunctionPass()
26 void LLVMAddAddressSanitizerModulePass(LLVMPassManagerRef PM) { in LLVMAddAddressSanitizerModulePass() argument
27 unwrap(PM)->add(createAddressSanitizerModulePass()); in LLVMAddAddressSanitizerModulePass()
30 void LLVMAddThreadSanitizerPass(LLVMPassManagerRef PM) { in LLVMAddThreadSanitizerPass() argument
31 unwrap(PM)->add(createThreadSanitizerPass()); in LLVMAddThreadSanitizerPass()
34 void LLVMAddMemorySanitizerPass(LLVMPassManagerRef PM) { in LLVMAddMemorySanitizerPass() argument
35 unwrap(PM)->add(createMemorySanitizerPass()); in LLVMAddMemorySanitizerPass()
38 void LLVMAddDataFlowSanitizerPass(LLVMPassManagerRef PM, in LLVMAddDataFlowSanitizerPass() argument
45 unwrap(PM)->add(createDataFlowSanitizerPass(ABIListFilesVec)); in LLVMAddDataFlowSanitizerPass()
/dports/devel/llvm80/llvm-8.0.1.src/bindings/go/llvm/
H A DInstrumentationBindings.cpp24 void LLVMAddAddressSanitizerFunctionPass(LLVMPassManagerRef PM) { in LLVMAddAddressSanitizerFunctionPass() argument
25 unwrap(PM)->add(createAddressSanitizerFunctionPass()); in LLVMAddAddressSanitizerFunctionPass()
28 void LLVMAddAddressSanitizerModulePass(LLVMPassManagerRef PM) { in LLVMAddAddressSanitizerModulePass() argument
29 unwrap(PM)->add(createAddressSanitizerModulePass()); in LLVMAddAddressSanitizerModulePass()
32 void LLVMAddThreadSanitizerPass(LLVMPassManagerRef PM) { in LLVMAddThreadSanitizerPass() argument
33 unwrap(PM)->add(createThreadSanitizerLegacyPassPass()); in LLVMAddThreadSanitizerPass()
36 void LLVMAddMemorySanitizerLegacyPassPass(LLVMPassManagerRef PM) { in LLVMAddMemorySanitizerLegacyPassPass() argument
37 unwrap(PM)->add(createMemorySanitizerLegacyPassPass()); in LLVMAddMemorySanitizerLegacyPassPass()
40 void LLVMAddDataFlowSanitizerPass(LLVMPassManagerRef PM, in LLVMAddDataFlowSanitizerPass() argument
47 unwrap(PM)->add(createDataFlowSanitizerPass(ABIListFilesVec)); in LLVMAddDataFlowSanitizerPass()
/dports/net-mgmt/observium/observium/mibs/nortel/
H A DNORTEL-OPTICAL-PM-MIB1 NORTEL-OPTICAL-PM-MIB DEFINITIONS ::= BEGIN
77 -- Nortel Optical PM Textual Conventions
290 -- Nortel Optical PM Units & Format
311 -- Nortel Optical Recent PM Table
321 "Nortel Optical Recent PM Table"
390 "Nortel Optical Recent PM Units"
489 -- Nortel Optical Untimed PM Table
498 "Nortel Optical Untimed PM Table"
585 -- Nortel Optical Baseline PM Table
799 "Nortel Optical Day PM Table"
[all …]
/dports/biology/groopm/GroopM-0.3.4/groopm/
H A Dcluster.py129 self.imageMaps = np_zeros((self.numImgMaps,self.PM.scaleFactor,self.PM.scaleFactor))
130 self.blurredMaps = np_zeros((self.numImgMaps,self.PM.scaleFactor,self.PM.scaleFactor))
156 if(self.PM.isClustered()):
202 …self.TSpan = np_mean([np_norm(self.PM.corners[i] - self.PM.TCentre) for i in range(self.PM.numStoi…
267 …bin.makeBinDist(self.PM.transformedCP, self.PM.averageCoverages, self.PM.kmerNormPC1, self.PM.kmer…
275 … bin.plotBin(self.PM.transformedCP, self.PM.contigGCs, self.PM.kmerNormPC1,
276 … self.PM.contigLengths, self.PM.colorMapGC, self.PM.isLikelyChimeric,
316 …bin.plotBin(self.PM.transformedCP, self.PM.contigGCs, self.PM.kmerNormPC1, self.PM.contigLengths, …
893 self.imageMaps = np_zeros((self.numImgMaps,self.PM.scaleFactor,self.PM.scaleFactor))
1055 self.blurredMaps = np_zeros((self.numImgMaps,self.PM.scaleFactor,self.PM.scaleFactor))
[all …]
/dports/lang/php73/php-7.3.33/ext/intl/tests/
H A Ddateformat_format_variant2.phpt166 Formatted timestamp is : 12/31/69, 2:00 PM
168 Formatted timestamp is : 19691231 02:00 PM
181 Formatted timestamp is : 12/17/69, 4:40 PM
183 Formatted timestamp is : 19691217 04:40 PM
211 Formatted timestamp is : 9/18/39, 1:06 PM
213 Formatted timestamp is : 20390918 01:06 PM
226 Formatted timestamp is : 4/14/00, 2:53 PM
228 Formatted timestamp is : 19000414 02:53 PM
350 Formatted DateTime is : 12/31/09, 3:02 PM
358 Formatted DateTime is : 20091231 03:02 PM
[all …]
/dports/www/mod_php81/php-8.1.1/ext/intl/tests/
H A Ddateformat_format_variant2.phpt167 Formatted timestamp is : 12/31/69, 2:00 PM
169 Formatted timestamp is : 19691231 02:00 PM
182 Formatted timestamp is : 12/17/69, 4:40 PM
184 Formatted timestamp is : 19691217 04:40 PM
212 Formatted timestamp is : 9/18/39, 1:06 PM
214 Formatted timestamp is : 20390918 01:06 PM
227 Formatted timestamp is : 4/14/00, 2:53 PM
229 Formatted timestamp is : 19000414 02:53 PM
351 Formatted DateTime is : 12/31/09, 3:02 PM
359 Formatted DateTime is : 20091231 03:02 PM
[all …]
/dports/lang/php81/php-8.1.1/ext/intl/tests/
H A Ddateformat_format_variant2.phpt167 Formatted timestamp is : 12/31/69, 2:00 PM
169 Formatted timestamp is : 19691231 02:00 PM
182 Formatted timestamp is : 12/17/69, 4:40 PM
184 Formatted timestamp is : 19691217 04:40 PM
212 Formatted timestamp is : 9/18/39, 1:06 PM
214 Formatted timestamp is : 20390918 01:06 PM
227 Formatted timestamp is : 4/14/00, 2:53 PM
229 Formatted timestamp is : 19000414 02:53 PM
351 Formatted DateTime is : 12/31/09, 3:02 PM
359 Formatted DateTime is : 20091231 03:02 PM
[all …]
/dports/lang/php74/php-7.4.27/ext/intl/tests/
H A Ddateformat_format_variant2.phpt166 Formatted timestamp is : 12/31/69, 2:00 PM
168 Formatted timestamp is : 19691231 02:00 PM
181 Formatted timestamp is : 12/17/69, 4:40 PM
183 Formatted timestamp is : 19691217 04:40 PM
211 Formatted timestamp is : 9/18/39, 1:06 PM
213 Formatted timestamp is : 20390918 01:06 PM
226 Formatted timestamp is : 4/14/00, 2:53 PM
228 Formatted timestamp is : 19000414 02:53 PM
350 Formatted DateTime is : 12/31/09, 3:02 PM
358 Formatted DateTime is : 20091231 03:02 PM
[all …]
/dports/lang/php80/php-8.0.15/ext/intl/tests/
H A Ddateformat_format_variant2.phpt166 Formatted timestamp is : 12/31/69, 2:00 PM
168 Formatted timestamp is : 19691231 02:00 PM
181 Formatted timestamp is : 12/17/69, 4:40 PM
183 Formatted timestamp is : 19691217 04:40 PM
211 Formatted timestamp is : 9/18/39, 1:06 PM
213 Formatted timestamp is : 20390918 01:06 PM
226 Formatted timestamp is : 4/14/00, 2:53 PM
228 Formatted timestamp is : 19000414 02:53 PM
350 Formatted DateTime is : 12/31/09, 3:02 PM
358 Formatted DateTime is : 20091231 03:02 PM
[all …]
/dports/devel/php73-intl/php-7.3.33/ext/intl/tests/
H A Ddateformat_format_variant2.phpt166 Formatted timestamp is : 12/31/69, 2:00 PM
168 Formatted timestamp is : 19691231 02:00 PM
181 Formatted timestamp is : 12/17/69, 4:40 PM
183 Formatted timestamp is : 19691217 04:40 PM
211 Formatted timestamp is : 9/18/39, 1:06 PM
213 Formatted timestamp is : 20390918 01:06 PM
226 Formatted timestamp is : 4/14/00, 2:53 PM
228 Formatted timestamp is : 19000414 02:53 PM
350 Formatted DateTime is : 12/31/09, 3:02 PM
358 Formatted DateTime is : 20091231 03:02 PM
[all …]
/dports/devel/php81-intl/php-8.1.1/ext/intl/tests/
H A Ddateformat_format_variant2.phpt167 Formatted timestamp is : 12/31/69, 2:00 PM
169 Formatted timestamp is : 19691231 02:00 PM
182 Formatted timestamp is : 12/17/69, 4:40 PM
184 Formatted timestamp is : 19691217 04:40 PM
212 Formatted timestamp is : 9/18/39, 1:06 PM
214 Formatted timestamp is : 20390918 01:06 PM
227 Formatted timestamp is : 4/14/00, 2:53 PM
229 Formatted timestamp is : 19000414 02:53 PM
351 Formatted DateTime is : 12/31/09, 3:02 PM
359 Formatted DateTime is : 20091231 03:02 PM
[all …]
/dports/devel/php74-intl/php-7.4.27/ext/intl/tests/
H A Ddateformat_format_variant2.phpt166 Formatted timestamp is : 12/31/69, 2:00 PM
168 Formatted timestamp is : 19691231 02:00 PM
181 Formatted timestamp is : 12/17/69, 4:40 PM
183 Formatted timestamp is : 19691217 04:40 PM
211 Formatted timestamp is : 9/18/39, 1:06 PM
213 Formatted timestamp is : 20390918 01:06 PM
226 Formatted timestamp is : 4/14/00, 2:53 PM
228 Formatted timestamp is : 19000414 02:53 PM
350 Formatted DateTime is : 12/31/09, 3:02 PM
358 Formatted DateTime is : 20091231 03:02 PM
[all …]
/dports/www/mod_php73/php-7.3.33/ext/intl/tests/
H A Ddateformat_format_variant2.phpt166 Formatted timestamp is : 12/31/69, 2:00 PM
168 Formatted timestamp is : 19691231 02:00 PM
181 Formatted timestamp is : 12/17/69, 4:40 PM
183 Formatted timestamp is : 19691217 04:40 PM
211 Formatted timestamp is : 9/18/39, 1:06 PM
213 Formatted timestamp is : 20390918 01:06 PM
226 Formatted timestamp is : 4/14/00, 2:53 PM
228 Formatted timestamp is : 19000414 02:53 PM
350 Formatted DateTime is : 12/31/09, 3:02 PM
358 Formatted DateTime is : 20091231 03:02 PM
[all …]
/dports/devel/php80-intl/php-8.0.15/ext/intl/tests/
H A Ddateformat_format_variant2.phpt166 Formatted timestamp is : 12/31/69, 2:00 PM
168 Formatted timestamp is : 19691231 02:00 PM
181 Formatted timestamp is : 12/17/69, 4:40 PM
183 Formatted timestamp is : 19691217 04:40 PM
211 Formatted timestamp is : 9/18/39, 1:06 PM
213 Formatted timestamp is : 20390918 01:06 PM
226 Formatted timestamp is : 4/14/00, 2:53 PM
228 Formatted timestamp is : 19000414 02:53 PM
350 Formatted DateTime is : 12/31/09, 3:02 PM
358 Formatted DateTime is : 20091231 03:02 PM
[all …]
/dports/www/mod_php74/php-7.4.27/ext/intl/tests/
H A Ddateformat_format_variant2.phpt166 Formatted timestamp is : 12/31/69, 2:00 PM
168 Formatted timestamp is : 19691231 02:00 PM
181 Formatted timestamp is : 12/17/69, 4:40 PM
183 Formatted timestamp is : 19691217 04:40 PM
211 Formatted timestamp is : 9/18/39, 1:06 PM
213 Formatted timestamp is : 20390918 01:06 PM
226 Formatted timestamp is : 4/14/00, 2:53 PM
228 Formatted timestamp is : 19000414 02:53 PM
350 Formatted DateTime is : 12/31/09, 3:02 PM
358 Formatted DateTime is : 20091231 03:02 PM
[all …]
/dports/www/mod_php80/php-8.0.15/ext/intl/tests/
H A Ddateformat_format_variant2.phpt166 Formatted timestamp is : 12/31/69, 2:00 PM
168 Formatted timestamp is : 19691231 02:00 PM
181 Formatted timestamp is : 12/17/69, 4:40 PM
183 Formatted timestamp is : 19691217 04:40 PM
211 Formatted timestamp is : 9/18/39, 1:06 PM
213 Formatted timestamp is : 20390918 01:06 PM
226 Formatted timestamp is : 4/14/00, 2:53 PM
228 Formatted timestamp is : 19000414 02:53 PM
350 Formatted DateTime is : 12/31/09, 3:02 PM
358 Formatted DateTime is : 20091231 03:02 PM
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/libomptarget/src/
H A Drtl.cpp34 PluginManager *PM; variable
38 PM = new PluginManager(); in init()
43 delete PM; in deinit()
48 PM->TargetOffloadPolicy = in LoadRTLs()
253 PM->RTLsMtx.lock(); in RegisterLib()
300 PM->TrlTblMtx.lock(); in RegisterLib()
329 PM->RTLsMtx.unlock(); in RegisterLib()
337 PM->RTLsMtx.lock(); in UnregisterLib()
393 PM->RTLsMtx.unlock(); in UnregisterLib()
397 PM->TblMapMtx.lock(); in UnregisterLib()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/SCCP/
H A Dpreserve-analysis.ll17 ; NEW-PM-DAG: Running analysis: LoopAnalysis on test
18 ; NEW-PM-DAG: Running analysis: DominatorTreeAnalysis on test
19 ; NEW-PM-DAG: Running analysis: AssumptionAnalysis on test
20 ; NEW-PM-DAG: Running analysis: TargetLibraryAnalysis on test
21 ; NEW-PM-DAG: Running analysis: TargetIRAnalysis on test
22 ; NEW-PM: Running pass: SCCPPass on test
23 ; NEW-PM-NOT: Running analysis: LoopAnalysis on test
24 ; NEW-PM-NOT: Running analysis: DominatorTreeAnalysis on test
25 ; NEW-PM-NOT: Running analysis: AssumptionAnalysis on test
27 ; NEW-PM-NOT: Running analysis: TargetIRAnalysis on test
[all …]

12345678910>>...711