Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp597 static unsigned SelectInt64CountDirect(int64_t Imm) { in SelectInt64CountDirect() function
659 unsigned Count = SelectInt64CountDirect(Imm); in SelectInt64Count()
665 unsigned RCount = SelectInt64CountDirect(RImm) + 1; in SelectInt64Count()
676 RCount = SelectInt64CountDirect(RImmWithOnes) + 1; in SelectInt64Count()
760 unsigned Count = SelectInt64CountDirect(Imm); in SelectInt64()
771 unsigned RCount = SelectInt64CountDirect(RImm) + 1; in SelectInt64()
794 RCount = SelectInt64CountDirect(RImmWithOnes) + 1; in SelectInt64()