Searched refs:isTypeSupported (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp183 bool isTypeSupported(Type *Ty, MVT &VT, bool IsVectorAllowed = false);
1001 bool AArch64FastISel::isTypeSupported(Type *Ty, MVT &VT, bool IsVectorAllowed) { function in class:AArch64FastISel
1924 if (!isTypeSupported(I->getType(), VT, /*IsVectorAllowed=*/true))
1950 if (!isTypeSupported(I->getType(), VT, /*IsVectorAllowed=*/true))
1982 if (!isTypeSupported(I->getType(), VT, /*IsVectorAllowed=*/true) ||
2012 if (isTypeSupported(ZE->getType(), RetVT))
2017 if (isTypeSupported(SE->getType(), RetVT))
2185 if (!isTypeSupported(Op0->getType(), VT, /*IsVectorAllowed=*/true))
2309 if (!isTypeSupported(LHS->getType(), VT))
2712 if (!isTypeSupported(
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp173 bool isTypeSupported(Type *Ty, MVT &VT);
608 bool MipsFastISel::isTypeSupported(Type *Ty, MVT &VT) { function in class:MipsFastISel
867 if (!isTypeSupported(I->getType(), VT))
1024 if (!isTypeSupported(I->getType(), VT) || UnsupportedFPMode) {
1026 dbgs() << ".. .. gave up (!isTypeSupported || UnsupportedFPMode)\n");
1518 else if (!isTypeSupported(CLI.RetTy, RetVT))
1597 if (!isTypeSupported(RetTy, VT))
1965 if (!isTypeSupported(I->getType(), RetVT))

Completed in 115 milliseconds