Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64ExpandImm.cpp43 static bool tryToreplicateChunks(uint64_t UImm, in tryToreplicateChunks() function
391 if (BitSize == 64 && tryToreplicateChunks(UImm, Insn)) in expandMOVImm()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ExpandImm.cpp44 static bool tryToreplicateChunks(uint64_t UImm, in tryToreplicateChunks() function
393 if (BitSize == 64 && tryToreplicateChunks(UImm, Insn)) in expandMOVImm()
/external/llvm/lib/Target/AArch64/
DAArch64ExpandPseudoInsts.cpp160 static bool tryToreplicateChunks(uint64_t UImm, MachineInstr &MI, in tryToreplicateChunks() function
513 if (BitSize == 64 && tryToreplicateChunks(UImm, MI, MBB, MBBI, TII)) in expandMOVImm()