Home
last modified time | relevance | path

Searched defs:DstTy (Results 1 – 25 of 840) sorted by relevance

12345678910>>...34

/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/fusion/iterator/
H A Dbasic_iterator.hpp88 template <typename It>
117 , typename remove_const<typename It2::seq_type>::type
150 template <typename Tag, typename Category, typename Seq, int Index>
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h84 const LLT &DstTy = MRI.getType(DstReg); in tryCombineAnyExt() local
109 LLT DstTy = MRI.getType(DstReg); in tryCombineZExt() local
128 const LLT &DstTy = MRI.getType(DstReg); in tryCombineZExt() local
153 LLT DstTy = MRI.getType(DstReg); in tryCombineSExt() local
181 const LLT &DstTy = MRI.getType(DstReg); in tryCombineTrunc() local
207 LLT DstTy = MRI.getType(DstReg); in tryFoldImplicitDef() local
443 LLT DstTy = MRI.getType(DstReg); in tryCombineExtract() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h84 const LLT &DstTy = MRI.getType(DstReg); in tryCombineAnyExt() local
109 LLT DstTy = MRI.getType(DstReg); in tryCombineZExt() local
128 const LLT &DstTy = MRI.getType(DstReg); in tryCombineZExt() local
153 LLT DstTy = MRI.getType(DstReg); in tryCombineSExt() local
181 const LLT &DstTy = MRI.getType(DstReg); in tryCombineTrunc() local
207 LLT DstTy = MRI.getType(DstReg); in tryFoldImplicitDef() local
443 LLT DstTy = MRI.getType(DstReg); in tryCombineExtract() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h84 const LLT &DstTy = MRI.getType(DstReg); in tryCombineAnyExt() local
109 LLT DstTy = MRI.getType(DstReg); in tryCombineZExt() local
128 const LLT &DstTy = MRI.getType(DstReg); in tryCombineZExt() local
153 LLT DstTy = MRI.getType(DstReg); in tryCombineSExt() local
181 const LLT &DstTy = MRI.getType(DstReg); in tryCombineTrunc() local
207 LLT DstTy = MRI.getType(DstReg); in tryFoldImplicitDef() local
443 LLT DstTy = MRI.getType(DstReg); in tryCombineExtract() local
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h82 const LLT &DstTy = MRI.getType(DstReg); in tryCombineAnyExt() local
107 LLT DstTy = MRI.getType(DstReg); in tryCombineZExt() local
125 const LLT &DstTy = MRI.getType(DstReg); in tryCombineZExt() local
150 LLT DstTy = MRI.getType(DstReg); in tryCombineSExt() local
183 LLT DstTy = MRI.getType(DstReg); in tryFoldImplicitDef() local
352 LLT DstTy = MRI.getType(MI.getOperand(0).getReg()); in tryCombineExtract() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h84 const LLT DstTy = MRI.getType(DstReg); in tryCombineAnyExt() local
110 LLT DstTy = MRI.getType(DstReg); in tryCombineZExt() local
141 const LLT DstTy = MRI.getType(DstReg); in tryCombineZExt() local
166 LLT DstTy = MRI.getType(DstReg); in tryCombineSExt() local
210 const LLT DstTy = MRI.getType(DstReg); in tryCombineTrunc() local
226 const LLT DstTy = MRI.getType(DstReg); in tryCombineTrunc() local
310 LLT DstTy = MRI.getType(DstReg); in tryFoldImplicitDef() local
688 LLT DstTy = MRI.getType(DstReg); in tryCombineExtract() local
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h84 const LLT DstTy = MRI.getType(DstReg); in tryCombineAnyExt() local
110 LLT DstTy = MRI.getType(DstReg); in tryCombineZExt() local
141 const LLT DstTy = MRI.getType(DstReg); in tryCombineZExt() local
166 LLT DstTy = MRI.getType(DstReg); in tryCombineSExt() local
210 const LLT DstTy = MRI.getType(DstReg); in tryCombineTrunc() local
226 const LLT DstTy = MRI.getType(DstReg); in tryCombineTrunc() local
310 LLT DstTy = MRI.getType(DstReg); in tryFoldImplicitDef() local
688 LLT DstTy = MRI.getType(DstReg); in tryCombineExtract() local
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/base/posix/
H A Dsafe_strerror.cc48 char *rc = (*strerror_r_ptr)(err, buf, len); in BitCastConstantVector()
86 // set. On BSD-derived systems it is a system error and errno is unchanged. in foldConstantCastPair()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h84 const LLT DstTy = MRI.getType(DstReg); in tryCombineAnyExt() local
113 LLT DstTy = MRI.getType(DstReg); in tryCombineZExt() local
145 const LLT DstTy = MRI.getType(DstReg); in tryCombineZExt() local
170 LLT DstTy = MRI.getType(DstReg); in tryCombineSExt() local
214 const LLT DstTy = MRI.getType(DstReg); in tryCombineTrunc() local
230 const LLT DstTy = MRI.getType(DstReg); in tryCombineTrunc() local
314 LLT DstTy = MRI.getType(DstReg); in tryFoldImplicitDef() local
750 LLT DstTy = MRI.getType(DstReg); in tryCombineExtract() local
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h84 const LLT DstTy = MRI.getType(DstReg); in tryCombineAnyExt() local
113 LLT DstTy = MRI.getType(DstReg); in tryCombineZExt() local
145 const LLT DstTy = MRI.getType(DstReg); in tryCombineZExt() local
170 LLT DstTy = MRI.getType(DstReg); in tryCombineSExt() local
214 const LLT DstTy = MRI.getType(DstReg); in tryCombineTrunc() local
230 const LLT DstTy = MRI.getType(DstReg); in tryCombineTrunc() local
314 LLT DstTy = MRI.getType(DstReg); in tryFoldImplicitDef() local
750 LLT DstTy = MRI.getType(DstReg); in tryCombineExtract() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h84 const LLT DstTy = MRI.getType(DstReg); in tryCombineAnyExt() local
113 LLT DstTy = MRI.getType(DstReg); in tryCombineZExt() local
145 const LLT DstTy = MRI.getType(DstReg); in tryCombineZExt() local
170 LLT DstTy = MRI.getType(DstReg); in tryCombineSExt() local
214 const LLT DstTy = MRI.getType(DstReg); in tryCombineTrunc() local
230 const LLT DstTy = MRI.getType(DstReg); in tryCombineTrunc() local
314 LLT DstTy = MRI.getType(DstReg); in tryFoldImplicitDef() local
750 LLT DstTy = MRI.getType(DstReg); in tryCombineExtract() local
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/X86/
H A DX86InstructionSelector.cpp696 const LLT DstTy = MRI.getType(DstReg); in selectTruncOrPtrToInt() local
760 const LLT DstTy = MRI.getType(DstReg); in selectZext() local
770 LLT DstTy; in selectZext() member
871 const LLT DstTy = MRI.getType(DstReg); in selectAnyext() local
981 const LLT DstTy = MRI.getType(DstReg); in selectUadde() local
1039 const LLT DstTy = MRI.getType(DstReg); in selectExtract() local
1090 const LLT DstTy = MRI.getType(DstReg); in emitExtractSubreg() local
1128 const LLT DstTy = MRI.getType(DstReg); in emitInsertSubreg() local
1172 const LLT DstTy = MRI.getType(DstReg); in selectInsert() local
1256 const LLT DstTy = MRI.getType(DstReg); in selectMergeValues() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/
H A DMachineVerifier.cpp947 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1007 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1024 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1043 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1076 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1092 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1119 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1163 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1180 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1197 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DMachineVerifier.cpp946 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1006 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1022 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1041 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1074 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1090 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1117 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1161 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1178 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1195 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DMachineVerifier.cpp946 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1006 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1022 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1041 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1074 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1090 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1117 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1161 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1178 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1195 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/X86/
H A DX86InstructionSelector.cpp723 const LLT DstTy = MRI.getType(DstReg); in selectTruncOrPtrToInt() local
787 const LLT DstTy = MRI.getType(DstReg); in selectZext() local
797 LLT DstTy; in selectZext() member
898 const LLT DstTy = MRI.getType(DstReg); in selectAnyext() local
1098 const LLT DstTy = MRI.getType(DstReg); in selectUadde() local
1156 const LLT DstTy = MRI.getType(DstReg); in selectExtract() local
1207 const LLT DstTy = MRI.getType(DstReg); in emitExtractSubreg() local
1245 const LLT DstTy = MRI.getType(DstReg); in emitInsertSubreg() local
1289 const LLT DstTy = MRI.getType(DstReg); in selectInsert() local
1374 const LLT DstTy = MRI.getType(DstReg); in selectMergeValues() local
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h88 const LLT DstTy = MRI.getType(DstReg); in tryCombineAnyExt() local
117 LLT DstTy = MRI.getType(DstReg); in tryCombineZExt() local
148 const LLT DstTy = MRI.getType(DstReg); in tryCombineZExt() local
173 LLT DstTy = MRI.getType(DstReg); in tryCombineSExt() local
203 const LLT DstTy = MRI.getType(DstReg); in tryCombineSExt() local
230 const LLT DstTy = MRI.getType(DstReg); in tryCombineTrunc() local
246 const LLT DstTy = MRI.getType(DstReg); in tryCombineTrunc() local
330 LLT DstTy = MRI.getType(DstReg); in tryFoldImplicitDef() local
996 LLT DstTy = MRI.getType(DstReg); in tryCombineExtract() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h88 const LLT DstTy = MRI.getType(DstReg); in tryCombineAnyExt() local
117 LLT DstTy = MRI.getType(DstReg); in tryCombineZExt() local
148 const LLT DstTy = MRI.getType(DstReg); in tryCombineZExt() local
173 LLT DstTy = MRI.getType(DstReg); in tryCombineSExt() local
203 const LLT DstTy = MRI.getType(DstReg); in tryCombineSExt() local
230 const LLT DstTy = MRI.getType(DstReg); in tryCombineTrunc() local
246 const LLT DstTy = MRI.getType(DstReg); in tryCombineTrunc() local
330 LLT DstTy = MRI.getType(DstReg); in tryFoldImplicitDef() local
996 LLT DstTy = MRI.getType(DstReg); in tryCombineExtract() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h95 const LLT DstTy = MRI.getType(DstReg); in tryCombineAnyExt() local
124 LLT DstTy = MRI.getType(DstReg); in tryCombineZExt() local
157 const LLT DstTy = MRI.getType(DstReg); in tryCombineZExt() local
182 LLT DstTy = MRI.getType(DstReg); in tryCombineSExt() local
212 const LLT DstTy = MRI.getType(DstReg); in tryCombineSExt() local
239 const LLT DstTy = MRI.getType(DstReg); in tryCombineTrunc() local
255 const LLT DstTy = MRI.getType(DstReg); in tryCombineTrunc() local
339 LLT DstTy = MRI.getType(DstReg); in tryFoldImplicitDef() local
1030 LLT DstTy = MRI.getType(DstReg); in tryCombineExtract() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h88 const LLT DstTy = MRI.getType(DstReg); in tryCombineAnyExt() local
117 LLT DstTy = MRI.getType(DstReg); in tryCombineZExt() local
148 const LLT DstTy = MRI.getType(DstReg); in tryCombineZExt() local
173 LLT DstTy = MRI.getType(DstReg); in tryCombineSExt() local
203 const LLT DstTy = MRI.getType(DstReg); in tryCombineSExt() local
230 const LLT DstTy = MRI.getType(DstReg); in tryCombineTrunc() local
246 const LLT DstTy = MRI.getType(DstReg); in tryCombineTrunc() local
330 LLT DstTy = MRI.getType(DstReg); in tryFoldImplicitDef() local
996 LLT DstTy = MRI.getType(DstReg); in tryCombineExtract() local
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h88 const LLT DstTy = MRI.getType(DstReg); in tryCombineAnyExt() local
117 LLT DstTy = MRI.getType(DstReg); in tryCombineZExt() local
148 const LLT DstTy = MRI.getType(DstReg); in tryCombineZExt() local
173 LLT DstTy = MRI.getType(DstReg); in tryCombineSExt() local
203 const LLT DstTy = MRI.getType(DstReg); in tryCombineSExt() local
230 const LLT DstTy = MRI.getType(DstReg); in tryCombineTrunc() local
246 const LLT DstTy = MRI.getType(DstReg); in tryCombineTrunc() local
330 LLT DstTy = MRI.getType(DstReg); in tryFoldImplicitDef() local
996 LLT DstTy = MRI.getType(DstReg); in tryCombineExtract() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DMachineVerifier.cpp990 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1050 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1066 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1085 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1118 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1134 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1161 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1205 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1222 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1239 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/
H A DMachineVerifier.cpp990 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1050 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1066 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1085 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1118 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1134 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1161 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1205 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1222 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1239 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp990 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1050 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1066 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1085 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1118 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1134 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1161 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1205 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1222 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1239 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1010 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1070 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1086 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1105 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1138 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1154 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1181 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1225 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1242 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1259 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
[all …]

12345678910>>...34