Searched refs:isLoadTypeLegal (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 146 bool isLoadTypeLegal(Type *Ty, MVT &VT); 279 bool PPCFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) { in isLoadTypeLegal() function in PPCFastISel 584 if (!isLoadTypeLegal(I->getType(), VT)) in SelectLoad() 729 if (!isLoadTypeLegal(Op0->getType(), VT)) in SelectStore() 2150 if (!isLoadTypeLegal(AI->getType(), VT)) return 0; in fastMaterializeAlloca() 2177 if (!isLoadTypeLegal(LI->getType(), VT)) in tryToFoldLoadIntoMI()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 168 bool isLoadTypeLegal(Type *Ty, MVT &VT); 709 if (!isLoadTypeLegal(AI->getType(), VT)) return 0; in fastMaterializeAlloca() 744 bool ARMFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) { in isLoadTypeLegal() function in ARMFastISel 1067 if (!isLoadTypeLegal(I->getType(), VT)) in SelectLoad() 1182 if (!isLoadTypeLegal(I->getOperand(0)->getType(), VT)) in SelectStore() 1284 (isLoadTypeLegal(TI->getOperand(0)->getType(), SourceVT))) { in SelectBranch() 2905 if (!isLoadTypeLegal(LI->getType(), VT)) in tryToFoldLoadIntoMI()
|
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 113 bool isLoadTypeLegal(Type *Ty, MVT &VT); 567 bool MipsFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) { in isLoadTypeLegal() function in MipsFastISel 851 if (!isLoadTypeLegal(I->getType(), VT)) in selectLoad() 876 if (!isLoadTypeLegal(I->getOperand(0)->getType(), VT)) in selectStore()
|