Home
last modified time | relevance | path

Searched defs:ShiftedVal (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.cpp181 uint64_t ShiftedVal = (uint64_t)Val << LeadingZeros; in generateInstSeqLeadingZeros() local
236 int64_t ShiftedVal = Val >> TrailingZeros; in generateInstSeq() local
/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp227 auto ShiftedVal = B.buildShl(Ty, LHS, Shift); in matchAArch64MulConstCombine() local
/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1005 if (auto ShiftedVal = getShiftedVal<12>()) isAddSubImm() local
1018 if (auto ShiftedVal = getShiftedVal<12>()) isAddSubImmNeg() local
1934 if (auto ShiftedVal = getShiftedVal<Shift>()) { addImmWithOptionalShiftOperands() local
1949 if (auto ShiftedVal = getShiftedVal<Shift>()) { addImmNegWithOptionalShiftOperands() local
[all...]
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1120 auto *ShiftedVal = Builder.CreateShl(Builder.getInt8(0x1), BitToSet); lowerMCDCTestVectorBitmapUpdate() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp4455 __anonb5bafcbc1402(int64_t &ShiftedVal) tryShrinkShlLogicImm() argument
4479 int64_t ShiftedVal; tryShrinkShlLogicImm() local
[all...]
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp653 int64_t ShiftedVal = Val >> ShAmt; tryShrinkShlLogicImm() local