Home
last modified time | relevance | path

Searched refs:isTypeSupported (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/site_tests/power_LoadTest/extension/
Durls.js16 window['MediaSource'].isTypeSupported('audio/mpeg');
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp140 bool isTypeSupported(Type *Ty, MVT &VT, bool IsVectorAllowed = false);
925 bool AArch64FastISel::isTypeSupported(Type *Ty, MVT &VT, bool IsVectorAllowed) { in isTypeSupported() function in AArch64FastISel
1837 if (!isTypeSupported(I->getType(), VT, /*IsVectorAllowed=*/true)) in selectAddSub()
1863 if (!isTypeSupported(I->getType(), VT, /*IsVectorAllowed=*/true)) in selectLogicalOp()
1895 if (!isTypeSupported(I->getType(), VT, /*IsVectorAllowed=*/true) || in selectLoad()
1925 if (isTypeSupported(ZE->getType(), RetVT)) in selectLoad()
1930 if (isTypeSupported(SE->getType(), RetVT)) in selectLoad()
2074 if (!isTypeSupported(Op0->getType(), VT, /*IsVectorAllowed=*/true) || in selectStore()
2178 if (!isTypeSupported(LHS->getType(), VT)) in emitCompareAndBranch()
2581 if (!isTypeSupported(I->getType(), VT)) in selectSelect()
[all …]
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp125 bool isTypeSupported(Type *Ty, MVT &VT);
566 bool MipsFastISel::isTypeSupported(Type *Ty, MVT &VT) { in isTypeSupported() function in MipsFastISel
832 if (!isTypeSupported(I->getType(), VT)) in selectLogicalOp()
974 if (!isTypeSupported(I->getType(), VT)) in selectSelect()
1278 else if (!isTypeSupported(CLI.RetTy, RetVT)) in fastLowerCall()
1350 if (!isTypeSupported(RetTy, VT)) in fastLowerIntrinsicCall()
1708 if (!isTypeSupported(I->getType(), RetVT)) in selectShift()