Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptStmt.cpp215 bool VersionInfoFixed::isTypeSupported(VersionInfoFixedType Type) { in isTypeSupported() function in llvm::rc::VersionInfoFixed
232 if (!isTypeSupported((VersionInfoFixedType)Type)) in log()
DResourceScriptParser.cpp748 if (!RetType::isTypeSupported(FixedType)) in parseVersionInfoFixed()
DResourceScriptStmt.h758 static bool isTypeSupported(VersionInfoFixedType Type);
/external/autotest/client/site_tests/power_LoadTest/extension/
Durls.js16 window['MediaSource'].isTypeSupported('audio/mpeg');
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp184 bool isTypeSupported(Type *Ty, MVT &VT, bool IsVectorAllowed = false);
971 bool AArch64FastISel::isTypeSupported(Type *Ty, MVT &VT, bool IsVectorAllowed) { in isTypeSupported() function in AArch64FastISel
1891 if (!isTypeSupported(I->getType(), VT, /*IsVectorAllowed=*/true)) in selectAddSub()
1917 if (!isTypeSupported(I->getType(), VT, /*IsVectorAllowed=*/true)) in selectLogicalOp()
1949 if (!isTypeSupported(I->getType(), VT, /*IsVectorAllowed=*/true) || in selectLoad()
1979 if (isTypeSupported(ZE->getType(), RetVT)) in selectLoad()
1984 if (isTypeSupported(SE->getType(), RetVT)) in selectLoad()
2150 if (!isTypeSupported(Op0->getType(), VT, /*IsVectorAllowed=*/true)) in selectStore()
2267 if (!isTypeSupported(LHS->getType(), VT)) in emitCompareAndBranch()
2670 if (!isTypeSupported(I->getType(), VT)) in selectSelect()
[all …]
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsFastISel.cpp171 bool isTypeSupported(Type *Ty, MVT &VT);
606 bool MipsFastISel::isTypeSupported(Type *Ty, MVT &VT) { in isTypeSupported() function in MipsFastISel
865 if (!isTypeSupported(I->getType(), VT)) in selectLogicalOp()
1009 if (!isTypeSupported(I->getType(), VT) || UnsupportedFPMode) { in selectSelect()
1497 else if (!isTypeSupported(CLI.RetTy, RetVT)) in fastLowerCall()
1566 if (!isTypeSupported(RetTy, VT)) in fastLowerIntrinsicCall()
1934 if (!isTypeSupported(I->getType(), RetVT)) in selectShift()