Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp140 bool isTypeSupported(Type *Ty, MVT &VT, bool IsVectorAllowed = false);
925 bool AArch64FastISel::isTypeSupported(Type *Ty, MVT &VT, bool IsVectorAllowed) { in isTypeSupported() function in AArch64FastISel
1812 if (!isTypeSupported(I->getType(), VT, /*IsVectorAllowed=*/true)) in selectAddSub()
1838 if (!isTypeSupported(I->getType(), VT, /*IsVectorAllowed=*/true)) in selectLogicalOp()
1870 if (!isTypeSupported(I->getType(), VT, /*IsVectorAllowed=*/true) || in selectLoad()
1885 if (isTypeSupported(ZE->getType(), RetVT)) in selectLoad()
1890 if (isTypeSupported(SE->getType(), RetVT)) in selectLoad()
2031 if (!isTypeSupported(Op0->getType(), VT, /*IsVectorAllowed=*/true) || in selectStore()
2120 if (!isTypeSupported(LHS->getType(), VT)) in emitCompareAndBranch()
2322 isTypeSupported(TI->getOperand(0)->getType(), SrcVT)) { in selectBranch()
[all …]
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp106 bool isTypeSupported(Type *Ty, MVT &VT);
466 bool MipsFastISel::isTypeSupported(Type *Ty, MVT &VT) { in isTypeSupported() function in MipsFastISel
733 if (!isTypeSupported(I->getType(), VT)) in selectLogicalOp()