Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp43 static bool tryToreplicateChunks(uint64_t UImm, in tryToreplicateChunks() argument
150 static bool trySequenceOfOnes(uint64_t UImm, in trySequenceOfOnes() argument
288 decomposeIntoOrrOfLogicalImmediates(uint64_t UImm) decomposeIntoOrrOfLogicalImmediates() argument
316 tryOrrOfLogicalImmediates(uint64_t UImm,SmallVectorImpl<ImmInsnModel> & Insn) tryOrrOfLogicalImmediates() argument
341 tryAndOfLogicalImmediates(uint64_t UImm,SmallVectorImpl<ImmInsnModel> & Insn) tryAndOfLogicalImmediates() argument
548 uint64_t UImm = Imm << (64 - BitSize) >> (64 - BitSize); expandMOVImm() local
[all...]
H A DAArch64MIPeepholeOpt.cpp152 T UImm = static_cast<T>(Imm); splitBitmaskImm() local
H A DAArch64InstrInfo.cpp7014 uint64_t UImm = SignExtend64(Imm, BitSize); genAlternativeCodeSequence() local
7123 uint64_t UImm = SignExtend64(-Imm, BitSize); genAlternativeCodeSequence() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1830 else if (auto UImm = Int.tryZExtValue(); !Int.isSigned() && UImm.has_value()) parseImmediateOperand() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp17285 uint64_t UImm = static_cast<uint64_t>(Imm); decomposeMulByConstant() local