Home
last modified time | relevance | path

Searched refs:vplan (Results 1 – 25 of 187) sorted by relevance

12345678

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/
H A Dextract_vplan.py26 for vplan in matches:
27 m = re.search("graph \[.+(VF=.+,UF.+), ", vplan)
40 out, err = p.communicate(input=vplan)
48 out.write(vplan)
/dports/devel/llvm11/llvm-11.0.1.src/utils/
H A Dextract_vplan.py26 for vplan in matches:
27 m = re.search("graph \[.+(VF=.+,UF.+), ", vplan)
40 out, err = p.communicate(input=vplan)
48 out.write(vplan)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/
H A Dextract_vplan.py26 for vplan in matches:
27 m = re.search("graph \[.+(VF=.+,UF.+)", vplan)
40 out, err = p.communicate(input=vplan)
48 out.write(vplan)
/dports/devel/llvm90/llvm-9.0.1.src/utils/
H A Dextract_vplan.py26 for vplan in matches:
27 m = re.search("graph \[.+(VF=.+,UF.+), ", vplan)
40 out, err = p.communicate(input=vplan)
48 out.write(vplan)
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/utils/
H A Dextract_vplan.py26 for vplan in matches:
27 m = re.search("graph \[.+(VF=.+,UF.+)", vplan)
40 out, err = p.communicate(input=vplan)
48 out.write(vplan)
/dports/devel/llvm10/llvm-10.0.1.src/utils/
H A Dextract_vplan.py26 for vplan in matches:
27 m = re.search("graph \[.+(VF=.+,UF.+), ", vplan)
40 out, err = p.communicate(input=vplan)
48 out.write(vplan)
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/utils/
H A Dextract_vplan.py26 for vplan in matches:
27 m = re.search("graph \[.+(VF=.+,UF.+)", vplan)
40 out, err = p.communicate(input=vplan)
48 out.write(vplan)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/utils/
H A Dextract_vplan.py26 for vplan in matches:
27 m = re.search("graph \[.+(VF=.+,UF.+)", vplan)
40 out, err = p.communicate(input=vplan)
48 out.write(vplan)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/utils/
H A Dextract_vplan.py26 for vplan in matches:
27 m = re.search("graph \[.+(VF=.+,UF.+)", vplan)
40 out, err = p.communicate(input=vplan)
48 out.write(vplan)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/utils/
H A Dextract_vplan.py26 for vplan in matches:
27 m = re.search("graph \[.+(VF=.+,UF.+)", vplan)
40 out, err = p.communicate(input=vplan)
48 out.write(vplan)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/utils/
H A Dextract_vplan.py26 for vplan in matches:
27 m = re.search("graph \[.+(VF=.+,UF.+), ", vplan)
40 out, err = p.communicate(input=vplan)
48 out.write(vplan)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/utils/
H A Dextract_vplan.py26 for vplan in matches:
27 m = re.search("graph \[.+(VF=.+,UF.+)", vplan)
40 out, err = p.communicate(input=vplan)
48 out.write(vplan)
/dports/devel/llvm80/llvm-8.0.1.src/utils/
H A Dextract_vplan.py26 for vplan in matches:
27 m = re.search("graph \[.+(VF=.+,UF.+), ", vplan)
40 out, err = p.communicate(input=vplan)
48 out.write(vplan)
/dports/graphics/llvm-mesa/llvm-13.0.1.src/utils/
H A Dextract_vplan.py26 for vplan in matches:
27 m = re.search("graph \[.+(VF=.+,UF.+)", vplan)
40 out, err = p.communicate(input=vplan)
48 out.write(vplan)
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/utils/
H A Dextract_vplan.py26 for vplan in matches:
27 m = re.search("graph \[.+(VF=.+,UF.+)", vplan)
40 out, err = p.communicate(input=vplan)
48 out.write(vplan)
/dports/math/octave/octave-6.4.0/liboctave/numeric/
H A Doct-fftw.cc860 fftw_plan plan = reinterpret_cast<fftw_plan> (vplan); in fft()
882 fftw_plan plan = reinterpret_cast<fftw_plan> (vplan); in fft()
901 fftw_plan plan = reinterpret_cast<fftw_plan> (vplan); in ifft()
930 fftw_plan plan = reinterpret_cast<fftw_plan> (vplan); in fftNd()
952 fftw_plan plan = reinterpret_cast<fftw_plan> (vplan); in fftNd()
971 fftw_plan plan = reinterpret_cast<fftw_plan> (vplan); in ifftNd()
994 fftwf_plan plan = reinterpret_cast<fftwf_plan> (vplan); in fft()
1016 fftwf_plan plan = reinterpret_cast<fftwf_plan> (vplan); in fft()
1036 fftwf_plan plan = reinterpret_cast<fftwf_plan> (vplan); in ifft()
1065 fftwf_plan plan = reinterpret_cast<fftwf_plan> (vplan); in fftNd()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/LoopVectorize/
H A Dvplan_hcfg_stress_test.ll1 ; RUN: opt < %s -loop-vectorize -enable-vplan-native-path -vplan-build-stress-test -vplan-verify-hc…
2 ; RUN: opt < %s -loop-vectorize -enable-vplan-native-path -vplan-build-stress-test -debug-only=loop…
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/LoopVectorize/
H A Dvplan_hcfg_stress_test.ll1 ; RUN: opt < %s -loop-vectorize -enable-vplan-native-path -vplan-build-stress-test -vplan-verify-hc…
2 ; RUN: opt < %s -loop-vectorize -enable-vplan-native-path -vplan-build-stress-test -debug-only=loop…
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/LoopVectorize/
H A Dvplan_hcfg_stress_test.ll1 ; RUN: opt < %s -loop-vectorize -enable-vplan-native-path -vplan-build-stress-test -vplan-verify-hc…
2 ; RUN: opt < %s -loop-vectorize -enable-vplan-native-path -vplan-build-stress-test -debug-only=loop…
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Transforms/LoopVectorize/
H A Dvplan_hcfg_stress_test.ll1 ; RUN: opt < %s -loop-vectorize -enable-vplan-native-path -vplan-build-stress-test -vplan-verify-hc…
2 ; RUN: opt < %s -loop-vectorize -enable-vplan-native-path -vplan-build-stress-test -debug-only=loop…
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/LoopVectorize/
H A Dvplan_hcfg_stress_test.ll1 ; RUN: opt < %s -loop-vectorize -enable-vplan-native-path -vplan-build-stress-test -vplan-verify-hc…
2 ; RUN: opt < %s -loop-vectorize -enable-vplan-native-path -vplan-build-stress-test -debug-only=loop…
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/LoopVectorize/
H A Dvplan_hcfg_stress_test.ll1 ; RUN: opt < %s -loop-vectorize -enable-vplan-native-path -vplan-build-stress-test -vplan-verify-hc…
2 ; RUN: opt < %s -loop-vectorize -enable-vplan-native-path -vplan-build-stress-test -debug-only=loop…
/dports/devel/llvm90/llvm-9.0.1.src/test/Transforms/LoopVectorize/
H A Dvplan_hcfg_stress_test.ll1 ; RUN: opt < %s -loop-vectorize -enable-vplan-native-path -vplan-build-stress-test -vplan-verify-hc…
2 ; RUN: opt < %s -loop-vectorize -enable-vplan-native-path -vplan-build-stress-test -debug-only=loop…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Transforms/LoopVectorize/
H A Dvplan_hcfg_stress_test.ll1 ; RUN: opt < %s -loop-vectorize -enable-vplan-native-path -vplan-build-stress-test -vplan-verify-hc…
2 ; RUN: opt < %s -loop-vectorize -enable-vplan-native-path -vplan-build-stress-test -debug-only=loop…
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/LoopVectorize/
H A Dvplan_hcfg_stress_test.ll1 ; RUN: opt < %s -loop-vectorize -enable-vplan-native-path -vplan-build-stress-test -vplan-verify-hc…
2 ; RUN: opt < %s -loop-vectorize -enable-vplan-native-path -vplan-build-stress-test -debug-only=loop…

12345678