| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| H A D | BuildLibCalls.h | 20 class Value; variable 44 Value *castToCStr(Value *V, IRBuilderBase &B); 49 Value *emitStrLen(Value *Ptr, IRBuilderBase &B, const DataLayout &DL, 55 Value *emitStrDup(Value *Ptr, IRBuilderBase &B, const TargetLibraryInfo *TLI); 60 Value *emitStrNLen(Value *Ptr, Value *MaxLen, IRBuilderBase &B, 66 Value *emitStrChr(Value *Ptr, char C, IRBuilderBase &B, 70 Value *emitStrNCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilderBase &B, 75 Value *emitStrCpy(Value *Dst, Value *Src, IRBuilderBase &B, 80 Value *emitStpCpy(Value *Dst, Value *Src, IRBuilderBase &B, 85 Value *emitStrNCpy(Value *Dst, Value *Src, Value *Len, IRBuilderBase &B, [all …]
|
| H A D | SimplifyLibCalls.h | 22 class Value; variable 51 Value *optimizeCall(CallInst *CI, IRBuilderBase &B); 54 Value *optimizeMemCpyChk(CallInst *CI, IRBuilderBase &B); 55 Value *optimizeMemMoveChk(CallInst *CI, IRBuilderBase &B); 56 Value *optimizeMemSetChk(CallInst *CI, IRBuilderBase &B); 59 Value *optimizeStrpCpyChk(CallInst *CI, IRBuilderBase &B, LibFunc Func); 60 Value *optimizeStrpNCpyChk(CallInst *CI, IRBuilderBase &B, LibFunc Func); 61 Value *optimizeStrLenChk(CallInst *CI, IRBuilderBase &B); 62 Value *optimizeMemPCpyChk(CallInst *CI, IRBuilderBase &B); 63 Value *optimizeMemCCpyChk(CallInst *CI, IRBuilderBase &B); [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 59 class Value; variable 134 bool isUndefValue(Value *V) const { in isUndefValue() 148 Value *SimplifyFNegInst(Value *Op, FastMathFlags FMF, 152 Value *SimplifyAddInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW, 156 Value *SimplifySubInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW, 160 Value *SimplifyFAddInst(Value *LHS, Value *RHS, FastMathFlags FMF, 164 Value *SimplifyFSubInst(Value *LHS, Value *RHS, FastMathFlags FMF, 168 Value *SimplifyFMulInst(Value *LHS, Value *RHS, FastMathFlags FMF, 175 Value *SimplifyFMAFMul(Value *LHS, Value *RHS, FastMathFlags FMF, 179 Value *SimplifyMulInst(Value *LHS, Value *RHS, const SimplifyQuery &Q); [all …]
|
| H A D | ValueTracking.h | 46 class Value; variable 58 void computeKnownBits(const Value *V, KnownBits &Known, 74 void computeKnownBits(const Value *V, const APInt &DemandedElts, 83 KnownBits computeKnownBits(const Value *V, const DataLayout &DL, 91 KnownBits computeKnownBits(const Value *V, const APInt &DemandedElts, 106 bool haveNoCommonBitsSet(const Value *LHS, const Value *RHS, 118 bool isKnownToBeAPowerOfTwo(const Value *V, const DataLayout &DL, 133 bool isKnownNonZero(const Value *V, const DataLayout &DL, unsigned Depth = 0, 143 bool isKnownNegation(const Value *X, const Value *Y, bool NeedNSW = false); 146 bool isKnownNonNegative(const Value *V, const DataLayout &DL, [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
| H A D | mips-tables.opt | 31 Enum(mips_arch_opt_value) String(from-abi) Value(MIPS_ARCH_OPTION_FROM_ABI) 34 Enum(mips_arch_opt_value) String(native) Value(MIPS_ARCH_OPTION_NATIVE) DriverOnly 37 Enum(mips_arch_opt_value) String(mips1) Value(0) Canonical 40 Enum(mips_mips_opt_value) String(1) Value(0) 43 Enum(mips_arch_opt_value) String(mips2) Value(1) Canonical 46 Enum(mips_mips_opt_value) String(2) Value(1) 49 Enum(mips_arch_opt_value) String(mips3) Value(2) Canonical 52 Enum(mips_mips_opt_value) String(3) Value(2) 55 Enum(mips_arch_opt_value) String(mips4) Value(3) Canonical 58 Enum(mips_mips_opt_value) String(4) Value(3) [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
| H A D | mips-tables.opt | 31 Enum(mips_arch_opt_value) String(from-abi) Value(MIPS_ARCH_OPTION_FROM_ABI) 34 Enum(mips_arch_opt_value) String(native) Value(MIPS_ARCH_OPTION_NATIVE) DriverOnly 37 Enum(mips_arch_opt_value) String(mips1) Value(0) Canonical 40 Enum(mips_mips_opt_value) String(1) Value(0) 43 Enum(mips_arch_opt_value) String(mips2) Value(1) Canonical 46 Enum(mips_mips_opt_value) String(2) Value(1) 49 Enum(mips_arch_opt_value) String(mips3) Value(2) Canonical 52 Enum(mips_mips_opt_value) String(3) Value(2) 55 Enum(mips_arch_opt_value) String(mips4) Value(3) Canonical 58 Enum(mips_mips_opt_value) String(4) Value(3) [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | ScopedPrinter.h | 34 T Value; member 35 EnumEntry(StringRef N, StringRef A, T V) : Name(N), AltName(A), Value(V) {} in EnumEntry() 36 EnumEntry(StringRef N, T V) : Name(N), AltName(N), Value(V) {} in EnumEntry() 44 HexNumber(char Value) : Value(static_cast<unsigned char>(Value)) {} in HexNumber() 45 HexNumber(signed char Value) : Value(static_cast<unsigned char>(Value)) {} in HexNumber() 46 HexNumber(signed short Value) : Value(static_cast<unsigned short>(Value)) {} in HexNumber() 47 HexNumber(signed int Value) : Value(static_cast<unsigned int>(Value)) {} in HexNumber() 48 HexNumber(signed long Value) : Value(static_cast<unsigned long>(Value)) {} in HexNumber() 49 HexNumber(signed long long Value) in HexNumber() 50 : Value(static_cast<unsigned long long>(Value)) {} in HexNumber() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
| H A D | m68k-tables.opt | 28 Enum(target_device) String(68000) Value(m68000) 31 Enum(target_device) String(68010) Value(m68010) 34 Enum(target_device) String(68020) Value(m68020) 37 Enum(target_device) String(68030) Value(m68030) 40 Enum(target_device) String(68040) Value(m68040) 43 Enum(target_device) String(68060) Value(m68060) 46 Enum(target_device) String(68302) Value(m68302) 49 Enum(target_device) String(68332) Value(m68332) 52 Enum(target_device) String(cpu32) Value(cpu32) 55 Enum(target_device) String(51) Value(mcf51) [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/ |
| H A D | m68k-tables.opt | 28 Enum(target_device) String(68000) Value(m68000) 31 Enum(target_device) String(68010) Value(m68010) 34 Enum(target_device) String(68020) Value(m68020) 37 Enum(target_device) String(68030) Value(m68030) 40 Enum(target_device) String(68040) Value(m68040) 43 Enum(target_device) String(68060) Value(m68060) 46 Enum(target_device) String(68302) Value(m68302) 49 Enum(target_device) String(68332) Value(m68332) 52 Enum(target_device) String(cpu32) Value(cpu32) 55 Enum(target_device) String(51) Value(mcf51) [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRAsmBackend.cpp | 37 static void signed_width(unsigned Width, uint64_t Value, in signed_width() argument 40 if (!isIntN(Width, Value)) { in signed_width() 57 static void unsigned_width(unsigned Width, uint64_t Value, in unsigned_width() argument 60 if (!isUIntN(Width, Value)) { in unsigned_width() 77 static void adjustBranch(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in adjustBranch() argument 81 unsigned_width(Size + 1, Value, std::string("branch target"), Fixup, Ctx); in adjustBranch() 84 AVR::fixups::adjustBranchTarget(Value); in adjustBranch() 89 uint64_t &Value, MCContext *Ctx = nullptr) { in adjustRelativeBranch() argument 92 signed_width(Size + 1, Value, std::string("branch target"), Fixup, Ctx); in adjustRelativeBranch() 95 AVR::fixups::adjustBranchTarget(Value); in adjustRelativeBranch() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
| H A D | arm-tables.opt | 28 Enum(processor_type) String(arm8) Value( TARGET_CPU_arm8) 31 Enum(processor_type) String(arm810) Value( TARGET_CPU_arm810) 34 Enum(processor_type) String(strongarm) Value( TARGET_CPU_strongarm) 37 Enum(processor_type) String(fa526) Value( TARGET_CPU_fa526) 40 Enum(processor_type) String(fa626) Value( TARGET_CPU_fa626) 43 Enum(processor_type) String(arm7tdmi) Value( TARGET_CPU_arm7tdmi) 46 Enum(processor_type) String(arm710t) Value( TARGET_CPU_arm710t) 49 Enum(processor_type) String(arm9) Value( TARGET_CPU_arm9) 52 Enum(processor_type) String(arm9tdmi) Value( TARGET_CPU_arm9tdmi) 55 Enum(processor_type) String(arm920t) Value( TARGET_CPU_arm920t) [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 160 Value *Insert(Value *V, const Twine &Name = "") const { 580 CallInst *CreateMemSet(Value *Ptr, Value *Val, uint64_t Size, 588 CallInst *CreateMemSet(Value *Ptr, Value *Val, Value *Size, MaybeAlign Align, 599 CallInst *CreateElementUnorderedAtomicMemSet(Value *Ptr, Value *Val, 610 CallInst *CreateElementUnorderedAtomicMemSet(Value *Ptr, Value *Val, 611 Value *Size, Align Alignment, 622 CallInst *CreateMemCpy(Value *Dst, MaybeAlign DstAlign, Value *Src, 634 Intrinsic::ID IntrID, Value *Dst, MaybeAlign DstAlign, Value *Src, 635 MaybeAlign SrcAlign, Value *Size, bool isVolatile = false, 639 CallInst *CreateMemCpy(Value *Dst, MaybeAlign DstAlign, Value *Src, [all …]
|
| H A D | Value.h | 56 using ValueName = StringMapEntry<Value *>; 75 class Value { 127 friend class Value; variable 173 friend class Value; variable 216 Value(Type *Ty, unsigned scid); 223 ~Value(); // Use deleteValue() to delete a generic Value. 226 Value(const Value &) = delete; 227 Value &operator=(const Value &) = delete; 269 void doRAUW(Value *New, ReplaceMetadataUses); 292 void takeName(Value *V); [all …]
|
| H A D | IRBuilderFolder.h | 32 virtual Value *CreateAdd(Constant *LHS, Constant *RHS, 34 virtual Value *CreateFAdd(Constant *LHS, Constant *RHS) const = 0; 35 virtual Value *CreateSub(Constant *LHS, Constant *RHS, 37 virtual Value *CreateFSub(Constant *LHS, Constant *RHS) const = 0; 38 virtual Value *CreateMul(Constant *LHS, Constant *RHS, 40 virtual Value *CreateFMul(Constant *LHS, Constant *RHS) const = 0; 41 virtual Value *CreateUDiv(Constant *LHS, Constant *RHS, 43 virtual Value *CreateSDiv(Constant *LHS, Constant *RHS, 45 virtual Value *CreateFDiv(Constant *LHS, Constant *RHS) const = 0; 46 virtual Value *CreateURem(Constant *LHS, Constant *RHS) const = 0; [all …]
|
| H A D | ValueHandle.h | 30 friend class Value; variable 51 Value *Val = nullptr; 53 void setValPtr(Value *V) { Val = V; } in setValPtr() 58 ValueHandleBase(HandleBaseKind Kind, Value *V) in ValueHandleBase() 69 Value *operator=(Value *RHS) { 80 Value *operator=(const ValueHandleBase &RHS) { 91 Value *operator->() const { return getValPtr(); } 92 Value &operator*() const { 93 Value *V = getValPtr(); 99 Value *getValPtr() const { return Val; } in getValPtr() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| H A D | arm-tables.opt | 28 Enum(processor_type) String(arm8) Value( TARGET_CPU_arm8) 31 Enum(processor_type) String(arm810) Value( TARGET_CPU_arm810) 34 Enum(processor_type) String(strongarm) Value( TARGET_CPU_strongarm) 37 Enum(processor_type) String(fa526) Value( TARGET_CPU_fa526) 40 Enum(processor_type) String(fa626) Value( TARGET_CPU_fa626) 43 Enum(processor_type) String(arm7tdmi) Value( TARGET_CPU_arm7tdmi) 46 Enum(processor_type) String(arm710t) Value( TARGET_CPU_arm710t) 49 Enum(processor_type) String(arm9) Value( TARGET_CPU_arm9) 52 Enum(processor_type) String(arm9tdmi) Value( TARGET_CPU_arm9tdmi) 55 Enum(processor_type) String(arm920t) Value( TARGET_CPU_arm920t) [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | rs6000-tables.opt | 27 Enum(rs6000_cpu_opt_value) String(native) Value(RS6000_CPU_OPTION_NATIVE) DriverOnly 30 Enum(rs6000_cpu_opt_value) String(401) Value(0) 33 Enum(rs6000_cpu_opt_value) String(403) Value(1) 36 Enum(rs6000_cpu_opt_value) String(405) Value(2) 39 Enum(rs6000_cpu_opt_value) String(405fp) Value(3) 42 Enum(rs6000_cpu_opt_value) String(440) Value(4) 45 Enum(rs6000_cpu_opt_value) String(440fp) Value(5) 48 Enum(rs6000_cpu_opt_value) String(464) Value(6) 51 Enum(rs6000_cpu_opt_value) String(464fp) Value(7) 54 Enum(rs6000_cpu_opt_value) String(476) Value(8) [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | rs6000-tables.opt | 27 Enum(rs6000_cpu_opt_value) String(native) Value(RS6000_CPU_OPTION_NATIVE) DriverOnly 30 Enum(rs6000_cpu_opt_value) String(401) Value(0) 33 Enum(rs6000_cpu_opt_value) String(403) Value(1) 36 Enum(rs6000_cpu_opt_value) String(405) Value(2) 39 Enum(rs6000_cpu_opt_value) String(405fp) Value(3) 42 Enum(rs6000_cpu_opt_value) String(440) Value(4) 45 Enum(rs6000_cpu_opt_value) String(440fp) Value(5) 48 Enum(rs6000_cpu_opt_value) String(464) Value(6) 51 Enum(rs6000_cpu_opt_value) String(464fp) Value(7) 54 Enum(rs6000_cpu_opt_value) String(476) Value(8) [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/csky/ |
| H A D | csky_tables.opt | 27 Enum(csky_processor_type) String(ck801) Value( TARGET_CPU_ck801) 30 Enum(csky_processor_type) String(ck801t) Value( TARGET_CPU_ck801t) 33 Enum(csky_processor_type) String(ck802) Value( TARGET_CPU_ck802) 36 Enum(csky_processor_type) String(ck802t) Value( TARGET_CPU_ck802t) 39 Enum(csky_processor_type) String(ck802j) Value( TARGET_CPU_ck802j) 42 Enum(csky_processor_type) String(ck803) Value( TARGET_CPU_ck803) 45 Enum(csky_processor_type) String(ck803h) Value( TARGET_CPU_ck803h) 48 Enum(csky_processor_type) String(ck803t) Value( TARGET_CPU_ck803t) 51 Enum(csky_processor_type) String(ck803ht) Value( TARGET_CPU_ck803ht) 54 Enum(csky_processor_type) String(ck803f) Value( TARGET_CPU_ck803f) [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/csky/ |
| H A D | csky_tables.opt | 27 Enum(csky_processor_type) String(ck801) Value( TARGET_CPU_ck801) 30 Enum(csky_processor_type) String(ck801t) Value( TARGET_CPU_ck801t) 33 Enum(csky_processor_type) String(ck802) Value( TARGET_CPU_ck802) 36 Enum(csky_processor_type) String(ck802t) Value( TARGET_CPU_ck802t) 39 Enum(csky_processor_type) String(ck802j) Value( TARGET_CPU_ck802j) 42 Enum(csky_processor_type) String(ck803) Value( TARGET_CPU_ck803) 45 Enum(csky_processor_type) String(ck803h) Value( TARGET_CPU_ck803h) 48 Enum(csky_processor_type) String(ck803t) Value( TARGET_CPU_ck803t) 51 Enum(csky_processor_type) String(ck803ht) Value( TARGET_CPU_ck803ht) 54 Enum(csky_processor_type) String(ck803f) Value( TARGET_CPU_ck803f) [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
| H A D | ir.go | 37 Value struct { struct 84 func (c Value) IsNil() bool { return c.C == nil } argument 96 func llvmValueRefPtr(t *Value) *C.LLVMValueRef { return (*C.LLVMValueRef)(unsafe.Pointer(t)) } argument 110 func llvmValueRefs(values []Value) (*C.LLVMValueRef, C.unsigned) { argument 706 func (v Value) Type() (t Type) { t.C = C.LLVMTypeOf(v.C); return } argument 707 func (v Value) Name() string { return C.GoString(C.LLVMGetValueName(v.C)) } argument 708 func (v Value) SetName(name string) { argument 713 func (v Value) Dump() { C.LLVMDumpValue(v.C) } argument 714 func (v Value) ReplaceAllUsesWith(nv Value) { C.LLVMReplaceAllUsesWith(v.C, nv.C) } argument 715 func (v Value) HasMetadata() bool { return C.LLVMHasMetadata(v.C) != 0 } argument [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMAsmBackend.cpp | 237 static const char *checkPCRelOffset(uint64_t Value, int64_t Min, int64_t Max) { in checkPCRelOffset() argument 238 int64_t Offset = int64_t(Value) - 4; in checkPCRelOffset() 245 uint64_t Value) const { in reasonForFixupRelaxation() 254 int64_t Offset = int64_t(Value) - 4; in reasonForFixupRelaxation() 266 int64_t Offset = int64_t(Value) - 4; in reasonForFixupRelaxation() 275 int64_t Offset = int64_t(Value) - 4; in reasonForFixupRelaxation() 286 int64_t Offset = (Value & ~1); in reasonForFixupRelaxation() 292 return checkPCRelOffset(Value, 0, 30); in reasonForFixupRelaxation() 294 return checkPCRelOffset(Value, -0x10000, +0xfffe); in reasonForFixupRelaxation() 296 return checkPCRelOffset(Value, -0x40000, +0x3fffe); in reasonForFixupRelaxation() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | StringSwitch.h | 67 StringSwitch &Case(StringLiteral S, T Value) { in Case() argument 69 Result = std::move(Value); in Case() 74 StringSwitch& EndsWith(StringLiteral S, T Value) { in EndsWith() argument 76 Result = std::move(Value); in EndsWith() 81 StringSwitch& StartsWith(StringLiteral S, T Value) { in StartsWith() argument 83 Result = std::move(Value); in StartsWith() 88 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, T Value) { in Cases() argument 89 return Case(S0, Value).Case(S1, Value); in Cases() 93 T Value) { in Cases() argument 94 return Case(S0, Value).Cases(S1, S2, Value); in Cases() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldELFMips.cpp | 15 uint64_t Value) { in resolveRelocation() argument 18 resolveMIPSO32Relocation(Section, RE.Offset, Value, RE.RelType, RE.Addend); in resolveRelocation() 20 resolveMIPSN32Relocation(Section, RE.Offset, Value, RE.RelType, RE.Addend, in resolveRelocation() 23 resolveMIPSN64Relocation(Section, RE.Offset, Value, RE.RelType, RE.Addend, in resolveRelocation() 30 uint64_t Value, in evaluateRelocation() argument 34 Value = evaluateMIPS64Relocation(Section, RE.Offset, Value, RE.RelType, in evaluateRelocation() 36 return Value; in evaluateRelocation() 42 uint64_t Value) { in applyRelocation() argument 45 applyMIPSRelocation(Section.getAddressWithOffset(RE.Offset), Value, in applyRelocation() 54 uint64_t Offset, uint64_t Value, in evaluateMIPS32Relocation() argument [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | hash-map-traits.h | 31 template <typename H, typename Value> 46 template <typename H, typename Value> 48 simple_hashmap_traits <H, Value>::hash (const key_type &h) in hash() 53 template <typename H, typename Value> 55 simple_hashmap_traits <H, Value>::equal_keys (const key_type &k1, in equal_keys() 61 template <typename H, typename Value> 64 simple_hashmap_traits <H, Value>::remove (T &entry) in remove() 67 entry.m_value.~Value (); in remove() 70 template <typename H, typename Value> 73 simple_hashmap_traits <H, Value>::is_empty (const T &entry) in is_empty() [all …]
|