Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp136 bool isLoadTypeLegal(Type *Ty, MVT &VT);
271 bool PPCFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) { in isLoadTypeLegal() function in PPCFastISel
582 if (!isLoadTypeLegal(I->getType(), VT)) in SelectLoad()
731 if (!isLoadTypeLegal(Op0->getType(), VT)) in SelectStore()
2274 if (!isLoadTypeLegal(AI->getType(), VT)) in fastMaterializeAlloca()
2299 if (!isLoadTypeLegal(LI->getType(), VT)) in tryToFoldLoadIntoMI()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp212 bool isLoadTypeLegal(Type *Ty, MVT &VT);
679 if (!isLoadTypeLegal(AI->getType(), VT)) in fastMaterializeAlloca()
715 bool ARMFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) { in isLoadTypeLegal() function in ARMFastISel
1064 if (!isLoadTypeLegal(I->getType(), VT)) in SelectLoad()
1201 if (!isLoadTypeLegal(I->getOperand(0)->getType(), VT)) in SelectStore()
1303 (isLoadTypeLegal(TI->getOperand(0)->getType(), SourceVT))) { in SelectBranch()
2990 if (!isLoadTypeLegal(LI->getType(), VT)) in tryToFoldLoadIntoMI()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp172 bool isLoadTypeLegal(Type *Ty, MVT &VT);
616 bool MipsFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) { in isLoadTypeLegal() function in MipsFastISel
890 if (!isLoadTypeLegal(LI->getType(), VT)) in selectLoad()
922 if (!isLoadTypeLegal(SI->getOperand(0)->getType(), VT)) in selectStore()