Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp147 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 DARMFastISel.cpp193 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 DMipsFastISel.cpp175 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()