/llvm-project/libc/src/math/generic/ |
H A D | log2.cpp | 898 int shifted = static_cast<int>(x_u >> 45); global() variable
|
H A D | log.cpp | 777 int shifted = static_cast<int>(x_u >> 45); global() variable
|
H A D | log10.cpp | 779 int shifted = static_cast<int>(x_u >> 45); global() variable
|
/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
H A D | EmulateInstructionARM.cpp | 1719 uint32_t shifted = in EmulateMVNReg() local 3263 uint32_t shifted = Shift(val2, shift_t, shift_n, APSR_C, &success); in EmulateADDReg() local 3385 uint32_t shifted = Shift(val2, shift_t, shift_n, APSR_C, &success); in EmulateCMNReg() local 3511 uint32_t shifted = Shift(val2, shift_t, shift_n, APSR_C, &success); in EmulateCMPReg() local 5916 uint32_t shifted = Shift(val2, shift_t, shift_n, APSR_C, &success); in EmulateADCReg() local 6143 uint32_t shifted = Shift_C(val2, shift_t, shift_n, APSR_C, carry, &success); in EmulateANDReg() local 6307 uint32_t shifted = Shift_C(val2, shift_t, shift_n, APSR_C, carry, &success); in EmulateBICReg() local 8952 uint32_t shifted = Shift_C(val2, shift_t, shift_n, APSR_C, carry, &success); in EmulateEORReg() local 9117 uint32_t shifted = Shift_C(val2, shift_t, shift_n, APSR_C, carry, &success); in EmulateORRReg() local 9270 uint32_t shifted = Shift(val2, shift_t, shift_n, APSR_C, &success); in EmulateRSBReg() local [all …]
|
/llvm-project/libc/src/__support/ |
H A D | float_to_string.h | 380 const uint64_t shifted = result >> 29; fast_uint_mod_1e9() local
|
/llvm-project/mlir/lib/Conversion/AMDGPUToROCDL/ |
H A D | AMDGPUToROCDL.cpp | 355 Value shifted = rewriter.create<LLVM::ShlOp>(loc, extended, shiftConst); mfmaConcatIfNeeded() local
|
/llvm-project/mlir/lib/Dialect/Tosa/IR/ |
H A D | TosaCanonicalizations.cpp | 480 const int64_t shifted = 1LL << shift; isSplatOne() local
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_ast_build_expr.c | 81 isl_aff *shifted; in is_non_neg_after_stealing() local
|
H A D | isl_tab_pip.c | 2883 struct isl_tab *shifted; member
|
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMMemorySlot.cpp | 962 Value shifted = getStored() local
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | IntrinsicCall.cpp | 5309 mlir::Value shifted = builder.create<Shift>(loc, ones, shift); genMask() local 6306 mlir::Value shifted = builder.create<Shift>(loc, args[0], shift); genShift() local 6329 mlir::Value shifted = genShiftA() local
|
/llvm-project/mlir/lib/Conversion/TosaToLinalg/ |
H A D | TosaToLinalg.cpp | 246 auto shifted = createLinalgBodyCalculationForElementwiseOp() local
|