Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp12801 bool IsIntArray = Ty->isArrayTy() && Ty->getArrayElementType()->isIntegerTy(); in functionArgumentNeedsConsecutiveRegisters() local
12802 return IsHA || IsIntArray; in functionArgumentNeedsConsecutiveRegisters()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp17420 bool IsIntArray = Ty->isArrayTy() && Ty->getArrayElementType()->isIntegerTy(); in functionArgumentNeedsConsecutiveRegisters() local
17421 return IsHA || IsIntArray; in functionArgumentNeedsConsecutiveRegisters()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp21826 bool IsIntArray = Ty->isArrayTy() && Ty->getArrayElementType()->isIntegerTy(); in functionArgumentNeedsConsecutiveRegisters() local
21827 return IsHA || IsIntArray; in functionArgumentNeedsConsecutiveRegisters()