Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp298 static bool isIntExtFree(const Instruction *I) { in isIntExtFree() function
751 if (!isIntExtFree(ZE) && in computeAddress()
757 if (!isIntExtFree(SE) && in computeAddress()
833 if (!isIntExtFree(ZE) && in computeAddress()
839 if (!isIntExtFree(SE) && in computeAddress()
891 if (!isIntExtFree(ZE) && ZE->getOperand(0)->getType()->isIntegerTy(32)) { in computeAddress()
896 if (!isIntExtFree(SE) && SE->getOperand(0)->getType()->isIntegerTy(32)) { in computeAddress()
4625 if (!isIntExtFree(ZExt)) { in selectMul()
4634 if (!isIntExtFree(SExt)) { in selectMul()
4689 if (!isIntExtFree(ZExt)) { in selectShift()
[all …]