Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp3418 static const RTLIB::Libcall LibCallTable[3][2] = { in fastLowerIntrinsicCall() local
3429 LC = LibCallTable[0][Is64Bit]; in fastLowerIntrinsicCall()
3432 LC = LibCallTable[1][Is64Bit]; in fastLowerIntrinsicCall()
3435 LC = LibCallTable[2][Is64Bit]; in fastLowerIntrinsicCall()