HomeSort by: relevance | last modified time | path
    Searched refs:isLoadTypeLegal (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 142 bool isLoadTypeLegal(Type *Ty, MVT &VT);
284 bool PPCFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) {
596 if (!isLoadTypeLegal(I->getType(), VT))
745 if (!isLoadTypeLegal(Op0->getType(), VT))
2279 if (!isLoadTypeLegal(AI->getType(), VT)) return 0;
2306 if (!isLoadTypeLegal(LI->getType(), VT))
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMFastISel.cpp 188 bool isLoadTypeLegal(Type *Ty, MVT &VT);
650 if (!isLoadTypeLegal(AI->getType(), VT)) return 0;
685 bool ARMFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) {
1025 if (!isLoadTypeLegal(I->getType(), VT))
1157 if (!isLoadTypeLegal(I->getOperand(0)->getType(), VT))
1258 (isLoadTypeLegal(TI->getOperand(0)->getType(), SourceVT))) {
2912 if (!isLoadTypeLegal(LI->getType(), VT))
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsFastISel.cpp 174 bool isLoadTypeLegal(Type *Ty, MVT &VT);
622 bool MipsFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) {
896 if (!isLoadTypeLegal(I->getType(), VT))
921 if (!isLoadTypeLegal(I->getOperand(0)->getType(), VT))

Completed in 32 milliseconds