Searched refs:isLoadTypeLegal (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 147 bool isLoadTypeLegal(Type *Ty, MVT &VT); 299 bool PPCFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) { in isLoadTypeLegal() function in PPCFastISel 611 if (!isLoadTypeLegal(I->getType(), VT)) in SelectLoad() 760 if (!isLoadTypeLegal(Op0->getType(), VT)) in SelectStore() 2277 if (!isLoadTypeLegal(AI->getType(), VT)) return 0; in fastMaterializeAlloca() 2304 if (!isLoadTypeLegal(LI->getType(), VT)) in tryToFoldLoadIntoMI()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 193 bool isLoadTypeLegal(Type *Ty, MVT &VT); 669 if (!isLoadTypeLegal(AI->getType(), VT)) return 0; in fastMaterializeAlloca() 704 bool ARMFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) { in isLoadTypeLegal() function in ARMFastISel 1043 if (!isLoadTypeLegal(I->getType(), VT)) in SelectLoad() 1174 if (!isLoadTypeLegal(I->getOperand(0)->getType(), VT)) in SelectStore() 1276 (isLoadTypeLegal(TI->getOperand(0)->getType(), SourceVT))) { in SelectBranch() 2924 if (!isLoadTypeLegal(LI->getType(), VT)) in tryToFoldLoadIntoMI()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 175 bool isLoadTypeLegal(Type *Ty, MVT &VT); 624 bool MipsFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) { in isLoadTypeLegal() function in MipsFastISel 900 if (!isLoadTypeLegal(I->getType(), VT)) in selectLoad() 925 if (!isLoadTypeLegal(I->getOperand(0)->getType(), VT)) in selectStore()
|