Home
last modified time | relevance | path

Searched refs:ExpectedType (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/memory/
Dmemory_test.cc126 using ExpectedType = std::unique_ptr<MoveOnly>; in TEST() typedef
129 static_assert(std::is_same<decltype(p), ExpectedType>::value, in TEST()
136 static_assert(std::is_same<decltype(p), ExpectedType>::value, in TEST()
143 static_assert(std::is_same<decltype(p), ExpectedType>::value, in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeHeader.cpp45 static const NaClBitcodeHeaderField::FieldType ExpectedType[] = { variable
316 NaClBitcodeHeaderField::FieldType ExpectedTy = ExpectedType[Field->GetID()]; in InstallFields()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp796 Type *ExpectedType) { in getOrCreateResultFromMemIntrinsic() argument
804 StructType *ST = dyn_cast<StructType>(ExpectedType); in getOrCreateResultFromMemIntrinsic()
814 Value *Res = UndefValue::get(ExpectedType); in getOrCreateResultFromMemIntrinsic()
825 if (Inst->getType() == ExpectedType) in getOrCreateResultFromMemIntrinsic()
DAArch64TargetTransformInfo.h148 Type *ExpectedType);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h1053 Type *ExpectedType) const;
1365 Type *ExpectedType) = 0;
1807 Type *ExpectedType) override { in getOrCreateResultFromMemIntrinsic() argument
1808 return Impl.getOrCreateResultFromMemIntrinsic(Inst, ExpectedType); in getOrCreateResultFromMemIntrinsic()
DTargetTransformInfoImpl.h532 Type *ExpectedType) { in getOrCreateResultFromMemIntrinsic() argument
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DVertexFormatTests.cpp380 template <typename VertexType, typename ExpectedType>
383 std::vector<ExpectedType> expectedData) { in DoVertexFormatTest()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp739 Value *getOrCreateResult(Value *Inst, Type *ExpectedType) const { in getOrCreateResult()
746 ExpectedType); in getOrCreateResult()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp764 IntrinsicInst *Inst, Type *ExpectedType) const { in getOrCreateResultFromMemIntrinsic()
765 return TTIImpl->getOrCreateResultFromMemIntrinsic(Inst, ExpectedType); in getOrCreateResultFromMemIntrinsic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp1902 RecTy *ExpectedType = ExpectedArg->getType(); in ParseSimpleValue() local
1903 if (!TI->getType()->typeIsConvertibleTo(ExpectedType)) { in ParseSimpleValue()
1908 ExpectedType->getAsString() + "': " + TI->getAsString()); in ParseSimpleValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp1630 MVT ExpectedType = (type == MVT::v2f16)? MVT::f16 : in isLiteralImm() local
1634 return canLosslesslyConvertToFPType(FPLiteral, ExpectedType); in isLiteralImm()