Home
last modified time | relevance | path

Searched defs:Value (Results 1 – 25 of 1035) sorted by relevance

12345678910>>...42

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFF.h59 uint8_t Length, uint8_t &Value) { in getBits() argument
69 static void get(const uint8_t *Bytes, uint8_t ByteIndex, T &Value) { in get() argument
128 SymbolType = (GOFF::ESDSymbolType)Value; in getNameSpaceId() local
106 uint8_t Value; getSymbolType() local
134 uint8_t Value; getFillBytePresent() local
140 uint8_t Value; getNameMangled() local
146 uint8_t Value; getRenamable() local
152 uint8_t Value; getRemovable() local
170 uint8_t Value; getAmode() local
176 uint8_t Value; getRmode() local
182 uint8_t Value; getTextStyle() local
189 uint8_t Value; getBindingAlgorithm() local
196 uint8_t Value; getTaskingBehavior() local
202 uint8_t Value; getReadOnly() local
209 uint8_t Value; getExecutable() local
216 uint8_t Value; getDuplicateSeverity() local
223 uint8_t Value; getBindingStrength() local
230 uint8_t Value; getLoadingBehavior() local
236 uint8_t Value; getIndirectReference() local
243 uint8_t Value; getBindingScope() local
250 uint8_t Value; getLinkageType() local
257 uint8_t Value; getAlignment() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParserCommon.h16 inline bool isImmSExti16i8Value(uint64_t Value) { in isImmSExti16i8Value()
21 inline bool isImmSExti32i8Value(uint64_t Value) { in isImmSExti32i8Value()
26 inline bool isImmSExti64i8Value(uint64_t Value) { in isImmSExti64i8Value()
30 inline bool isImmSExti64i32Value(uint64_t Value) { in isImmSExti64i32Value()
34 inline bool isImmUnsignedi8Value(uint64_t Value) { in isImmUnsignedi8Value()
38 inline bool isImmUnsignedi4Value(uint64_t Value) { in isImmUnsignedi4Value()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h34 T Value; member
57 uint64_t Value; global() member
80 uint64_t Value; global() member
85 to_string(const T & Value) to_string() argument
93 enumToString(T Value,ArrayRef<EnumEntry<TEnum>> EnumValues) enumToString() argument
139 hex(T Value) hex() argument
142 printEnum(StringRef Label,T Value,ArrayRef<EnumEntry<TEnum>> EnumValues) printEnum() argument
188 printFlags(StringRef Label,T Value) printFlags() argument
201 printNumber(StringRef Label,char Value) printNumber() argument
205 printNumber(StringRef Label,signed char Value) printNumber() argument
209 printNumber(StringRef Label,unsigned char Value) printNumber() argument
213 printNumber(StringRef Label,short Value) printNumber() argument
217 printNumber(StringRef Label,unsigned short Value) printNumber() argument
221 printNumber(StringRef Label,int Value) printNumber() argument
225 printNumber(StringRef Label,unsigned int Value) printNumber() argument
229 printNumber(StringRef Label,long Value) printNumber() argument
233 printNumber(StringRef Label,unsigned long Value) printNumber() argument
237 printNumber(StringRef Label,long long Value) printNumber() argument
241 printNumber(StringRef Label,unsigned long long Value) printNumber() argument
245 printNumber(StringRef Label,const APSInt & Value) printNumber() argument
249 printNumber(StringRef Label,float Value) printNumber() argument
253 printNumber(StringRef Label,double Value) printNumber() argument
258 printNumber(StringRef Label,StringRef Str,T Value) printNumber() argument
262 printBoolean(StringRef Label,bool Value) printBoolean() argument
348 printHex(StringRef Label,T Value) printHex() argument
352 printHex(StringRef Label,StringRef Str,T Value) printHex() argument
357 printSymbolOffset(StringRef Label,StringRef Symbol,T Value) printSymbolOffset() argument
361 printString(StringRef Value) printString() argument
363 printString(StringRef Label,StringRef Value) printString() argument
367 printStringEscaped(StringRef Label,StringRef Value) printStringEscaped() argument
371 printBinary(StringRef Label,StringRef Str,ArrayRef<uint8_t> Value) printBinary() argument
375 printBinary(StringRef Label,StringRef Str,ArrayRef<char> Value) printBinary() argument
381 printBinary(StringRef Label,ArrayRef<uint8_t> Value) printBinary() argument
385 printBinary(StringRef Label,ArrayRef<char> Value) printBinary() argument
391 printBinary(StringRef Label,StringRef Value) printBinary() argument
397 printBinaryBlock(StringRef Label,ArrayRef<uint8_t> Value,uint32_t StartOffset) printBinaryBlock() argument
402 printBinaryBlock(StringRef Label,ArrayRef<uint8_t> Value) printBinaryBlock() argument
406 printBinaryBlock(StringRef Label,StringRef Value) printBinaryBlock() argument
412 printObject(StringRef Label,const T & Value) printObject() argument
436 printVersionInternal(T Value) printVersionInternal() argument
441 printVersionInternal(S Value,T Value2,TArgs...Args) printVersionInternal() argument
454 printFlagsImpl(StringRef Label,HexNumber Value,ArrayRef<FlagEntry> Flags) printFlagsImpl() argument
462 printFlagsImpl(StringRef Label,HexNumber Value,ArrayRef<HexNumber> Flags) printFlagsImpl() argument
487 printHexImpl(StringRef Label,HexNumber Value) printHexImpl() argument
491 printHexImpl(StringRef Label,StringRef Str,HexNumber Value) printHexImpl() argument
496 printSymbolOffsetImpl(StringRef Label,StringRef Symbol,HexNumber Value) printSymbolOffsetImpl() argument
501 printNumberImpl(StringRef Label,StringRef Str,StringRef Value) printNumberImpl() argument
505 printStringEscapedImpl(StringRef Label,StringRef Value) printStringEscapedImpl() argument
577 printNumber(StringRef Label,char Value) printNumber() argument
581 printNumber(StringRef Label,signed char Value) printNumber() argument
585 printNumber(StringRef Label,unsigned char Value) printNumber() argument
589 printNumber(StringRef Label,short Value) printNumber() argument
593 printNumber(StringRef Label,unsigned short Value) printNumber() argument
597 printNumber(StringRef Label,int Value) printNumber() argument
601 printNumber(StringRef Label,unsigned int Value) printNumber() argument
605 printNumber(StringRef Label,long Value) printNumber() argument
609 printNumber(StringRef Label,unsigned long Value) printNumber() argument
613 printNumber(StringRef Label,long long Value) printNumber() argument
617 printNumber(StringRef Label,unsigned long long Value) printNumber() argument
621 printNumber(StringRef Label,float Value) printNumber() argument
625 printNumber(StringRef Label,double Value) printNumber() argument
629 printNumber(StringRef Label,const APSInt & Value) printNumber() argument
635 printBoolean(StringRef Label,bool Value) printBoolean() argument
687 printString(StringRef Value) printString() argument
689 printString(StringRef Label,StringRef Value) printString() argument
717 printAPSInt(const APSInt & Value) printAPSInt() argument
722 printFlagsImpl(StringRef Label,HexNumber Value,ArrayRef<FlagEntry> Flags) printFlagsImpl() argument
737 printFlagsImpl(StringRef Label,HexNumber Value,ArrayRef<HexNumber> Flags) printFlagsImpl() argument
765 printHexImpl(StringRef Label,HexNumber Value) printHexImpl() argument
769 printHexImpl(StringRef Label,StringRef Str,HexNumber Value) printHexImpl() argument
777 printSymbolOffsetImpl(StringRef Label,StringRef Symbol,HexNumber Value) printSymbolOffsetImpl() argument
785 printNumberImpl(StringRef Label,StringRef Str,StringRef Value) printNumberImpl() argument
[all...]
H A DMathExtras.h136 Hi_32(uint64_t Value) Hi_32() argument
141 Lo_32(uint64_t Value) Lo_32() argument
240 isMask_32(uint32_t Value) isMask_32() argument
246 isMask_64(uint64_t Value) isMask_64() argument
252 isShiftedMask_32(uint32_t Value) isShiftedMask_32() argument
258 isShiftedMask_64(uint64_t Value) isShiftedMask_64() argument
264 isPowerOf2_32(uint32_t Value) isPowerOf2_32() argument
269 isPowerOf2_64(uint64_t Value) isPowerOf2_64() argument
278 isShiftedMask_32(uint32_t Value,unsigned & MaskIdx,unsigned & MaskLen) isShiftedMask_32() argument
291 isShiftedMask_64(uint64_t Value,unsigned & MaskIdx,unsigned & MaskLen) isShiftedMask_64() argument
313 Log2_32(uint32_t Value) Log2_32() argument
319 Log2_64(uint64_t Value) Log2_64() argument
326 Log2_32_Ceil(uint32_t Value) Log2_32_Ceil() argument
332 Log2_64_Ceil(uint64_t Value) Log2_64_Ceil() argument
377 alignTo(uint64_t Value,uint64_t Align) alignTo() argument
382 alignToPowerOf2(uint64_t Value,uint64_t Align) alignToPowerOf2() argument
403 alignTo(uint64_t Value,uint64_t Align,uint64_t Skew) alignTo() argument
411 alignTo(uint64_t Value) alignTo() argument
[all...]
H A DHashBuilder.h149 add(T Value) { in add()
166 template <typename T> HashBuilder &add(ArrayRef<T> Value) { in add()
196 HashBuilder &add(StringRef Value) { in add()
297 add(const T &Value) { in add()
303 HashBuilder &add(const std::pair<T1, T2> &Value) { in add()
355 adjustForEndiannessAndAdd(const T &Value) { in adjustForEndiannessAndAdd()
406 hash_value(const T &Value) { in hash_value()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringSwitch.h69 StringSwitch &Case(StringLiteral S, T Value) { in Case()
76 StringSwitch& EndsWith(StringLiteral S, T Value) { in EndsWith()
83 StringSwitch& StartsWith(StringLiteral S, T Value) { in StartsWith()
90 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, T Value) { in Cases()
95 T Value) { in Cases()
100 StringLiteral S3, T Value) { in Cases()
105 StringLiteral S3, StringLiteral S4, T Value) { in Cases()
111 T Value) { in Cases()
117 StringLiteral S6, T Value) { in Cases()
123 StringLiteral S6, StringLiteral S7, T Value) { in Cases()
[all …]
H A DAny.h55 T Value; member
88 Any(T &&Value) { in Any()
138 template <class T> T any_cast(const Any &Value) { in any_cast()
143 template <class T> T any_cast(Any &Value) { in any_cast()
148 template <class T> T any_cast(Any &&Value) { in any_cast()
153 template <class T> const T *any_cast(const Any *Value) { in any_cast()
160 template <class T> T *any_cast(Any *Value) { in any_cast()
H A DLazyAtomicPointer.h38 static T *makePointer(uintptr_t Value) { in makePointer() argument
42 static uintptr_t makeRaw(T *Value) { in makeRaw() argument
50 void store(T *Value) { return (void)exchange(Value); } in store() argument
54 T *exchange(T *Value) { in exchange() argument
143 LazyAtomicPointer(T * Value) LazyAtomicPointer() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp37 signed_width(unsigned Width,uint64_t Value,std::string Description,const MCFixup & Fixup,MCContext * Ctx=nullptr) signed_width() argument
57 unsigned_width(unsigned Width,uint64_t Value,std::string Description,const MCFixup & Fixup,MCContext * Ctx=nullptr) unsigned_width() argument
77 adjustBranch(unsigned Size,const MCFixup & Fixup,uint64_t & Value,MCContext * Ctx=nullptr) adjustBranch() argument
89 adjustRelativeBranch(unsigned Size,const MCFixup & Fixup,uint64_t & Value,MCContext * Ctx=nullptr) adjustRelativeBranch() argument
104 fixup_call(unsigned Size,const MCFixup & Fixup,uint64_t & Value,MCContext * Ctx=nullptr) fixup_call() argument
120 fixup_7_pcrel(unsigned Size,const MCFixup & Fixup,uint64_t & Value,MCContext * Ctx=nullptr) fixup_7_pcrel() argument
134 fixup_13_pcrel(unsigned Size,const MCFixup & Fixup,uint64_t & Value,MCContext * Ctx=nullptr) fixup_13_pcrel() argument
147 fixup_6(const MCFixup & Fixup,uint64_t & Value,MCContext * Ctx=nullptr) fixup_6() argument
159 fixup_6_adiw(const MCFixup & Fixup,uint64_t & Value,MCContext * Ctx=nullptr) fixup_6_adiw() argument
170 fixup_port5(const MCFixup & Fixup,uint64_t & Value,MCContext * Ctx=nullptr) fixup_port5() argument
183 fixup_port6(const MCFixup & Fixup,uint64_t & Value,MCContext * Ctx=nullptr) fixup_port6() argument
194 fixup_lds_sts_16(const MCFixup & Fixup,uint64_t & Value,MCContext * Ctx=nullptr) fixup_lds_sts_16() argument
202 pm(uint64_t & Value) pm() argument
212 fixup(unsigned Size,const MCFixup & Fixup,uint64_t & Value,MCContext * Ctx=nullptr) fixup() argument
220 neg(uint64_t & Value) neg() argument
222 lo8(unsigned Size,const MCFixup & Fixup,uint64_t & Value,MCContext * Ctx=nullptr) lo8() argument
228 hi8(unsigned Size,const MCFixup & Fixup,uint64_t & Value,MCContext * Ctx=nullptr) hi8() argument
234 hh8(unsigned Size,const MCFixup & Fixup,uint64_t & Value,MCContext * Ctx=nullptr) hh8() argument
240 ms8(unsigned Size,const MCFixup & Fixup,uint64_t & Value,MCContext * Ctx=nullptr) ms8() argument
253 adjustFixupValue(const MCFixup & Fixup,const MCValue & Target,uint64_t & Value,MCContext * Ctx) const adjustFixupValue() argument
380 applyFixup(const MCAssembler & Asm,const MCFixup & Fixup,const MCValue & Target,MutableArrayRef<char> Data,uint64_t Value,bool IsResolved,const MCSubtargetInfo * STI) const applyFixup() argument
[all...]
/freebsd-src/sys/contrib/edk2/Include/Library/
H A DPcdLib.h247 #define PatchPcdSet8(TokenName, Value) (_gPcd_BinaryPatch_##TokenName = (Value)) argument
263 #define PatchPcdSet16(TokenName, Value) (_gPcd_BinaryPatch_##TokenName = (Value)) argument
279 #define PatchPcdSet32(TokenName, Value) (_gPcd_BinaryPatch_##TokenName = (Value)) argument
295 #define PatchPcdSet64(TokenName, Value) (_gPcd_BinaryPatch_##TokenName = (Value)) argument
311 #define PatchPcdSetBool(TokenName, Value) (_gPcd_BinaryPatch_##TokenName = (Value)) argument
497 #define PcdSet8(TokenName, Value) _PCD_SET_MODE_8_##TokenName ((Value)) argument
512 #define PcdSet16(TokenName, Value) _PCD_SET_MODE_16_##TokenName ((Value)) argument
527 #define PcdSet32(TokenName, Value) _PCD_SET_MODE_32_##TokenName ((Value)) argument
542 #define PcdSet64(TokenName, Value) _PCD_SET_MODE_64_##TokenName ((Value)) argument
581 #define PcdSetBool(TokenName, Value) _PCD_SET_MODE_BOOL_##TokenName ((Value)) argument
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaInstPrinter.cpp143 int64_t Value = MI->getOperand(OpNum).getImm(); in printL32RTarget() local
160 int64_t Value = MI->getOperand(OpNum).getImm(); in printImm8_AsmOperand() local
172 int64_t Value = MI->getOperand(OpNum).getImm(); in printImm8_sh8_AsmOperand() local
184 int64_t Value = MI->getOperand(OpNum).getImm(); in printImm12_AsmOperand() local
195 int64_t Value = MI->getOperand(OpNum).getImm(); in printImm12m_AsmOperand() local
206 int64_t Value = MI->getOperand(OpNum).getImm(); in printUimm4_AsmOperand() local
216 int64_t Value = MI->getOperand(OpNum).getImm(); in printUimm5_AsmOperand() local
226 int64_t Value = MI->getOperand(OpNum).getImm(); in printShimm1_31_AsmOperand() local
237 int64_t Value = MI->getOperand(OpNum).getImm(); in printImm1_16_AsmOperand() local
248 int64_t Value = MI->getOperand(OpNum).getImm(); in printOffset8m8_AsmOperand() local
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp172 isAlignmentCorrect(uint64_t Value,int N) isAlignmentCorrect() argument
177 isInRangeForImm(int64_t Value,int N) isInRangeForImm() argument
199 int64_t Value = (E.getTarget().getAddress() + E.getAddend()).getValue(); applyFixup() local
204 int64_t Value = (E.getTarget().getAddress() + E.getAddend()).getValue(); applyFixup() local
209 int64_t Value = E.getTarget().getAddress() + E.getAddend() - FixupAddress; applyFixup() local
224 int64_t Value = E.getTarget().getAddress() + E.getAddend() - FixupAddress; applyFixup() local
242 int64_t Value = E.getTarget().getAddress() + E.getAddend() - FixupAddress; applyFixup() local
259 int64_t Value = E.getTarget().getAddress() + E.getAddend() - FixupAddress; applyFixup() local
275 int64_t Value = RelHI20->getTarget().getAddress() + applyFixup() local
290 int64_t Value = RelHI20->getTarget().getAddress() + applyFixup() local
301 int64_t Value = (E.getTarget().getAddress() + E.getAddend()).getValue(); applyFixup() local
313 int64_t Value = (E.getTarget().getAddress() + E.getAddend()).getValue(); applyFixup() local
323 int64_t Value = (E.getTarget().getAddress() + E.getAddend()).getValue(); applyFixup() local
332 int64_t Value = applyFixup() local
340 int64_t Value = (E.getTarget().getAddress() + applyFixup() local
347 int64_t Value = (E.getTarget().getAddress() + applyFixup() local
354 int64_t Value = (E.getTarget().getAddress() + applyFixup() local
361 int64_t Value = *(reinterpret_cast<const uint8_t *>(FixupPtr)) - applyFixup() local
367 int64_t Value = support::endian::read16le(FixupPtr) - applyFixup() local
373 int64_t Value = support::endian::read32le(FixupPtr) - applyFixup() local
379 int64_t Value = support::endian::read64le(FixupPtr) - applyFixup() local
385 int64_t Value = E.getTarget().getAddress() + E.getAddend() - FixupAddress; applyFixup() local
401 int64_t Value = E.getTarget().getAddress() + E.getAddend() - FixupAddress; applyFixup() local
420 int64_t Value = *(reinterpret_cast<const uint8_t *>(FixupPtr)) & 0x3f; applyFixup() local
426 int64_t Value = (E.getTarget().getAddress() + E.getAddend()).getValue(); applyFixup() local
433 int64_t Value = (E.getTarget().getAddress() + E.getAddend()).getValue(); applyFixup() local
440 int64_t Value = (E.getTarget().getAddress() + E.getAddend()).getValue(); applyFixup() local
447 int64_t Value = (E.getTarget().getAddress() + E.getAddend()).getValue(); applyFixup() local
453 int64_t Value = E.getTarget().getAddress() + E.getAddend() - FixupAddress; applyFixup() local
462 int64_t Value = FixupAddress - E.getTarget().getAddress() + E.getAddend(); applyFixup() local
[all...]
H A Daarch32.cpp41 HalfWords encodeImmBT4BlT1BlxT2(int64_t Value) { in encodeImmBT4BlT1BlxT2()
65 HalfWords encodeImmBT4BlT1BlxT2_J1J2(int64_t Value) { in encodeImmBT4BlT1BlxT2_J1J2()
93 uint32_t encodeImmBA1BlA1BlxA2(int64_t Value) { in encodeImmBA1BlA1BlxA2()
102 int64_t decodeImmBA1BlA1BlxA2(int64_t Value) { in decodeImmBA1BlA1BlxA2()
111 HalfWords encodeImmMovtT1MovwT3(uint16_t Value) { in encodeImmMovtT1MovwT3()
138 HalfWords encodeRegMovtT1MovwT3(int64_t Value) { in encodeRegMovtT1MovwT3()
157 uint32_t encodeImmMovtA1MovwA2(uint16_t Value) { in encodeImmMovtA1MovwA2()
168 uint16_t decodeImmMovtA1MovwA2(uint64_t Value) { in decodeImmMovtA1MovwA2()
179 uint32_t encodeRegMovtA1MovwA2(int64_t Value) { in encodeRegMovtA1MovwA2()
189 int64_t decodeRegMovtA1MovwA2(uint64_t Value) { in decodeRegMovtA1MovwA2()
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dx86_64.h419 *(ulittle64_t *)FixupPtr = Value; in applyFixup() local
405 uint64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); applyFixup() local
411 uint64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); applyFixup() local
428 uint64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); applyFixup() local
437 uint64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); applyFixup() local
452 int64_t Value = applyFixup() local
462 int64_t Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); applyFixup() local
468 int64_t Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); applyFixup() local
477 int64_t Value = FixupAddress - E.getTarget().getAddress() + E.getAddend(); applyFixup() local
483 int64_t Value = FixupAddress - E.getTarget().getAddress() + E.getAddend(); applyFixup() local
492 int64_t Value = applyFixup() local
[all...]
H A Di386.h212 uint32_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() local
218 int32_t Value = in applyFixup() local
225 uint32_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() local
234 int32_t Value = in applyFixup() local
244 int32_t Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup() local
251 int32_t Value = in applyFixup() local
260 int32_t Value = in applyFixup() local
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubCommon.cpp22 void ScalarTraits<FlowStringRef>::output(const FlowStringRef &Value, void *Ctx, in output()
26 StringRef ScalarTraits<FlowStringRef>::input(StringRef Value, void *Ctx, in input()
142 void ScalarTraits<Architecture>::output(const Architecture &Value, void *, in output()
147 Architecture &Value) { in input()
155 void ScalarTraits<PackedVersion>::output(const PackedVersion &Value, void *, in output()
160 PackedVersion &Value) { in input()
169 void ScalarTraits<SwiftVersion>::output(const SwiftVersion &Value, void *, in output()
190 SwiftVersion &Value) { in input()
220 void ScalarTraits<UUID>::output(const UUID &Value, void *, raw_ostream &OS) {} in output()
222 StringRef ScalarTraits<UUID>::input(StringRef Scalar, void *, UUID &Value) { in input()
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp15 uint64_t Value) { in resolveRelocation()
30 uint64_t Value, in evaluateRelocation()
42 uint64_t Value) { in applyRelocation()
54 uint64_t Offset, uint64_t Value, in evaluateMIPS32Relocation()
109 const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, in evaluateMIPS64Relocation()
213 void RuntimeDyldELFMips::applyMIPSRelocation(uint8_t *TargetPtr, int64_t Value, in applyMIPSRelocation()
266 const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, in resolveMIPSN32Relocation()
275 const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, in resolveMIPSN64Relocation()
305 uint32_t Value, uint32_t Type, in resolveMIPSO32Relocation()
/freebsd-src/sys/dev/acpica/Osd/
H A DOsdHardware.c61 AcpiOsReadPort(ACPI_IO_ADDRESS InPort, UINT32 *Value, UINT32 Width) in AcpiOsReadPort()
80 AcpiOsWritePort(ACPI_IO_ADDRESS OutPort, UINT32 Value, UINT32 Width) in AcpiOsWritePort()
99 AcpiOsReadPciConfiguration(ACPI_PCI_ID *PciId, UINT32 Register, UINT64 *Value, in AcpiOsReadPciConfiguration()
122 UINT64 Value, UINT32 Width) in AcpiOsWritePciConfiguration()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.cpp23 uint32_t Value; member
31 uint32_t Value; member
37 uint32_t Value; member
58 int32_t Value) { in getSymbolicOperandMnemonic() argument
93 getSymbolicOperandMinVersion(SPIRV::OperandCategory::OperandCategory Category,uint32_t Value) getSymbolicOperandMinVersion() argument
105 getSymbolicOperandMaxVersion(SPIRV::OperandCategory::OperandCategory Category,uint32_t Value) getSymbolicOperandMaxVersion() argument
117 getSymbolicOperandCapabilities(SPIRV::OperandCategory::OperandCategory Category,uint32_t Value) getSymbolicOperandCapabilities() argument
152 getSymbolicOperandExtensions(SPIRV::OperandCategory::OperandCategory Category,uint32_t Value) getSymbolicOperandExtensions() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp151 Error CodeViewRecordIO::mapEncodedInteger(int64_t &Value, in mapEncodedInteger()
176 Error CodeViewRecordIO::mapEncodedInteger(uint64_t &Value, in mapEncodedInteger()
192 Error CodeViewRecordIO::mapEncodedInteger(APSInt &Value, const Twine &Comment) { in mapEncodedInteger()
210 Error CodeViewRecordIO::mapStringZ(StringRef &Value, const Twine &Comment) { in mapStringZ()
255 Error CodeViewRecordIO::mapStringZVectorZ(std::vector<StringRef> &Value, in mapStringZVectorZ()
280 void CodeViewRecordIO::emitEncodedSignedInteger(const int64_t &Value, in emitEncodedSignedInteger()
315 void CodeViewRecordIO::emitEncodedUnsignedInteger(const uint64_t &Value, in emitEncodedUnsignedInteger()
340 Error CodeViewRecordIO::writeEncodedSignedInteger(const int64_t &Value) { in writeEncodedSignedInteger()
371 Error CodeViewRecordIO::writeEncodedUnsignedInteger(const uint64_t &Value) { in writeEncodedUnsignedInteger()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstPrinter.h150 void setUseMarkup(bool Value) { UseMarkup = Value; } in setUseMarkup()
153 void setUseColor(bool Value) { UseColor = Value; } in setUseColor()
158 void setPrintImmHex(bool Value) { PrintImmHex = Value; } in setPrintImmHex()
160 void setPrintHexStyle(HexStyle::Style Value) { PrintHexStyle = Value; } in setPrintHexStyle()
162 void setPrintBranchImmAsAddress(bool Value) { in setPrintBranchImmAsAddress()
166 void setSymbolizeOperands(bool Value) { SymbolizeOperands = Value; } in setSymbolizeOperands()
167 void setMCInstrAnalysis(const MCInstrAnalysis *Value) { MIA = Value; } in setMCInstrAnalysis()
170 format_object<int64_t> formatImm(int64_t Value) const { in formatImm()
212 uint32_t Value; member
H A DMCSymbol.h213 void setIsRegistered(bool Value) const { IsRegistered = Value; } in setIsRegistered() argument
230 void setRedefinable(bool Value) { IsRedefinable = Value; } in setRedefinable() argument
321 void setIndex(uint32_t Value) cons argument
147 const MCExpr *Value; global() member
333 setOffset(uint64_t Value) setOffset() argument
407 setExternal(bool Value) setExternal() argument
410 setPrivateExtern(bool Value) setPrivateExtern() argument
425 setFlags(uint32_t Value) setFlags() argument
431 modifyFlags(uint32_t Value,uint32_t Mask) modifyFlags() argument
[all...]
/freebsd-src/sys/contrib/dev/acpica/components/executer/
H A Dexregion.c184 UINT64 *Value, in AcpiExSystemMemorySpaceHandler() argument
471 AcpiExSystemIoSpaceHandler(UINT32 Function,ACPI_PHYSICAL_ADDRESS Address,UINT32 BitWidth,UINT64 * Value,void * HandlerContext,void * RegionContext) AcpiExSystemIoSpaceHandler() argument
536 AcpiExPciConfigSpaceHandler(UINT32 Function,ACPI_PHYSICAL_ADDRESS Address,UINT32 BitWidth,UINT64 * Value,void * HandlerContext,void * RegionContext) AcpiExPciConfigSpaceHandler() argument
617 AcpiExCmosSpaceHandler(UINT32 Function,ACPI_PHYSICAL_ADDRESS Address,UINT32 BitWidth,UINT64 * Value,void * HandlerContext,void * RegionContext) AcpiExCmosSpaceHandler() argument
654 AcpiExPciBarSpaceHandler(UINT32 Function,ACPI_PHYSICAL_ADDRESS Address,UINT32 BitWidth,UINT64 * Value,void * HandlerContext,void * RegionContext) AcpiExPciBarSpaceHandler() argument
691 AcpiExDataTableSpaceHandler(UINT32 Function,ACPI_PHYSICAL_ADDRESS Address,UINT32 BitWidth,UINT64 * Value,void * HandlerContext,void * RegionContext) AcpiExDataTableSpaceHandler() argument
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_arm.cpp33 inline static uint32_t getMovwMask(const uint32_t Value) XRAY_NEVER_INSTRUMENT { in getMovwMask()
38 inline static uint32_t getMovtMask(const uint32_t Value) XRAY_NEVER_INSTRUMENT { in getMovtMask()
47 const uint32_t Value) XRAY_NEVER_INSTRUMENT { in write32bitLoadReg()
63 const uint32_t Value) XRAY_NEVER_INSTRUMENT { in write32bitLoadR0()
72 const uint32_t Value) XRAY_NEVER_INSTRUMENT { in write32bitLoadIP()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DFormatUtil.h26 #define PUSH_MASKED_FLAG(Enum, Mask, TheOpt, Value, Text) \ argument
30 #define PUSH_FLAG(Enum, TheOpt, Value, Text) \ argument
37 template <typename T> std::string formatUnknownEnum(T Value) { in formatUnknownEnum()
126 Value) { in fmtle()

12345678910>>...42