Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp265 static bool isIntExtFree(const Instruction *I) { in isIntExtFree() function
673 if (!isIntExtFree(ZE) && ZE->getOperand(0)->getType()->isIntegerTy(32)) { in computeAddress()
678 if (!isIntExtFree(SE) && SE->getOperand(0)->getType()->isIntegerTy(32)) { in computeAddress()
756 if (!isIntExtFree(ZE) && ZE->getOperand(0)->getType()->isIntegerTy(32)) { in computeAddress()
761 if (!isIntExtFree(SE) && SE->getOperand(0)->getType()->isIntegerTy(32)) { in computeAddress()
812 if (!isIntExtFree(ZE) && ZE->getOperand(0)->getType()->isIntegerTy(32)) { in computeAddress()
817 if (!isIntExtFree(SE) && SE->getOperand(0)->getType()->isIntegerTy(32)) { in computeAddress()
4508 if (!isIntExtFree(ZExt)) { in selectMul()
4517 if (!isIntExtFree(SExt)) { in selectMul()
4575 if (!isIntExtFree(ZExt)) { in selectShift()
[all …]