Home
last modified time | relevance | path

Searched refs:Rounded (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFixedPointBuilder.h57 Value *Rounded = B.CreateAdd(Result, LowBits); in Convert() local
58 Result = B.CreateSelect(IsNegative, Rounded, Result); in Convert()
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dpromote-alloca-padding-size-estimate.ll18 ; Rounded usage:
/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/src/
H A Drtl.cpp1870 uint64_t Rounded = 4 * ((Size + 3) / 4); in implCalloc() local
1873 hsa_status_t Err = hsa_amd_memory_pool_allocate(MemoryPool, Rounded, 0, &Ptr); in implCalloc()
1878 hsa_status_t Rc = hsa_amd_memory_fill(Ptr, 0, Rounded / 4); in implCalloc()
/llvm-project-15.0.7/llvm/test/MC/Disassembler/AArch64/
H A Dneon-instructions.txt1936 # Signed Saturating Rounded Shift Right Narrow (Immediate)
1946 # Unsigned Saturating Rounded Shift Right Narrow (Immediate)
1966 # Signed Saturating Rounded Shift Right Unsigned Narrow (Immediate)
/llvm-project-15.0.7/clang/include/clang/Basic/
H A Darm_neon.td1348 // Signed/Unsigned Saturating Rounded Shift Right Narrow (Immediate)
1352 // Signed Saturating Rounded Shift Right Unsigned Narrow (Immediate)