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.cpp181 bool isTypeSupported(Type *Ty, MVT &VT, bool IsVectorAllowed = false);
1005 bool AArch64FastISel::isTypeSupported(Type *Ty, MVT &VT, bool IsVectorAllowed) { in isTypeSupported() function in AArch64FastISel
1887 if (!isTypeSupported(I->getType(), VT, /*IsVectorAllowed=*/true)) in selectAddSub()
1913 if (!isTypeSupported(I->getType(), VT, /*IsVectorAllowed=*/true)) in selectLogicalOp()
1945 if (!isTypeSupported(I->getType(), VT, /*IsVectorAllowed=*/true) || in selectLoad()
1975 if (isTypeSupported(ZE->getType(), RetVT)) in selectLoad()
1980 if (isTypeSupported(SE->getType(), RetVT)) in selectLoad()
2147 if (!isTypeSupported(Op0->getType(), VT, /*IsVectorAllowed=*/true)) in selectStore()
2273 if (!isTypeSupported(LHS->getType(), VT)) in emitCompareAndBranch()
2674 if (!isTypeSupported(I->getType(), VT)) in selectSelect()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp171 bool isTypeSupported(Type *Ty, MVT &VT);
601 bool MipsFastISel::isTypeSupported(Type *Ty, MVT &VT) { in isTypeSupported() function in MipsFastISel
856 if (!isTypeSupported(I->getType(), VT)) in selectLogicalOp()
1027 if (!isTypeSupported(I->getType(), VT) || UnsupportedFPMode) { in selectSelect()
1521 else if (!isTypeSupported(CLI.RetTy, RetVT)) in fastLowerCall()
1600 if (!isTypeSupported(RetTy, VT)) in fastLowerIntrinsicCall()
1971 if (!isTypeSupported(I->getType(), RetVT)) in selectShift()