Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
2279 if (!isLoadTypeLegal(AI->getType(), VT)) return 0; in fastMaterializeAlloca()
2306 if (!isLoadTypeLegal(LI->getType(), VT)) in tryToFoldLoadIntoMI()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFastISel.cpp188 bool isLoadTypeLegal(Type *Ty, MVT &VT);
650 if (!isLoadTypeLegal(AI->getType(), VT)) return 0; in fastMaterializeAlloca()
685 bool ARMFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) { in isLoadTypeLegal() function in ARMFastISel
1025 if (!isLoadTypeLegal(I->getType(), VT)) in SelectLoad()
1157 if (!isLoadTypeLegal(I->getOperand(0)->getType(), VT)) in SelectStore()
1258 (isLoadTypeLegal(TI->getOperand(0)->getType(), SourceVT))) { in SelectBranch()
2912 if (!isLoadTypeLegal(LI->getType(), VT)) in tryToFoldLoadIntoMI()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp174 bool isLoadTypeLegal(Type *Ty, MVT &VT);
622 bool MipsFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) { in isLoadTypeLegal() function in MipsFastISel
896 if (!isLoadTypeLegal(I->getType(), VT)) in selectLoad()
921 if (!isLoadTypeLegal(I->getOperand(0)->getType(), VT)) in selectStore()