Home
last modified time | relevance | path

Searched refs:isLoadTypeLegal (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp142 bool isLoadTypeLegal(Type *Ty, MVT &VT);
284 bool PPCFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) { in isLoadTypeLegal() function in PPCFastISel
596 if (!isLoadTypeLegal(I->getType(), VT)) in SelectLoad()
745 if (!isLoadTypeLegal(Op0->getType(), VT)) in SelectStore()
2278 if (!isLoadTypeLegal(AI->getType(), VT)) return 0; in fastMaterializeAlloca()
2305 if (!isLoadTypeLegal(LI->getType(), VT)) in tryToFoldLoadIntoMI()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMFastISel.cpp187 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()
2917 if (!isLoadTypeLegal(LI->getType(), VT)) in tryToFoldLoadIntoMI()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp174 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()