Home
last modified time | relevance | path

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

/freebsd/contrib/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.cpp160 T UImm = static_cast<T>(Imm); in splitBitmaskImm() local
H A DAArch64InstrInfo.cpp7928 uint64_t UImm = SignExtend64(IsSub ? -Imm : Imm, BitSize); in genAlternativeCodeSequence() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1845 else if (auto UImm = Int.tryZExtValue(); !Int.isSigned() && UImm.has_value()) in parseImmediateOperand() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp18405 uint64_t UImm = static_cast<uint64_t>(Imm); in decomposeMulByConstant() local