HomeSort by relevance Sort by last modified time
    Searched refs:Value (Results 551 - 575 of 6124) sorted by null

<<21222324252627282930>>

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/MCTargetDesc/
BPFAsmBackend.cpp 32 uint64_t Value, bool IsResolved,
39 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
72 MutableArrayRef<char> Data, uint64_t Value,
76 if (Value) {
83 support::endian::write<uint32_t>(&Data[Fixup.getOffset()], Value, Endian);
85 support::endian::write<uint64_t>(&Data[Fixup.getOffset()], Value, Endian);
87 Value = (uint32_t)((Value - 8) / 8);
90 support::endian::write32le(&Data[Fixup.getOffset() + 4], Value);
93 support::endian::write32be(&Data[Fixup.getOffset() + 4], Value);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/
OrderedCollectionTest.c 54 int Value;
97 return CmpKey->Value < CmpStruct->Key.Value ? -1 :
98 CmpKey->Value > CmpStruct->Key.Value ? 1 :
156 fprintf (Output, "%s: %d: removed\n", __FUNCTION__, UserStruct->Key.Value);
189 fprintf (Output, "%s: %d: removed\n", __FUNCTION__, UserStruct->Key.Value);
214 fprintf (Output, "%s: %d\n", __FUNCTION__, UserStruct->Key.Value);
236 fprintf (Output, "%s: %d\n", __FUNCTION__, UserStruct->Key.Value);
244 @param[in] Value The key value of the user structure to create.
    [all...]
  /external/libchrome/dbus/
values_util.cc 19 // Returns whether |value| is exactly representable by double or not.
21 bool IsExactlyRepresentableByDouble(T value) {
22 return value == static_cast<T>(static_cast<double>(value));
28 std::unique_ptr<base::Value> element_value = PopDataAsValue(reader);
52 std::unique_ptr<base::Value> key(PopDataAsValue(&entry_reader));
55 // Use JSONWriter to convert an arbitrary value to a string.
58 // Get the value and set the key-value pair.
59 std::unique_ptr<base::Value> value = PopDataAsValue(&entry_reader) local
99 uint8_t value = 0; local
105 bool value = false; local
111 int16_t value = 0; local
117 uint16_t value = 0; local
123 int32_t value = 0; local
129 uint32_t value = 0; local
136 int64_t value = 0; local
145 uint64_t value = 0; local
154 double value = 0; local
160 std::string value; local
166 ObjectPath value; local
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
PointerIntPair.h 45 intptr_t Value = 0;
56 PointerTy getPointer() const { return Info::getPointer(Value); }
58 IntType getInt() const { return (IntType)Info::getInt(Value); }
61 Value = Info::updatePointer(Value, PtrVal);
65 Value = Info::updateInt(Value, static_cast<intptr_t>(IntVal));
69 Value = Info::updatePointer(0, PtrVal);
73 Value = Info::updateInt(Info::updatePointer(0, PtrVal),
82 assert(Value == reinterpret_cast<intptr_t>(getPointer()) &
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
llvm_util.h 31 #include "llvm/IR/Value.h"
82 // suitable for use as an llvm::Value's name.
105 llvm::Intrinsic::ID intrinsic_id, absl::Span<llvm::Value* const> operands,
110 llvm::Value* EmitFloatMax(llvm::Value* lhs_value, llvm::Value* rhs_value,
115 llvm::Value* EmitFloatMin(llvm::Value* lhs_value, llvm::Value* rhs_value,
121 // wraps the index in a i64 llvm::Value
    [all...]
ir_builder_mixin.h 38 llvm::Value* Add(Args&&... args) {
58 llvm::Value* And(Args&&... args) {
63 llvm::Value* AtomicCmpXchg(Args&&... args) {
68 llvm::Value* AtomicRMW(Args&&... args) {
73 llvm::Value* BitCast(Args&&... args) {
78 llvm::Value* Br(Args&&... args) {
82 llvm::CallInst* Call(llvm::Value* callee,
83 llvm::ArrayRef<llvm::Value*> args = llvm::None,
95 llvm::Value* ConstInBoundsGEP1_32(Args&&... args) {
101 llvm::Value* FAdd(Args&&... args)
    [all...]
  /external/libchrome/base/containers/
flat_tree.h 30 typename std::iterator_traits<Iterator>::iterator_category>::value;
73 // The use of "value" in this is like std::map uses, meaning it's the thing
75 // things are looked up. In the case of a set, Key == Value. In the case of
76 // a map, the Key is a component of a Value.
79 // value for comparison purposes. It should implement:
80 // const Key& operator()(const Value&).
81 template <class Key, class Value, class GetKeyFromValue, class KeyCompare>
84 using underlying_type = std::vector<Value>;
92 using value_type = Value;
353 // Helper class for e.g. lower_bound that can compare a value on the lef
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
OhciReg.c 21 Get OHCI operational reg value
26 @retval Value of the register
41 Set OHCI operational reg value
45 @param Value Value to set
47 @retval EFI_SUCCESS Value set to the reg
56 IN UINT32 *Value
59 MmioWrite32(Ohc->UsbHostControllerBaseAddress + Offset, *Value);
64 Get HcRevision reg value
68 @retval Value of the register
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
streamout_jit.cpp 47 Value* getSOBuffer(Value* pSoCtx, uint32_t buffer)
56 Value* oob(const STREAMOUT_COMPILE_STATE& state, Value* pSoCtx, uint32_t buffer)
58 Value* returnMask = C(false);
60 Value* pBuf = getSOBuffer(pSoCtx, buffer);
64 Value* enabled = TRUNC(LOAD(pBuf, { 0, SWR_STREAMOUT_BUFFER_enable }), IRB()->getInt1Ty());
67 Value* bufferSize = LOAD(pBuf, { 0, SWR_STREAMOUT_BUFFER_bufferSize });
70 Value* streamOffset = LOAD(pBuf, { 0, SWR_STREAMOUT_BUFFER_streamOffset });
73 Value* pitch = LOAD(pBuf, { 0, SWR_STREAMOUT_BUFFER_pitch })
    [all...]
  /external/google-fruit/include/fruit/impl/util/
hash_helpers.h 46 template <typename Key, typename Value, typename Hasher = std::hash<Key>>
47 using HashMap = boost::unordered_map<Key, Value, Hasher>;
49 template <typename Key, typename Value, typename Hasher = std::hash<Key>,
52 boost::unordered_map<Key, Value, Hasher, EqualityComparator, ArenaAllocator<std::pair<const Key, Value>>>;
61 template <typename Key, typename Value, typename Hasher = std::hash<Key>>
62 using HashMap = std::unordered_map<Key, Value, Hasher>;
64 template <typename Key, typename Value, typename Hasher = std::hash<Key>,
67 std::unordered_map<Key, Value, Hasher, EqualityComparator, ArenaAllocator<std::pair<const Key, Value>>>;
    [all...]
  /external/llvm/include/llvm/MC/
MCFixup.h 53 /// some value in an instruction which is not yet concrete. The encoder will
54 /// encode the instruction assuming the value is 0, and emit a fixup which
56 /// value.
63 /// The value to put into the fixup location. The exact interpretation of the
66 const MCExpr *Value;
72 /// determine how the operand value should be encoded into the instruction.
78 static MCFixup create(uint32_t Offset, const MCExpr *Value,
82 FI.Value = Value;
92 void setOffset(uint32_t Value) { Offset = Value;
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
DependencyAnalysis.h 32 class Value;
55 const Value *Arg,
62 Depends(DependenceKind Flavor, Instruction *Inst, const Value *Arg,
67 bool CanUse(const Instruction *Inst, const Value *Ptr, ProvenanceAnalysis &PA,
72 bool CanAlterRefCount(const Instruction *Inst, const Value *Ptr,
77 bool CanDecrementRefCount(const Instruction *Inst, const Value *Ptr,
81 const Value *Ptr,
  /external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/
LazyArrayReference.java 32 package org.jf.smalidea.debugging.value;
38 import com.sun.jdi.Value;
48 public Value getValue(int index) {
52 public List<Value> getValues() {
56 public List<Value> getValues(int index, int length) {
64 public void setValue(int index, Value value) throws InvalidTypeException, ClassNotLoadedException {
65 getValue().setValue(index, value);
68 public void setValues(int index, List<? extends Value> values, int srcIndex, int length) throws InvalidTypeException, ClassNotLoadedException {
72 public void setValues(List<? extends Value> values) throws InvalidTypeException, ClassNotLoadedException
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCSymbol.h 33 // Special sentinal value for the absolute pseudo section.
43 /// undefined symbols, and the special AbsolutePseudoSection value for
47 /// Value - If non-null, the value for a variable symbol.
48 const MCExpr *Value;
62 : Name(name), Section(0), Value(0),
79 void setUsed(bool Value) const { IsUsed = Value; }
132 return Value != 0;
135 /// getValue() - Get the value for variable symbols
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
ValueMapper.h 21 class Value;
23 typedef ValueMap<const Value *, TrackingVH<Value> > ValueToValueMapTy;
37 /// RemapFlags - These are flags that the value mapping APIs allow.
47 /// entries that are not in the value map. If it is unset, it aborts if an
56 Value *MapValue(const Value *V, ValueToValueMapTy &VM,
69 return cast<MDNode>(MapValue((const Value*)V, VM, Flags, TypeMapper));
74 return cast<Constant>(MapValue((const Value*)V, VM, Flags, TypeMapper));
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFFormValue.h 44 uint16_t Form; // Form for this value.
45 ValueType Value; // Contains all data for the form.
50 const ValueType& value() const { return Value; } function in class:llvm::DWARFFormValue
55 return Value.data != NULL && Value.data == (uint8_t*)Value.cstr;
62 /// value.
64 uint64_t getUnsigned() const { return Value.uval; }
65 int64_t getSigned() const { return Value.sval;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
Loads.h 29 bool isDereferenceablePointer(const Value *V, const DataLayout &DL,
37 bool isDereferenceableAndAlignedPointer(const Value *V, unsigned Align,
46 bool isDereferenceableAndAlignedPointer(const Value *V, unsigned Align,
51 /// Return true if we know that executing a load from this value cannot trap.
59 bool isSafeToLoadUnconditionally(Value *V, unsigned Align,
68 /// Scan backwards to see if we have the value of the given load available
88 /// \param [out] IsLoadCSE Whether the returned value is a load from the same
89 /// location in memory, as opposed to the value operand of a store.
91 /// \returns The found value, or nullptr if no value is found
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h 72 #include "llvm/IR/Value.h"
106 Value *OriginalOp;
113 PredicateBase(PredicateType PT, Value *Op) : Type(PT), OriginalOp(Op) {}
118 Value *Condition;
125 PredicateWithCondition(PredicateType PT, Value *Op, Value *Condition)
135 PredicateAssume(Value *Op, IntrinsicInst *AssumeInst, Value *Condition)
157 PredicateWithEdge(PredicateType PType, Value *Op, BasicBlock *From,
158 BasicBlock *To, Value *Cond
    [all...]
SSAUpdater.h 31 class Value;
37 /// transformation wants to rewrite a set of uses of one value with uses of a
43 /// This keeps track of which value to use on a per-block basis. When we
71 /// Indicate that a rewritten value is available in the specified block
72 /// with the specified value.
73 void AddAvailableValue(BasicBlock *BB, Value *V);
75 /// Return true if the SSAUpdater already has a value for the specified
79 /// Return the value for the specified block if the SSAUpdater has one,
81 Value *FindValueForBlock(BasicBlock *BB) const;
83 /// Construct SSA form, materializing a value that is live at the en
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
SafeStackLayout.h 20 class Value;
42 const Value *Handle;
49 DenseMap<const Value *, unsigned> ObjectOffsets;
50 DenseMap<const Value *, unsigned> ObjectAlignments;
57 /// Add an object to the stack frame. Value pointer is opaque and used as a
59 void addObject(const Value *V, unsigned Size, unsigned Alignment,
66 unsigned getObjectOffset(const Value *V) { return ObjectOffsets[V]; }
69 unsigned getObjectAlignment(const Value *V) { return ObjectAlignments[V]; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DependencyAnalysis.h 32 class Value;
55 const Value *Arg,
62 Depends(DependenceKind Flavor, Instruction *Inst, const Value *Arg,
67 bool CanUse(const Instruction *Inst, const Value *Ptr, ProvenanceAnalysis &PA,
72 bool CanAlterRefCount(const Instruction *Inst, const Value *Ptr,
77 bool CanDecrementRefCount(const Instruction *Inst, const Value *Ptr,
81 const Value *Ptr,
  /art/libartbase/base/
hiddenapi_flags.h 37 // Casts enum value to uint32_t.
41 // Returns uint32_t with one bit set at an index given by an enum value.
59 // Returns true if the uint32_t value of `val` is a bitwise subset of `mask`.
76 // Number of bits reserved for Value in dex flags, and the corresponding bit mask.
80 enum class Value : uint32_t {
113 static_assert(kValueBitSize >= MinimumBitsToStore(helper::ToUint(Value::kMax)),
117 static_assert(helper::MatchesBitMask(Value::kMin, kValueBitMask));
118 static_assert(helper::MatchesBitMask(Value::kMax, kValueBitMask));
120 // Assert that Value::kInvalid is larger than the maximum Value
155 uint32_t value = (dex_flags_ & kValueBitMask); local
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseIoLibIntrinsic/
IoLibIcc.c 21 Reads the 8-bit I/O port specified by Port. The 8-bit read value is returned.
29 @return The value read.
52 Writes the 8-bit I/O port specified by Port with the value specified by Value
53 and returns Value. This function must guarantee that all I/O read and write
59 @param Value The value to write to the I/O port.
61 @return The value written the I/O port.
68 IN UINT8 Value
72 mov al, byte ptr [Value]
    [all...]
  /external/llvm/include/llvm/ADT/
PointerEmbeddedInt.h 26 /// Note that much like pointers, an integer value of zero has special utility
27 /// due to boolean conversions. For example, a non-null value can be tested for
29 /// Also, the default constructed value zero initializes the integer.
32 uintptr_t Value;
40 // We shift as many zeros into the value as we can while preserving the
54 explicit PointerEmbeddedInt(uintptr_t Value, RawValueTag) : Value(Value) {}
57 PointerEmbeddedInt() : Value(0) {}
64 assert((std::is_signed<IntT>::value ? llvm::isInt<Bits>(I
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.h 42 /// Emit a raw signed value.
43 virtual void EmitSigned(int64_t Value) = 0;
44 /// Emit a raw unsigned value.
45 virtual void EmitUnsigned(uint64_t Value) = 0;
56 /// - a small value occupying only part of a register or
57 /// - a register representing only part of a value.
63 /// The proper way to describe a constant value is
68 /// actually describes a value at a constant addess, not a constant value.
70 /// value, so the producers and consumers started to rely on heuristic
    [all...]

Completed in 891 milliseconds

<<21222324252627282930>>