Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp536 static unsigned SelectInt64CountDirect(int64_t Imm) { in SelectInt64CountDirect() function
599 unsigned Count = SelectInt64CountDirect(Imm); in SelectInt64Count()
605 unsigned RCount = SelectInt64CountDirect(RImm) + 1; in SelectInt64Count()
616 RCount = SelectInt64CountDirect(RImmWithOnes) + 1; in SelectInt64Count()
700 unsigned Count = SelectInt64CountDirect(Imm); in SelectInt64()
711 unsigned RCount = SelectInt64CountDirect(RImm) + 1; in SelectInt64()
734 RCount = SelectInt64CountDirect(RImmWithOnes) + 1; in SelectInt64()