HomeSort by: relevance | last modified time | path
    Searched refs:isTypeSupported (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceScriptStmt.cpp 218 bool VersionInfoFixed::isTypeSupported(VersionInfoFixedType Type) {
235 if (!isTypeSupported((VersionInfoFixedType)Type))
ResourceScriptParser.cpp 772 if (!RetType::isTypeSupported(FixedType))
ResourceScriptStmt.h 813 static bool isTypeSupported(VersionInfoFixedType Type);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsFastISel.cpp 173 bool isTypeSupported(Type *Ty, MVT &VT);
607 bool MipsFastISel::isTypeSupported(Type *Ty, MVT &VT) {
864 if (!isTypeSupported(I->getType(), VT))
1021 if (!isTypeSupported(I->getType(), VT) || UnsupportedFPMode) {
1023 dbgs() << ".. .. gave up (!isTypeSupported || UnsupportedFPMode)\n");
1515 else if (!isTypeSupported(CLI.RetTy, RetVT))
1594 if (!isTypeSupported(RetTy, VT))
1962 if (!isTypeSupported(I->getType(), RetVT))
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 183 bool isTypeSupported(Type *Ty, MVT &VT, bool IsVectorAllowed = false);
982 bool AArch64FastISel::isTypeSupported(Type *Ty, MVT &VT, bool IsVectorAllowed) {
1872 if (!isTypeSupported(I->getType(), VT, /*IsVectorAllowed=*/true))
1898 if (!isTypeSupported(I->getType(), VT, /*IsVectorAllowed=*/true))
1930 if (!isTypeSupported(I->getType(), VT, /*IsVectorAllowed=*/true) ||
1960 if (isTypeSupported(ZE->getType(), RetVT))
1965 if (isTypeSupported(SE->getType(), RetVT))
2132 if (!isTypeSupported(Op0->getType(), VT, /*IsVectorAllowed=*/true))
2256 if (!isTypeSupported(LHS->getType(), VT))
2653 if (!isTypeSupported(I->getType(), VT)
    [all...]

Completed in 60 milliseconds