Home
last modified time | relevance | path

Searched refs:AllowUndef (Results 1 – 14 of 14) sorted by relevance

/dports/devel/ispc/ispc-1.16.1/llvm_patches/
H A D10_0_fix_for_1788.patch12 + bool AllowUndef;
15 + apint_match(const APInt *&Res, bool AllowUndef)
16 + : Res(Res), AllowUndef(AllowUndef) {}
26 + C->getSplatValue(AllowUndef))) {
37 + return apint_match(Res, /* AllowUndef */ false);
42 + return apint_match(Res, /* AllowUndef */ true);
47 + return apint_match(Res, /* AllowUndef */ false);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp963 bool AllowUndef) { in getAnyConstantSplat() argument
979 if (AllowUndef && isa<GImplicitDef>(MRI.getVRegDef(Element))) in getAnyConstantSplat()
998 int64_t SplatValue, bool AllowUndef) { in isBuildVectorConstantSplat() argument
1000 getAnyConstantSplat(MI.getOperand(0).getReg(), MRI, AllowUndef)) in isBuildVectorConstantSplat()
1018 bool AllowUndef) { in getFConstantSplat() argument
1019 if (auto SplatValAndReg = getAnyConstantSplat(VReg, MRI, AllowUndef)) in getFConstantSplat()
1026 bool AllowUndef) { in isBuildVectorAllZeros() argument
1027 return isBuildVectorConstantSplat(MI, MRI, 0, AllowUndef); in isBuildVectorAllZeros()
1032 bool AllowUndef) { in isBuildVectorAllOnes() argument
1033 return isBuildVectorConstantSplat(MI, MRI, -1, AllowUndef); in isBuildVectorAllOnes()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h370 bool AllowUndef = true);
376 bool AllowUndef = false);
382 bool AllowUndef = false);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/IR/
H A DPatternMatch.h165 bool AllowUndef; member
167 apint_match(const APInt *&Res, bool AllowUndef) in apint_match()
168 : Res(Res), AllowUndef(AllowUndef) {} in apint_match()
178 C->getSplatValue(AllowUndef))) { in match()
190 bool AllowUndef; member
192 apfloat_match(const APFloat *&Res, bool AllowUndef) in apfloat_match()
193 : Res(Res), AllowUndef(AllowUndef) {} in apfloat_match()
203 C->getSplatValue(AllowUndef))) { in match()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/IR/
H A DPatternMatch.h165 bool AllowUndef; member
167 apint_match(const APInt *&Res, bool AllowUndef) in apint_match()
168 : Res(Res), AllowUndef(AllowUndef) {} in apint_match()
178 C->getSplatValue(AllowUndef))) { in match()
190 bool AllowUndef; member
192 apfloat_match(const APFloat *&Res, bool AllowUndef) in apfloat_match()
193 : Res(Res), AllowUndef(AllowUndef) {} in apfloat_match()
203 C->getSplatValue(AllowUndef))) { in match()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/IR/
H A DPatternMatch.h165 bool AllowUndef; member
167 apint_match(const APInt *&Res, bool AllowUndef) in apint_match()
168 : Res(Res), AllowUndef(AllowUndef) {} in apint_match()
178 C->getSplatValue(AllowUndef))) { in match()
190 bool AllowUndef; member
192 apfloat_match(const APFloat *&Res, bool AllowUndef) in apfloat_match()
193 : Res(Res), AllowUndef(AllowUndef) {} in apfloat_match()
203 C->getSplatValue(AllowUndef))) { in match()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/IR/
H A DPatternMatch.h178 bool AllowUndef; member
180 apint_match(const APInt *&Res, bool AllowUndef) in apint_match()
181 : Res(Res), AllowUndef(AllowUndef) {} in apint_match()
191 C->getSplatValue(AllowUndef))) { in match()
203 bool AllowUndef; member
205 apfloat_match(const APFloat *&Res, bool AllowUndef) in apfloat_match()
206 : Res(Res), AllowUndef(AllowUndef) {} in apfloat_match()
216 C->getSplatValue(AllowUndef))) { in match()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/IR/
H A DPatternMatch.h178 bool AllowUndef; member
180 apint_match(const APInt *&Res, bool AllowUndef) in apint_match()
181 : Res(Res), AllowUndef(AllowUndef) {} in apint_match()
191 C->getSplatValue(AllowUndef))) { in match()
203 bool AllowUndef; member
205 apfloat_match(const APFloat *&Res, bool AllowUndef) in apfloat_match()
206 : Res(Res), AllowUndef(AllowUndef) {} in apfloat_match()
216 C->getSplatValue(AllowUndef))) { in match()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DPatternMatch.h222 bool AllowUndef; member
224 apint_match(const APInt *&Res, bool AllowUndef) in apint_match()
225 : Res(Res), AllowUndef(AllowUndef) {} in apint_match()
235 C->getSplatValue(AllowUndef))) { in match()
247 bool AllowUndef; member
249 apfloat_match(const APFloat *&Res, bool AllowUndef) in apfloat_match()
250 : Res(Res), AllowUndef(AllowUndef) {} in apfloat_match()
260 C->getSplatValue(AllowUndef))) { in match()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/IR/
H A DPatternMatch.h222 bool AllowUndef; member
224 apint_match(const APInt *&Res, bool AllowUndef) in apint_match()
225 : Res(Res), AllowUndef(AllowUndef) {} in apint_match()
235 C->getSplatValue(AllowUndef))) { in match()
247 bool AllowUndef; member
249 apfloat_match(const APFloat *&Res, bool AllowUndef) in apfloat_match()
250 : Res(Res), AllowUndef(AllowUndef) {} in apfloat_match()
260 C->getSplatValue(AllowUndef))) { in match()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h222 bool AllowUndef; member
224 apint_match(const APInt *&Res, bool AllowUndef) in apint_match()
225 : Res(Res), AllowUndef(AllowUndef) {} in apint_match()
235 C->getSplatValue(AllowUndef))) { in match()
247 bool AllowUndef; member
249 apfloat_match(const APFloat *&Res, bool AllowUndef) in apfloat_match()
250 : Res(Res), AllowUndef(AllowUndef) {} in apfloat_match()
260 C->getSplatValue(AllowUndef))) { in match()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/IR/
H A DPatternMatch.h222 bool AllowUndef; member
224 apint_match(const APInt *&Res, bool AllowUndef) in apint_match()
225 : Res(Res), AllowUndef(AllowUndef) {} in apint_match()
235 C->getSplatValue(AllowUndef))) { in match()
247 bool AllowUndef; member
249 apfloat_match(const APFloat *&Res, bool AllowUndef) in apfloat_match()
250 : Res(Res), AllowUndef(AllowUndef) {} in apfloat_match()
260 C->getSplatValue(AllowUndef))) { in match()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DPatternMatch.h222 bool AllowUndef; member
224 apint_match(const APInt *&Res, bool AllowUndef) in apint_match()
225 : Res(Res), AllowUndef(AllowUndef) {} in apint_match()
235 C->getSplatValue(AllowUndef))) { in match()
247 bool AllowUndef; member
249 apfloat_match(const APFloat *&Res, bool AllowUndef) in apfloat_match()
250 : Res(Res), AllowUndef(AllowUndef) {} in apfloat_match()
260 C->getSplatValue(AllowUndef))) { in match()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DPatternMatch.h222 bool AllowUndef; member
224 apint_match(const APInt *&Res, bool AllowUndef) in apint_match()
225 : Res(Res), AllowUndef(AllowUndef) {} in apint_match()
235 C->getSplatValue(AllowUndef))) { in match()
247 bool AllowUndef; member
249 apfloat_match(const APFloat *&Res, bool AllowUndef) in apfloat_match()
250 : Res(Res), AllowUndef(AllowUndef) {} in apfloat_match()
260 C->getSplatValue(AllowUndef))) { in match()