Searched refs:isTypeSupported (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 141 bool isTypeSupported(Type *Ty, MVT &VT, bool IsVectorAllowed = false); 930 bool AArch64FastISel::isTypeSupported(Type *Ty, MVT &VT, bool IsVectorAllowed) { in isTypeSupported() function in AArch64FastISel 1845 if (!isTypeSupported(I->getType(), VT, /*IsVectorAllowed=*/true)) in selectAddSub() 1871 if (!isTypeSupported(I->getType(), VT, /*IsVectorAllowed=*/true)) in selectLogicalOp() 1903 if (!isTypeSupported(I->getType(), VT, /*IsVectorAllowed=*/true) || in selectLoad() 1918 if (isTypeSupported(ZE->getType(), RetVT)) in selectLoad() 1923 if (isTypeSupported(SE->getType(), RetVT)) in selectLoad() 2067 if (!isTypeSupported(Op0->getType(), VT, /*IsVectorAllowed=*/true) || in selectStore() 2156 if (!isTypeSupported(LHS->getType(), VT)) in emitCompareAndBranch() 2559 if (!isTypeSupported(I->getType(), VT)) in selectSelect() [all …]
|
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 112 bool isTypeSupported(Type *Ty, MVT &VT); 552 bool MipsFastISel::isTypeSupported(Type *Ty, MVT &VT) { in isTypeSupported() function in MipsFastISel 819 if (!isTypeSupported(I->getType(), VT)) in selectLogicalOp() 961 if (!isTypeSupported(I->getType(), VT)) in selectSelect() 1265 else if (!isTypeSupported(CLI.RetTy, RetVT)) in fastLowerCall() 1337 if (!isTypeSupported(RetTy, VT)) in fastLowerIntrinsicCall() 1695 if (!isTypeSupported(I->getType(), RetVT)) in selectShift()
|