Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-rc/
DResourceScriptStmt.cpp218 bool VersionInfoFixed::isTypeSupported(VersionInfoFixedType Type) { in isTypeSupported() function in llvm::rc::VersionInfoFixed
235 if (!isTypeSupported((VersionInfoFixedType)Type)) in log()
DResourceScriptParser.cpp772 if (!RetType::isTypeSupported(FixedType)) in parseVersionInfoFixed()
DResourceScriptStmt.h813 static bool isTypeSupported(VersionInfoFixedType Type);
/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-project/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp183 bool isTypeSupported(Type *Ty, MVT &VT, bool IsVectorAllowed = false);
999 bool AArch64FastISel::isTypeSupported(Type *Ty, MVT &VT, bool IsVectorAllowed) { in isTypeSupported() function in AArch64FastISel
1922 if (!isTypeSupported(I->getType(), VT, /*IsVectorAllowed=*/true)) in selectAddSub()
1948 if (!isTypeSupported(I->getType(), VT, /*IsVectorAllowed=*/true)) in selectLogicalOp()
1980 if (!isTypeSupported(I->getType(), VT, /*IsVectorAllowed=*/true) || in selectLoad()
2010 if (isTypeSupported(ZE->getType(), RetVT)) in selectLoad()
2015 if (isTypeSupported(SE->getType(), RetVT)) in selectLoad()
2183 if (!isTypeSupported(Op0->getType(), VT, /*IsVectorAllowed=*/true)) in selectStore()
2307 if (!isTypeSupported(LHS->getType(), VT)) in emitCompareAndBranch()
2710 if (!isTypeSupported(I->getType(), VT)) in selectSelect()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp183 bool isTypeSupported(Type *Ty, MVT &VT, bool IsVectorAllowed = false);
1001 bool AArch64FastISel::isTypeSupported(Type *Ty, MVT &VT, bool IsVectorAllowed) { in isTypeSupported() function in AArch64FastISel
1924 if (!isTypeSupported(I->getType(), VT, /*IsVectorAllowed=*/true)) in selectAddSub()
1950 if (!isTypeSupported(I->getType(), VT, /*IsVectorAllowed=*/true)) in selectLogicalOp()
1982 if (!isTypeSupported(I->getType(), VT, /*IsVectorAllowed=*/true) || in selectLoad()
2012 if (isTypeSupported(ZE->getType(), RetVT)) in selectLoad()
2017 if (isTypeSupported(SE->getType(), RetVT)) in selectLoad()
2185 if (!isTypeSupported(Op0->getType(), VT, /*IsVectorAllowed=*/true)) in selectStore()
2309 if (!isTypeSupported(LHS->getType(), VT)) in emitCompareAndBranch()
2712 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/llvm-project/llvm/lib/Target/Mips/
DMipsFastISel.cpp173 bool isTypeSupported(Type *Ty, MVT &VT);
608 bool MipsFastISel::isTypeSupported(Type *Ty, MVT &VT) { in isTypeSupported() function in MipsFastISel
865 if (!isTypeSupported(I->getType(), VT)) in selectLogicalOp()
1022 if (!isTypeSupported(I->getType(), VT) || UnsupportedFPMode) { in selectSelect()
1516 else if (!isTypeSupported(CLI.RetTy, RetVT)) in fastLowerCall()
1595 if (!isTypeSupported(RetTy, VT)) in fastLowerIntrinsicCall()
1963 if (!isTypeSupported(I->getType(), RetVT)) in selectShift()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsFastISel.cpp173 bool isTypeSupported(Type *Ty, MVT &VT);
608 bool MipsFastISel::isTypeSupported(Type *Ty, MVT &VT) { in isTypeSupported() function in MipsFastISel
867 if (!isTypeSupported(I->getType(), VT)) in selectLogicalOp()
1024 if (!isTypeSupported(I->getType(), VT) || UnsupportedFPMode) { in selectSelect()
1518 else if (!isTypeSupported(CLI.RetTy, RetVT)) in fastLowerCall()
1597 if (!isTypeSupported(RetTy, VT)) in fastLowerIntrinsicCall()
1965 if (!isTypeSupported(I->getType(), RetVT)) in selectShift()