Searched refs:isLoadTypeLegal (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp147 bool isLoadTypeLegal(Type *Ty, MVT &VT);
296 bool PPCFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) { function in class:PPCFastISel
597 if (!isLoadTypeLegal(I->getType(), VT))
742 if (!isLoadTypeLegal(Op0->getType(), VT))
2160 if (!isLoadTypeLegal(AI->getType(), VT)) return 0;
2187 if (!isLoadTypeLegal(LI->getType(), VT))
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMFastISel.cpp175 bool isLoadTypeLegal(Type *Ty, MVT &VT);
664 if (!isLoadTypeLegal(AI->getType(), VT)) return false;
697 bool ARMFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) { function in class:ARMFastISel
964 if (!isLoadTypeLegal(I->getType(), VT))
1030 if (!isLoadTypeLegal(I->getOperand(0)->getType(), VT))
1166 (isLoadTypeLegal(TI->getOperand(0)->getType(), SourceVT))) {
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp162 bool isLoadTypeLegal(Type *Ty, MVT &VT);
670 if (!isLoadTypeLegal(AI->getType(), VT)) return 0;
705 bool ARMFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) { function in class:ARMFastISel
1043 if (!isLoadTypeLegal(I->getType(), VT))
1173 if (!isLoadTypeLegal(I->getOperand(0)->getType(), VT))
1275 (isLoadTypeLegal(TI->getOperand(0)->getType(), SourceVT))) {
2899 if (!isLoadTypeLegal(LI->getType(), VT))
/external/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp126 bool isLoadTypeLegal(Type *Ty, MVT &VT);
581 bool MipsFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) { function in class:MipsFastISel
864 if (!isLoadTypeLegal(I->getType(), VT))
889 if (!isLoadTypeLegal(I->getOperand(0)->getType(), VT))

Completed in 4940 milliseconds