HomeSort by relevance Sort by last modified time
    Searched refs:isLoadTypeLegal (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 81 bool isLoadTypeLegal(Type *Ty, MVT &VT);
131 bool MipsFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) {
250 if (!isLoadTypeLegal(I->getType(), VT))
275 if (!isLoadTypeLegal(I->getOperand(0)->getType(), VT))
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 142 bool isLoadTypeLegal(Type *Ty, MVT &VT);
269 bool PPCFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) {
545 if (!isLoadTypeLegal(I->getType(), VT))
662 if (!isLoadTypeLegal(Op0->getType(), VT))
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 170 bool isLoadTypeLegal(Type *Ty, MVT &VT);
706 if (!isLoadTypeLegal(AI->getType(), VT)) return 0;
741 bool ARMFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) {
    [all...]

Completed in 60 milliseconds