Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptStmt.cpp218 bool VersionInfoFixed::isTypeSupported(VersionInfoFixedType Type) { in isTypeSupported() function in llvm::rc::VersionInfoFixed
235 if (!isTypeSupported((VersionInfoFixedType)Type)) in log()
H A DResourceScriptParser.cpp772 if (!RetType::isTypeSupported(FixedType)) in parseVersionInfoFixed()
H A DResourceScriptStmt.h813 static bool isTypeSupported(VersionInfoFixedType Type);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp183 bool isTypeSupported(Type *Ty, MVT &VT, bool IsVectorAllowed = false);
982 bool AArch64FastISel::isTypeSupported(Type *Ty, MVT &VT, bool IsVectorAllowed) { in isTypeSupported() function in AArch64FastISel
1872 if (!isTypeSupported(I->getType(), VT, /*IsVectorAllowed=*/true)) in selectAddSub()
1898 if (!isTypeSupported(I->getType(), VT, /*IsVectorAllowed=*/true)) in selectLogicalOp()
1930 if (!isTypeSupported(I->getType(), VT, /*IsVectorAllowed=*/true) || in selectLoad()
1960 if (isTypeSupported(ZE->getType(), RetVT)) in selectLoad()
1965 if (isTypeSupported(SE->getType(), RetVT)) in selectLoad()
2132 if (!isTypeSupported(Op0->getType(), VT, /*IsVectorAllowed=*/true)) in selectStore()
2256 if (!isTypeSupported(LHS->getType(), VT)) in emitCompareAndBranch()
2653 if (!isTypeSupported(I->getType(), VT)) in selectSelect()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp173 bool isTypeSupported(Type *Ty, MVT &VT);
607 bool MipsFastISel::isTypeSupported(Type *Ty, MVT &VT) { in isTypeSupported() function in MipsFastISel
864 if (!isTypeSupported(I->getType(), VT)) in selectLogicalOp()
1021 if (!isTypeSupported(I->getType(), VT) || UnsupportedFPMode) { in selectSelect()
1515 else if (!isTypeSupported(CLI.RetTy, RetVT)) in fastLowerCall()
1594 if (!isTypeSupported(RetTy, VT)) in fastLowerIntrinsicCall()
1962 if (!isTypeSupported(I->getType(), RetVT)) in selectShift()