/openbsd/gnu/usr.bin/perl/t/lib/warnings/ |
H A D | 9uninit | 298 Use of uninitialized value in print at - line 5. 299 Use of uninitialized value in print at - line 6. 302 Use of uninitialized value in print at - line 7. 304 Use of uninitialized value in print at - line 8. 668 Use of uninitialized value in sort at - line 10. 669 Use of uninitialized value in sort at - line 12. 670 Use of uninitialized value in sort at - line 13. 671 Use of uninitialized value in sort at - line 14. 1245 Use of uninitialized value in open at - line 7. 1246 Use of uninitialized value in open at - line 8. [all …]
|
H A D | 3both | 16 Use of uninitialized value $b in scalar chop at - line 6. 30 Use of uninitialized value $b in scalar chop at - line 6. 67 Use of uninitialized value $b in scalar chop at - line 6. 76 Use of uninitialized value $b in scalar chop at - line 6. 110 Use of uninitialized value $b in scalar chop at - line 5. 122 Use of uninitialized value $b in scalar chop at - line 6. 144 Use of uninitialized value $b in scalar chop at - line 6. 153 Use of uninitialized value $b in scalar chop at - line 6. 184 Use of uninitialized value $b in scalar chop at - line 10. 197 Use of uninitialized value $b in scalar chop at - line 7. [all …]
|
H A D | 1global | 75 Use of uninitialized value $b in scalar chop at - line 4. 91 Use of uninitialized value $b in scalar chop at - line 5. 100 Use of uninitialized value $b in scalar chop at ./abcd line 1. 110 Use of uninitialized value $b in scalar chop at ./abcd line 1. 120 Use of uninitialized value $b in scalar chop at ./abcd line 1. 142 Use of uninitialized value $b in scalar chop at - line 3. 156 Use of uninitialized value $b in scalar chop at - line 4. 163 Use of uninitialized value $b in scalar chop at - line 4. 181 Use of uninitialized value $b in scalar chop at - line 5. 186 Use of uninitialized value in -e at - line 2. [all …]
|
H A D | 4lint | 71 Use of uninitialized value $a in scalar chop at - line 3. 86 Use of uninitialized value $a in scalar chop at - line 3. 101 Use of uninitialized value $a in scalar chop at - line 3. 115 Use of uninitialized value $a in scalar chop at - line 3. 127 Use of uninitialized value $b in scalar chop at (eval 1) line 2. 128 Use of uninitialized value $b in scalar chop at - line 8. 142 Use of uninitialized value $b in scalar chop at (eval 1) line 3. 143 Use of uninitialized value $b in scalar chop at - line 10. 156 Use of uninitialized value $b in scalar chop at (eval 1) line 2. 157 Use of uninitialized value $b in scalar chop at - line 9. [all …]
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | Use.h | 43 class Use { 45 Use(const Use &U) = delete; 49 void swap(Use &RHS); 53 ~Use() { in ~Use() 59 Use(User *Parent) : Parent(Parent) {} in Use() function 77 inline const Use &operator=(const Use &RHS); 82 Use *getNext() const { return Next; } in getNext() 89 static void zap(Use *Start, const Use *Stop, bool del = false); 94 Use *Next = nullptr; 95 Use **Prev = nullptr; [all …]
|
H A D | User.h | 133 template <int Idx> Use &Op() { in Op() 141 const Use *getHungOffOperands() const { in getHungOffOperands() 145 Use *&getHungOffOperands() { return *(reinterpret_cast<Use **>(this) - 1); } in getHungOffOperands() 151 Use *getIntrusiveOperands() { in getIntrusiveOperands() 155 void setOperandList(Use *NewList) { in setOperandList() 162 const Use *getOperandList() const { in getOperandList() 165 Use *getOperandList() { in getOperandList() 186 Use &getOperandUse(unsigned i) { in getOperandUse() 229 using op_iterator = Use*; 230 using const_op_iterator = const Use*; [all …]
|
H A D | OperandTraits.h | 31 static Use *op_begin(SubClass* U) { in op_begin() 35 return reinterpret_cast<Use*>(U) - ARITY; in op_begin() 37 static Use *op_end(SubClass* U) { in op_end() 38 return reinterpret_cast<Use*>(U); in op_end() 69 static Use *op_begin(SubClass* U) { in op_begin() 75 static Use *op_end(SubClass* U) { in op_end() 76 return reinterpret_cast<Use*>(U); in op_end() 96 static Use *op_begin(User* U) { in op_begin() 99 static Use *op_end(User* U) { in op_end() 119 template <int> inline Use &Op(); \ [all …]
|
H A D | Value.h | 76 Use *UseList; 170 use_iterator_impl<Use> UI; 456 Use *getSingleUndroppableUse(); 821 static Use *mergeUseLists(Use *L, Use *R, Compare Cmp) { in mergeUseLists() 822 Use *Merged; in mergeUseLists() 823 Use **Next = &Merged; in mergeUseLists() 865 void Use::set(Value *V) { in set() 876 const Use &Use::operator=(const Use &RHS) { 892 Use *Slots[MaxSlots]; in sortUseList() 895 Use *Next = UseList->Next; in sortUseList() [all …]
|
H A D | AbstractCallSite.h | 26 class Use; variable 98 AbstractCallSite(const Use *U); 106 SmallVectorImpl<const Use *> &CallbackUses); 137 bool isCallee(const Use *U) const { in isCallee() 202 const Use &getCalleeUseForCallback() const { in getCalleeUseForCallback() 227 SmallVector<const Use *, 4u> CallbackUses; in forEachCallbackCallSite() 229 for (const Use *U : CallbackUses) { in forEachCallbackCallSite()
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | User.cpp | 57 size_t size = N * sizeof(Use); in allocHungoffUses() 60 Use *Begin = static_cast<Use*>(::operator new(size)); in allocHungoffUses() 61 Use *End = Begin + N; in allocHungoffUses() 64 new (Begin) Use(this); in allocHungoffUses() 136 Use *Start = reinterpret_cast<Use *>(Storage + DescBytesToAllocate); in allocateFixedOperandUser() 137 Use *End = Start + Us; in allocateFixedOperandUser() 143 new (Start) Use(Obj); in allocateFixedOperandUser() 164 Use **HungOffOperandList = static_cast<Use **>(Storage); in operator new() 186 Use **HungOffOperandList = static_cast<Use **>(Usr) - 1; in operator delete() 192 Use *UseBegin = static_cast<Use *>(Usr) - Obj->NumUserOperands; in operator delete() [all …]
|
H A D | Use.cpp | 14 void Use::swap(Use &RHS) { in swap() 31 unsigned Use::getOperandNo() const { in getOperandNo() 35 void Use::zap(Use *Start, const Use *Stop, bool del) { in zap() 37 (--Stop)->~Use(); in zap()
|
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/ |
H A D | NVPTX.td | 71 "Use PTX version 3.2">; 73 "Use PTX version 4.0">; 75 "Use PTX version 4.1">; 77 "Use PTX version 4.2">; 79 "Use PTX version 4.3">; 81 "Use PTX version 5.0">; 83 "Use PTX version 6.0">; 85 "Use PTX version 6.1">; 87 "Use PTX version 6.3">; 89 "Use PTX version 6.4">; [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Encode/ucm/ |
H A D | symbol.ucm | 107 <UF8E5> \x60 |0 # <Private Use, First> 199 <UF8E6> \xBD |0 # <Private Use, First> 200 <UF8E7> \xBE |0 # <Private Use, First> 236 <UF8E8> \xE2 |0 # <Private Use, First> 237 <UF8E9> \xE3 |0 # <Private Use, First> 238 <UF8EA> \xE4 |0 # <Private Use, First> 240 <UF8EB> \xE6 |0 # <Private Use, First> 241 <UF8EC> \xE7 |0 # <Private Use, First> 242 <UF8ED> \xE8 |0 # <Private Use, First> 243 <UF8EE> \xE9 |0 # <Private Use, First> [all …]
|
/openbsd/gnu/gcc/gcc/config/mips/ |
H A D | mips.opt | 60 Use MIPS-DSP instructions 70 Use big-endian byte order 74 Use little-endian byte order 78 Use ROM instead of RAM 130 Use 32-bit general registers 134 Use 64-bit general registers 150 Use MIPS-3D instructions 154 Use indirect calls 158 Use a 32-bit long type 162 Use a 64-bit long type [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZRegisterInfo.cpp | 94 VRRegMO = &Use.getOperand(0); in getRegAllocationHints() 95 OtherMO = &Use.getOperand(1); in getRegAllocationHints() 96 if (Use.isCommutable()) in getRegAllocationHints() 97 CommuMO = &Use.getOperand(2); in getRegAllocationHints() 99 VRRegMO = &Use.getOperand(1); in getRegAllocationHints() 100 OtherMO = &Use.getOperand(0); in getRegAllocationHints() 102 Use.isCommutable()) { in getRegAllocationHints() 103 VRRegMO = &Use.getOperand(2); in getRegAllocationHints() 104 OtherMO = &Use.getOperand(0); in getRegAllocationHints() 145 if (Use.getOpcode() == SystemZ::LOCRMux || in getRegAllocationHints() [all …]
|
/openbsd/gnu/gcc/gcc/config/sparc/ |
H A D | sparc.opt | 24 Use hardware FP 28 Use hardware FP 44 Use ABI reserved registers 48 Use hardware quad FP instructions 60 Use UltraSPARC Visual Instruction Set extensions 72 Use 64-bit ABI 76 Use 32-bit ABI 80 Use stack bias 92 Use features of and schedule code for given CPU 100 Use given SPARC-V9 code model [all …]
|
/openbsd/gnu/gcc/gcc/config/rs6000/ |
H A D | rs6000.opt | 25 Use POWER instruction set 33 Use POWER2 instruction set 37 Use PowerPC instruction set 45 Use PowerPC-64 instruction set 61 Use PowerPC V2.02 popcntb instruction 69 Use AltiVec instructions 73 Use 4xx half-word multiply instructions 77 Use 4xx string-search dlmzb instruction 89 Use new mnemonics for PowerPC architecture 101 Use hardware floating point [all …]
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | ChangeLog-2000 | 911 (frob_opname): Use it. 912 (yylex): Use it. 1389 (count_trees): Use it. 2434 (template_arg): Use it. 2672 BINFO_PRIMARY_MARKED_P here. Use BV_FN consistently. Use 2691 (expand_body): Use it. 3524 (init_parse): Use it. 4383 Use int_size_in_bytes. 5354 Use tree_low_cst. 5358 Use tree_low_cst. [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonOptimizeSZextends.cpp | 77 for (Use &U : llvm::make_early_inc_range(Arg.uses())) { in runOnFunction() 79 Instruction* Use = cast<Instruction>(U); in runOnFunction() local 80 SExtInst* SI = new SExtInst(&Arg, Use->getType()); in runOnFunction() 82 (EVT::getEVT(Use->getType()))); in runOnFunction() 83 Use->replaceAllUsesWith(SI); in runOnFunction() 86 Use->eraseFromParent(); in runOnFunction() 130 const Use &TheUse = UI.getUse(); in runOnFunction()
|
/openbsd/gnu/gcc/gcc/config/pdp11/ |
H A D | pdp11.opt | 36 Use 16-bit abs patterns 48 Use inline patterns for copying memory 60 Use the DEC assembler syntax 64 Use 32 bit float 68 Use 64 bit float 72 Use hardware floating point 76 Use 16 bit int 80 Use 32 bit int 92 Use UNIX assembler syntax
|
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRV.td | 24 "Use SPIR-V version 1.0">; 26 "Use SPIR-V version 1.1">; 28 "Use SPIR-V version 1.2">; 30 "Use SPIR-V version 1.3">; 32 "Use SPIR-V version 1.4">; 34 "Use SPIR-V version 1.5">;
|
/openbsd/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceOperands.cpp | 22 function_ref<Value *(Use &)> ReduceValue) { in extractOperandsFromModule() 48 static bool isOne(Use &Op) { in isOne() 53 static bool isZero(Use &Op) { in isZero() 64 static bool shouldReduceOperand(Use &Op) { in shouldReduceOperand() 79 static bool switchCaseExists(Use &Op, ConstantInt *CI) { in switchCaseExists() 87 auto ReduceValue = [](Use &Op) -> Value * { in reduceOperandsOneDeltaPass() 130 auto ReduceValue = [](Use &Op) -> Value * { in reduceOperandsZeroDeltaPass() 149 auto ReduceValue = [](Use &Op) -> Value * { in reduceOperandsNaNDeltaPass()
|
H A D | ReduceOperandsSkip.cpp | 37 for (Use &Op : O->operands()) in collectReferencedValues() 45 static bool shouldReduceOperand(Use &Op) { in shouldReduceOperand() 92 function_ref<void(Use &, ArrayRef<Value *>)> Callback) { in opportunities() argument 142 for (Use &Op : I.operands()) { in opportunities() 194 SmallVector<std::pair<Use *, Value *>> Replacements; in extractOperandsFromModule() 195 opportunities(F, [&](Use &Op, ArrayRef<Value *> Candidates) { in extractOperandsFromModule() 217 for (std::pair<Use *, Value *> P : Replacements) { in extractOperandsFromModule()
|
/openbsd/gnu/gcc/libcpp/ |
H A D | ChangeLog | 209 Use in print_dep assignment. 233 (cpp_set_lang): Use it. 263 (.c.o): Use $(COMPILE). 283 (parse_include): Use XNEWVEC. 303 (make_cpp_file): Use XCNEW. 310 (remap_filename): Use XNEWVEC. 321 (new_buff): Use XNEWVEC. 333 (deps_init): Use XCNEW. 340 (cpp_save_state): Use XNEW. 349 (ht_expand): Use XCNEWVEC. [all …]
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | LegacyDivergenceAnalysis.h | 31 class Use; variable 40 bool isDivergentUse(const Use *U) const; 47 bool isUniformUse(const Use *U) const { return !isDivergentUse(U); } in isUniformUse() 71 DenseSet<const Use *> DivergentUses; 98 DenseSet<const Use *> DivergentUses;
|