Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp186 bool isTypeSupported(Type *Ty, MVT &VT, bool IsVectorAllowed = false);
1010 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()
2151 if (!isTypeSupported(Op0->getType(), VT, /*IsVectorAllowed=*/true)) in selectStore()
2275 if (!isTypeSupported(LHS->getType(), VT)) in emitCompareAndBranch()
2676 if (!isTypeSupported(I->getType(), VT)) in selectSelect()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp173 bool isTypeSupported(Type *Ty, MVT &VT);
603 bool MipsFastISel::isTypeSupported(Type *Ty, MVT &VT) { in isTypeSupported() function in MipsFastISel
858 if (!isTypeSupported(I->getType(), VT)) in selectLogicalOp()
1015 if (!isTypeSupported(I->getType(), VT) || UnsupportedFPMode) { in selectSelect()
1509 else if (!isTypeSupported(CLI.RetTy, RetVT)) in fastLowerCall()
1588 if (!isTypeSupported(RetTy, VT)) in fastLowerIntrinsicCall()
1956 if (!isTypeSupported(I->getType(), RetVT)) in selectShift()