Home
last modified time | relevance | path

Searched defs:UImm (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp43 static bool tryToreplicateChunks(uint64_t UImm, in tryToreplicateChunks()
150 static bool trySequenceOfOnes(uint64_t UImm, in trySequenceOfOnes()
288 decomposeIntoOrrOfLogicalImmediates(uint64_t UImm) { in decomposeIntoOrrOfLogicalImmediates()
316 static bool tryOrrOfLogicalImmediates(uint64_t UImm, in tryOrrOfLogicalImmediates()
341 static bool tryAndOfLogicalImmediates(uint64_t UImm, in tryAndOfLogicalImmediates()
556 uint64_t UImm = Imm << (64 - BitSize) >> (64 - BitSize); in expandMOVImm() local
H A DAArch64MIPeepholeOpt.cpp153 T UImm = static_cast<T>(Imm); splitBitmaskImm() local
H A DAArch64InstrInfo.cpp7069 uint64_t UImm = SignExtend64(Imm, BitSize); genAlternativeCodeSequence() local
7178 uint64_t UImm = SignExtend64(-Imm, BitSize); genAlternativeCodeSequence() local
/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1836 else if (auto UImm = Int.tryZExtValue(); !Int.isSigned() && UImm.has_value()) parseImmediateOperand() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp17500 uint64_t UImm = static_cast<uint64_t>(Imm); decomposeMulByConstant() local