Searched refs:ExpectedType (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/memory/ |
D | memory_test.cc | 126 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/ |
D | NaClBitcodeHeader.cpp | 45 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/ |
D | AArch64TargetTransformInfo.cpp | 796 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()
|
D | AArch64TargetTransformInfo.h | 148 Type *ExpectedType);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 1053 Type *ExpectedType) const; 1365 Type *ExpectedType) = 0; 1807 Type *ExpectedType) override { in getOrCreateResultFromMemIntrinsic() argument 1808 return Impl.getOrCreateResultFromMemIntrinsic(Inst, ExpectedType); in getOrCreateResultFromMemIntrinsic()
|
D | TargetTransformInfoImpl.h | 532 Type *ExpectedType) { in getOrCreateResultFromMemIntrinsic() argument
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | VertexFormatTests.cpp | 380 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/ |
D | EarlyCSE.cpp | 739 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/ |
D | TargetTransformInfo.cpp | 764 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/ |
D | TGParser.cpp | 1902 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/ |
D | AMDGPUAsmParser.cpp | 1630 MVT ExpectedType = (type == MVT::v2f16)? MVT::f16 : in isLiteralImm() local 1634 return canLosslesslyConvertToFPType(FPLiteral, ExpectedType); in isLiteralImm()
|