Home
last modified time | relevance | path

Searched refs:value32 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/test/DebugInfo/MIR/X86/
H A Ddbgcall-site-copy-super-sub.mir7 # extern uint32_t value32(void);
13 # uint32_t local = value32();
27 %call = tail call i32 @value32(), !dbg !29
34 declare !dbg !4 i32 @value32()
56 …!4 = !DISubprogram(name: "value32", scope: !1, file: !1, line: 3, type: !5, flags: DIFlagPrototype…
101 …CALL64pcrel32 @value32, csr_64, implicit $rsp, implicit $ssp, implicit-def $rsp, implicit-def $ssp…
/llvm-project-15.0.7/mlir/lib/Conversion/TosaToArith/
H A DTosaToArith.cpp137 Value value32 = op.getValue(); in matchAndRewrite() local
150 Value value64 = rewriter.create<arith::ExtSIOp>(loc, i64Ty, value32); in matchAndRewrite()
160 Value low32 = rewriter.create<arith::MulIOp>(loc, value32, multiplier32); in matchAndRewrite()
182 loc, arith::CmpIPredicate::sge, value32, zero32); in matchAndRewrite()
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp1189 uint32_t value32 = *((uint32_t *)opcode_data); in SetOpcode() local
1190 m_opcode.SetOpcode32(value32, eByteOrderInvalid); in SetOpcode()