/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineSpecConstantTests.cpp | 123 struct OffsetValue struct 129 OffsetValue (const deUint32 size_, const deUint32 offset_, const GenericValue value_) in OffsetValue() function 162 bool verifyValues (tcu::TestLog& log, const void* memory, const std::vector<OffsetValue>& expectedV… in verifyValues() 167 …for (std::vector<OffsetValue>::const_iterator it = expectedValues.begin(); it < expectedValues.end… in verifyValues() 193 std::vector<OffsetValue> expectedValues; //!< list of values to check inside the ssbo buffer 482 const std::vector<OffsetValue>& expectedValues, 490 const std::vector<OffsetValue> m_expectedValues; 497 const std::vector<OffsetValue>& expectedValues, in ComputeTestInstance() 582 const std::vector<OffsetValue>& expectedValues, 591 const std::vector<OffsetValue> m_expectedValues; [all …]
|
/external/llvm-project/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 …]
|
/external/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 …]
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_reflection.h | 135 return OffsetValue(offsets_[field->index()], field->type()); in GetFieldOffsetNonOneof() 144 return OffsetValue(offsets_[offset], field->type()); in GetFieldOffset() 210 OffsetValue(offsets_[field->index()], field->type()); in GetFieldDefault() 234 static uint32 OffsetValue(uint32 v, FieldDescriptor::Type type) { in OffsetValue() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/flags/internal/ |
D | flag.cc | 390 StorageT* FlagImpl::OffsetValue() const { in OffsetValue() function in absl::flags_internal::FlagImpl 400 return OffsetValue<void>(); in AlignedBufferValue() 405 return OffsetValue<FlagOneWordValue>()->value; in OneWordValue() 410 return OffsetValue<FlagTwoWordsValue>()->value; in TwoWordsValue()
|
/external/openscreen/third_party/abseil/src/absl/flags/internal/ |
D | flag.cc | 390 StorageT* FlagImpl::OffsetValue() const { in OffsetValue() function in absl::flags_internal::FlagImpl 400 return OffsetValue<void>(); in AlignedBufferValue() 405 return OffsetValue<FlagOneWordValue>()->value; in OneWordValue() 410 return OffsetValue<FlagTwoWordsValue>()->value; in TwoWordsValue()
|
D | flag.h | 500 StorageT* OffsetValue() const;
|
/external/libtextclassifier/abseil-cpp/absl/flags/internal/ |
D | flag.cc | 390 StorageT* FlagImpl::OffsetValue() const { in OffsetValue() function in absl::flags_internal::FlagImpl 400 return OffsetValue<void>(); in AlignedBufferValue() 405 return OffsetValue<FlagOneWordValue>()->value; in OneWordValue() 410 return OffsetValue<FlagTwoWordsValue>()->value; in TwoWordsValue()
|
/external/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()
|
/external/llvm/lib/Target/Lanai/AsmParser/ |
D | LanaiAsmParser.cpp | 44 bool parsePrePost(StringRef Type, int *OffsetValue); 797 bool LanaiAsmParser::parsePrePost(StringRef Type, int *OffsetValue) { in parsePrePost() argument 802 *OffsetValue = -SizeForSuffix(Type); in parsePrePost() 804 *OffsetValue = SizeForSuffix(Type); in parsePrePost() 861 int OffsetValue = 0; in parseMemoryOperand() local 889 PreOp = parsePrePost(Type, &OffsetValue); in parseMemoryOperand() 923 PostOp = parsePrePost(Type, &OffsetValue); in parseMemoryOperand() 933 MCConstantExpr::create(OffsetValue, getContext()); in parseMemoryOperand() 937 if (Offset || OffsetValue != 0) { in parseMemoryOperand()
|
/external/llvm-project/llvm/lib/Target/Lanai/AsmParser/ |
D | LanaiAsmParser.cpp | 62 bool parsePrePost(StringRef Type, int *OffsetValue); 844 bool LanaiAsmParser::parsePrePost(StringRef Type, int *OffsetValue) { in parsePrePost() argument 849 *OffsetValue = -SizeForSuffix(Type); in parsePrePost() 851 *OffsetValue = SizeForSuffix(Type); in parsePrePost() 908 int OffsetValue = 0; in parseMemoryOperand() local 936 PreOp = parsePrePost(Type, &OffsetValue); in parseMemoryOperand() 970 PostOp = parsePrePost(Type, &OffsetValue); in parseMemoryOperand() 980 MCConstantExpr::create(OffsetValue, getContext()); in parseMemoryOperand() 984 if (Offset || OffsetValue != 0) { in parseMemoryOperand()
|
/external/angle/third_party/abseil-cpp/absl/flags/internal/ |
D | flag.cc | 391 StorageT* FlagImpl::OffsetValue() const { in OffsetValue() function in absl::flags_internal::FlagImpl 401 return OffsetValue<void>(); in AlignedBufferValue() 406 return OffsetValue<std::atomic<uint64_t>>(); in AtomicBufferValue() 411 return OffsetValue<FlagOneWordValue>()->value; in OneWordValue()
|
/external/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 470 int64_t OffsetValue; in EmitRelocDirective() local 471 if (!Offset.evaluateAsAbsolute(OffsetValue)) in EmitRelocDirective() 474 if (OffsetValue < 0) in EmitRelocDirective() 489 DF->getFixups().push_back(MCFixup::create(OffsetValue, Expr, Kind, Loc)); in EmitRelocDirective()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 2209 llvm::Value *OffsetValue) { in emitAlignmentAssumption() argument 2213 if (OffsetValue && OffsetValue->getType() != IntPtrTy) in emitAlignmentAssumption() 2214 OffsetValue = in emitAlignmentAssumption() 2215 Builder.CreateIntCast(OffsetValue, IntPtrTy, true, "casted.offset"); in emitAlignmentAssumption() 2221 if (OffsetValue) { in emitAlignmentAssumption() 2223 if (const auto *CI = dyn_cast<llvm::ConstantInt>(OffsetValue)) in emitAlignmentAssumption() 2227 PtrIntValue = Builder.CreateSub(PtrIntValue, OffsetValue, "offsetptr"); in emitAlignmentAssumption() 2237 CGM.getDataLayout(), PtrValue, Alignment, OffsetValue); in emitAlignmentAssumption() 2242 OffsetValue, TheCheck, Assumption); in emitAlignmentAssumption() 2249 llvm::Value *OffsetValue) { in emitAlignmentAssumption() argument [all …]
|
D | CGObjCGNU.cpp | 1846 llvm::Constant *OffsetValue = llvm::ConstantInt::get(IntTy, Offset); in GenerateClass() local 1850 OffsetVar->setInitializer(OffsetValue); in GenerateClass() 1854 OffsetValue, OffsetName); in GenerateClass() 3466 llvm::Constant *OffsetValue = llvm::ConstantInt::get(IntTy, Offset); in GenerateClass() local 3473 OffsetVar->setInitializer(OffsetValue); in GenerateClass() 3481 OffsetValue, OffsetName); in GenerateClass() 3482 IvarOffsets.push_back(OffsetValue); in GenerateClass()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckPlacementNew.cpp | 251 int64_t OffsetValue = in checkFieldRegionAlign() local 253 unsigned AddressAlign = OffsetValue % AllocatedTAlign; in checkFieldRegionAlign()
|
/external/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()
|
/external/llvm-project/llvm/lib/IR/ |
D | IRBuilder.cpp | 1123 Value *OffsetValue) { in CreateAlignmentAssumptionHelper() argument 1125 if (OffsetValue) in CreateAlignmentAssumptionHelper() 1126 Vals.push_back(OffsetValue); in CreateAlignmentAssumptionHelper() 1134 Value *OffsetValue) { in CreateAlignmentAssumption() argument 1141 return CreateAlignmentAssumptionHelper(DL, PtrValue, AlignValue, OffsetValue); in CreateAlignmentAssumption() 1147 Value *OffsetValue) { in CreateAlignmentAssumption() argument 1150 return CreateAlignmentAssumptionHelper(DL, PtrValue, Alignment, OffsetValue); in CreateAlignmentAssumption()
|
/external/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);
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 1767 Value *OffsetValue = nullptr) { 1777 if (OffsetValue) { 1779 if (ConstantInt *CI = dyn_cast<ConstantInt>(OffsetValue)) 1783 if (OffsetValue->getType() != IntPtrTy) 1784 OffsetValue = CreateIntCast(OffsetValue, IntPtrTy, /*isSigned*/ true, 1786 PtrIntValue = CreateSub(PtrIntValue, OffsetValue, "offsetptr");
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 3191 int64_t OffsetValue = OffsetImmOp.getImm(); in expandUlh() local 3203 if (!isInt<16>(OffsetValue + 1) || !isInt<16>(OffsetValue)) { in expandUlh() 3206 if (loadImmediate(OffsetValue, ATReg, Mips::NoRegister, !ABI.ArePtrs64bit(), in expandUlh() 3226 FirstLbuOffset = LoadedOffsetInAT ? 1 : (OffsetValue + 1); in expandUlh() 3227 SecondLbuOffset = LoadedOffsetInAT ? 0 : OffsetValue; in expandUlh() 3229 FirstLbuOffset = LoadedOffsetInAT ? 0 : OffsetValue; in expandUlh() 3230 SecondLbuOffset = LoadedOffsetInAT ? 1 : (OffsetValue + 1); in expandUlh() 3267 int64_t OffsetValue = OffsetImmOp.getImm(); in expandUlw() local 3274 if (!isInt<16>(OffsetValue + 3) || !isInt<16>(OffsetValue)) { in expandUlw() 3282 if (loadImmediate(OffsetValue, ATReg, Mips::NoRegister, !ABI.ArePtrs64bit(), in expandUlw() [all …]
|
/external/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()
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsInstructionSelector.cpp | 456 APInt OffsetValue = Offset->getOperand(1).getCImm()->getValue(); in select() local 457 if (OffsetValue.isSignedIntN(16)) { in select() 459 SignedOffset = OffsetValue.getSExtValue(); in select()
|
/external/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 4388 int64_t OffsetValue = OffsetImmOp.getImm(); in expandUlh() local 4397 bool IsLargeOffset = !(isInt<16>(OffsetValue + 1) && isInt<16>(OffsetValue)); in expandUlh() 4399 if (loadImmediate(OffsetValue, ATReg, SrcReg, !ABI.ArePtrs64bit(), true, in expandUlh() 4404 int64_t FirstOffset = IsLargeOffset ? 0 : OffsetValue; in expandUlh() 4405 int64_t SecondOffset = IsLargeOffset ? 1 : (OffsetValue + 1); in expandUlh() 4440 int64_t OffsetValue = OffsetImmOp.getImm(); in expandUsh() local 4447 bool IsLargeOffset = !(isInt<16>(OffsetValue + 1) && isInt<16>(OffsetValue)); in expandUsh() 4449 if (loadImmediate(OffsetValue, ATReg, SrcReg, !ABI.ArePtrs64bit(), true, in expandUsh() 4454 int64_t FirstOffset = IsLargeOffset ? 1 : (OffsetValue + 1); in expandUsh() 4455 int64_t SecondOffset = IsLargeOffset ? 0 : OffsetValue; in expandUsh() [all …]
|
/external/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 …]
|