Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp604 uint64_t RImm = Rot64(Imm, r); in SelectInt64Count() local
605 unsigned RCount = SelectInt64CountDirect(RImm) + 1; in SelectInt64Count()
609 unsigned LS = findLastSet(RImm); in SelectInt64Count()
614 uint64_t RImmWithOnes = RImm | OnesMask; in SelectInt64Count()
710 uint64_t RImm = Rot64(Imm, r); in SelectInt64() local
711 unsigned RCount = SelectInt64CountDirect(RImm) + 1; in SelectInt64()
715 MatImm = RImm; in SelectInt64()
724 unsigned LS = findLastSet(RImm); in SelectInt64()
732 uint64_t RImmWithOnes = RImm | OnesMask; in SelectInt64()