Searched refs:isLoadTypeLegal (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 141 bool isLoadTypeLegal(Type *Ty, MVT &VT); 283 bool PPCFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) { in isLoadTypeLegal() function in PPCFastISel 594 if (!isLoadTypeLegal(I->getType(), VT)) in SelectLoad() 743 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 187 bool isLoadTypeLegal(Type *Ty, MVT &VT); 648 if (!isLoadTypeLegal(AI->getType(), VT)) return 0; in fastMaterializeAlloca() 683 bool ARMFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) { in isLoadTypeLegal() function in ARMFastISel 1026 if (!isLoadTypeLegal(I->getType(), VT)) in SelectLoad() 1160 if (!isLoadTypeLegal(I->getOperand(0)->getType(), VT)) in SelectStore() 1261 (isLoadTypeLegal(TI->getOperand(0)->getType(), SourceVT))) { in SelectBranch() 2920 if (!isLoadTypeLegal(LI->getType(), VT)) in tryToFoldLoadIntoMI()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 174 bool isLoadTypeLegal(Type *Ty, MVT &VT); 618 bool MipsFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) { in isLoadTypeLegal() function in MipsFastISel 890 if (!isLoadTypeLegal(I->getType(), VT)) in selectLoad() 915 if (!isLoadTypeLegal(I->getOperand(0)->getType(), VT)) in selectStore()
|