/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineSpecConstantTests.cpp | 126 struct OffsetValue struct 132 OffsetValue (const deUint32 size_, const deUint32 offset_, const GenericValue value_) in OffsetValue() function 165 bool verifyValues (tcu::TestLog& log, const void* memory, const std::vector<OffsetValue>& expectedV… in verifyValues() 170 …for (std::vector<OffsetValue>::const_iterator it = expectedValues.begin(); it < expectedValues.end… in verifyValues() 196 std::vector<OffsetValue> expectedValues; //!< list of values to check inside the ssbo buffer 486 const std::vector<OffsetValue>& expectedValues, 494 const std::vector<OffsetValue> m_expectedValues; 501 const std::vector<OffsetValue>& expectedValues, in ComputeTestInstance() 586 const std::vector<OffsetValue>& expectedValues, 595 const std::vector<OffsetValue> m_expectedValues; [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CFLAndersAliasAnalysis.cpp | 136 struct OffsetValue { struct 141 bool operator==(OffsetValue LHS, OffsetValue RHS) { in operator ==() 144 bool operator<(OffsetValue LHS, OffsetValue RHS) { in operator <() 275 template <> struct DenseMapInfo<OffsetValue> { 276 static OffsetValue getEmptyKey() { in getEmptyKey() 277 return OffsetValue{DenseMapInfo<const Value *>::getEmptyKey(), in getEmptyKey() 281 static OffsetValue getTombstoneKey() { in getTombstoneKey() 282 return OffsetValue{DenseMapInfo<const Value *>::getTombstoneKey(), in getTombstoneKey() 286 static unsigned getHashValue(const OffsetValue &OVal) { in getHashValue() 291 static bool isEqual(const OffsetValue &LHS, const OffsetValue &RHS) { in isEqual() [all …]
|
/third_party/protobuf/src/google/protobuf/ |
D | generated_message_reflection.h | 136 return OffsetValue(offsets_[field->index()], field->type()); in GetFieldOffsetNonOneof() 145 return OffsetValue(offsets_[offset], field->type()); in GetFieldOffset() 212 OffsetValue(offsets_[field->index()], field->type()); in GetFieldDefault() 244 static uint32 OffsetValue(uint32 v, FieldDescriptor::Type type) { in OffsetValue() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/ |
D | LanaiAsmParser.cpp | 62 bool parsePrePost(StringRef Type, int *OffsetValue); 820 bool LanaiAsmParser::parsePrePost(StringRef Type, int *OffsetValue) { in parsePrePost() argument 825 *OffsetValue = -SizeForSuffix(Type); in parsePrePost() 827 *OffsetValue = SizeForSuffix(Type); in parsePrePost() 884 int OffsetValue = 0; in parseMemoryOperand() local 912 PreOp = parsePrePost(Type, &OffsetValue); in parseMemoryOperand() 946 PostOp = parsePrePost(Type, &OffsetValue); in parseMemoryOperand() 956 MCConstantExpr::create(OffsetValue, getContext()); in parseMemoryOperand() 960 if (Offset || OffsetValue != 0) { in parseMemoryOperand()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/ |
D | flag.cc | 403 StorageT* FlagImpl::OffsetValue() const { in OffsetValue() function in absl::flags_internal::FlagImpl 413 return OffsetValue<void>(); in AlignedBufferValue() 418 return OffsetValue<std::atomic<uint64_t>>(); in AtomicBufferValue() 424 return OffsetValue<FlagOneWordValue>()->value; in OneWordValue()
|
D | flag.h | 509 StorageT* OffsetValue() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 679 int64_t OffsetValue; in EmitRelocDirective() local 680 if (Offset.evaluateAsAbsolute(OffsetValue)) { in EmitRelocDirective() 681 if (OffsetValue < 0) in EmitRelocDirective() 683 DF->getFixups().push_back(MCFixup::create(OffsetValue, Expr, Kind, Loc)); in EmitRelocDirective()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 2798 Type *IntPtrTy, Value *OffsetValue, in CreateAlignmentAssumptionHelper() argument 2802 if (OffsetValue) { in CreateAlignmentAssumptionHelper() 2804 if (const auto *CI = dyn_cast<ConstantInt>(OffsetValue)) in CreateAlignmentAssumptionHelper() 2808 if (OffsetValue->getType() != IntPtrTy) in CreateAlignmentAssumptionHelper() 2809 OffsetValue = CreateIntCast(OffsetValue, IntPtrTy, /*isSigned*/ true, in CreateAlignmentAssumptionHelper() 2811 PtrIntValue = CreateSub(PtrIntValue, OffsetValue, "offsetptr"); in CreateAlignmentAssumptionHelper() 2836 Value *OffsetValue = nullptr, 2846 OffsetValue, TheCheck); 2863 Value *OffsetValue = nullptr, 2877 OffsetValue, TheCheck);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsInstructionSelector.cpp | 424 APInt OffsetValue = Offset->getOperand(1).getCImm()->getValue(); in select() local 425 if (OffsetValue.isSignedIntN(16)) { in select() 427 SignedOffset = OffsetValue.getSExtValue(); in select()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 4360 int64_t OffsetValue = OffsetImmOp.getImm(); in expandUlh() local 4369 bool IsLargeOffset = !(isInt<16>(OffsetValue + 1) && isInt<16>(OffsetValue)); in expandUlh() 4371 if (loadImmediate(OffsetValue, ATReg, SrcReg, !ABI.ArePtrs64bit(), true, in expandUlh() 4376 int64_t FirstOffset = IsLargeOffset ? 0 : OffsetValue; in expandUlh() 4377 int64_t SecondOffset = IsLargeOffset ? 1 : (OffsetValue + 1); in expandUlh() 4412 int64_t OffsetValue = OffsetImmOp.getImm(); in expandUsh() local 4419 bool IsLargeOffset = !(isInt<16>(OffsetValue + 1) && isInt<16>(OffsetValue)); in expandUsh() 4421 if (loadImmediate(OffsetValue, ATReg, SrcReg, !ABI.ArePtrs64bit(), true, in expandUsh() 4426 int64_t FirstOffset = IsLargeOffset ? 1 : (OffsetValue + 1); in expandUsh() 4427 int64_t SecondOffset = IsLargeOffset ? 0 : OffsetValue; in expandUsh() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 2995 int64_t OffsetValue; in parseDirectiveReloc() local 3001 if ((Offset->evaluateAsAbsolute(OffsetValue, in parseDirectiveReloc() 3003 check(OffsetValue < 0, OffsetLoc, "expression is negative")) || in parseDirectiveReloc()
|