Searched refs:ExpectedType (Results 1 - 12 of 12) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h123 Type *ExpectedType);
H A DAArch64TargetTransformInfo.cpp496 Type *ExpectedType) {
504 StructType *ST = dyn_cast<StructType>(ExpectedType);
514 Value *Res = UndefValue::get(ExpectedType);
525 if (Inst->getType() == ExpectedType)
495 getOrCreateResultFromMemIntrinsic(IntrinsicInst *Inst, Type *ExpectedType) argument
/external/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp335 IntrinsicInst *Inst, Type *ExpectedType) const {
336 return TTIImpl->getOrCreateResultFromMemIntrinsic(Inst, ExpectedType);
/external/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp334 template <class ExpectedType> void VerifyDyncast(PDB_SymType Tag) {
336 EXPECT_EQ(item->first == Tag, llvm::isa<ExpectedType>(*item->second));
/external/llvm/unittests/IR/
H A DValueMapTest.cpp117 template<typename ExpectedType, typename VarType>
119 static_assert(std::is_same<ExpectedType, VarType>::value,
/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h526 Type *ExpectedType) const;
634 Type *ExpectedType) = 0;
826 Type *ExpectedType) override {
827 return Impl.getOrCreateResultFromMemIntrinsic(Inst, ExpectedType);
H A DTargetTransformInfoImpl.h337 Type *ExpectedType) {
336 getOrCreateResultFromMemIntrinsic(IntrinsicInst *Inst, Type *ExpectedType) argument
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmscgats.c2715 int CMSEXPORT cmsIT8SetTableByLabel(cmsHANDLE hIT8, const char* cSet, const char* cField, const char* ExpectedType) argument
2735 if (ExpectedType != NULL && *ExpectedType == 0)
2736 ExpectedType = NULL;
2738 if (ExpectedType) {
2740 if (cmsstrcasecmp(Type, ExpectedType) != 0) return -1;
/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp490 Value *getOrCreateResult(Value *Inst, Type *ExpectedType) const {
497 ExpectedType);
/external/clang/include/clang/Sema/
H A DAttributeList.h848 ExpectedType, enumerator in enum:clang::AttributeDeclKind
/external/clang/lib/Sema/
H A DSemaLookup.cpp887 QualType ExpectedType local
893 if (R.getSema().DeduceTemplateArguments(ConvTemplate, nullptr, ExpectedType,
/external/pdfium/third_party/lcms2-2.6/include/
H A Dlcms2.h1845 CMSAPI int CMSEXPORT cmsIT8SetTableByLabel(cmsHANDLE hIT8, const char* cSet, const char* cField, const char* ExpectedType);

Completed in 762 milliseconds