Home
last modified time | relevance | path

Searched refs:v_off_start (Results 1 – 25 of 28) sorted by relevance

12

/dports/databases/postgresql11-client/postgresql-11.14/src/backend/jit/llvm/
H A Dllvmjit_deform.c252 LLVMValueRef v_off_start; in slot_compile_deform() local
254 v_off_start = LLVMBuildLoad(b, v_slotoffp, "v_slot_off"); in slot_compile_deform()
255 v_off_start = LLVMBuildZExt(b, v_off_start, TypeSizeT, ""); in slot_compile_deform()
256 LLVMBuildStore(b, v_off_start, v_offp); in slot_compile_deform()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/jit/llvm/
H A Dllvmjit_deform.c252 LLVMValueRef v_off_start; in slot_compile_deform() local
254 v_off_start = LLVMBuildLoad(b, v_slotoffp, "v_slot_off"); in slot_compile_deform()
255 v_off_start = LLVMBuildZExt(b, v_off_start, TypeSizeT, ""); in slot_compile_deform()
256 LLVMBuildStore(b, v_off_start, v_offp); in slot_compile_deform()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/jit/llvm/
H A Dllvmjit_deform.c252 LLVMValueRef v_off_start; in slot_compile_deform() local
254 v_off_start = LLVMBuildLoad(b, v_slotoffp, "v_slot_off"); in slot_compile_deform()
255 v_off_start = LLVMBuildZExt(b, v_off_start, TypeSizeT, ""); in slot_compile_deform()
256 LLVMBuildStore(b, v_off_start, v_offp); in slot_compile_deform()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/jit/llvm/
H A Dllvmjit_deform.c252 LLVMValueRef v_off_start; in slot_compile_deform() local
254 v_off_start = LLVMBuildLoad(b, v_slotoffp, "v_slot_off"); in slot_compile_deform()
255 v_off_start = LLVMBuildZExt(b, v_off_start, TypeSizeT, ""); in slot_compile_deform()
256 LLVMBuildStore(b, v_off_start, v_offp); in slot_compile_deform()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/jit/llvm/
H A Dllvmjit_deform.c252 LLVMValueRef v_off_start; in slot_compile_deform() local
254 v_off_start = LLVMBuildLoad(b, v_slotoffp, "v_slot_off"); in slot_compile_deform()
255 v_off_start = LLVMBuildZExt(b, v_off_start, TypeSizeT, ""); in slot_compile_deform()
256 LLVMBuildStore(b, v_off_start, v_offp); in slot_compile_deform()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/jit/llvm/
H A Dllvmjit_deform.c252 LLVMValueRef v_off_start;
254 v_off_start = LLVMBuildLoad(b, v_slotoffp, "v_slot_off");
255 v_off_start = LLVMBuildZExt(b, v_off_start, TypeSizeT, "");
256 LLVMBuildStore(b, v_off_start, v_offp);
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/jit/llvm/
H A Dllvmjit_deform.c252 LLVMValueRef v_off_start;
254 v_off_start = LLVMBuildLoad(b, v_slotoffp, "v_slot_off");
255 v_off_start = LLVMBuildZExt(b, v_off_start, TypeSizeT, "");
256 LLVMBuildStore(b, v_off_start, v_offp);
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/jit/llvm/
H A Dllvmjit_deform.c276 LLVMValueRef v_off_start; in slot_compile_deform() local
278 v_off_start = LLVMBuildLoad(b, v_slotoffp, "v_slot_off"); in slot_compile_deform()
279 v_off_start = LLVMBuildZExt(b, v_off_start, TypeSizeT, ""); in slot_compile_deform()
280 LLVMBuildStore(b, v_off_start, v_offp); in slot_compile_deform()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/jit/llvm/
H A Dllvmjit_deform.c276 LLVMValueRef v_off_start; in slot_compile_deform() local
278 v_off_start = LLVMBuildLoad(b, v_slotoffp, "v_slot_off"); in slot_compile_deform()
279 v_off_start = LLVMBuildZExt(b, v_off_start, TypeSizeT, ""); in slot_compile_deform()
280 LLVMBuildStore(b, v_off_start, v_offp); in slot_compile_deform()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/jit/llvm/
H A Dllvmjit_deform.c276 LLVMValueRef v_off_start; in slot_compile_deform() local
278 v_off_start = LLVMBuildLoad(b, v_slotoffp, "v_slot_off"); in slot_compile_deform()
279 v_off_start = LLVMBuildZExt(b, v_off_start, TypeSizeT, ""); in slot_compile_deform()
280 LLVMBuildStore(b, v_off_start, v_offp); in slot_compile_deform()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/jit/llvm/
H A Dllvmjit_deform.c276 LLVMValueRef v_off_start; in slot_compile_deform() local
278 v_off_start = LLVMBuildLoad(b, v_slotoffp, "v_slot_off"); in slot_compile_deform()
279 v_off_start = LLVMBuildZExt(b, v_off_start, TypeSizeT, ""); in slot_compile_deform()
280 LLVMBuildStore(b, v_off_start, v_offp); in slot_compile_deform()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/jit/llvm/
H A Dllvmjit_deform.c276 LLVMValueRef v_off_start; in slot_compile_deform() local
278 v_off_start = LLVMBuildLoad(b, v_slotoffp, "v_slot_off"); in slot_compile_deform()
279 v_off_start = LLVMBuildZExt(b, v_off_start, TypeSizeT, ""); in slot_compile_deform()
280 LLVMBuildStore(b, v_off_start, v_offp); in slot_compile_deform()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/jit/llvm/
H A Dllvmjit_deform.c276 LLVMValueRef v_off_start; in slot_compile_deform() local
278 v_off_start = LLVMBuildLoad(b, v_slotoffp, "v_slot_off"); in slot_compile_deform()
279 v_off_start = LLVMBuildZExt(b, v_off_start, TypeSizeT, ""); in slot_compile_deform()
280 LLVMBuildStore(b, v_off_start, v_offp); in slot_compile_deform()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/jit/llvm/
H A Dllvmjit_deform.c276 LLVMValueRef v_off_start; in slot_compile_deform() local
278 v_off_start = LLVMBuildLoad(b, v_slotoffp, "v_slot_off"); in slot_compile_deform()
279 v_off_start = LLVMBuildZExt(b, v_off_start, TypeSizeT, ""); in slot_compile_deform()
280 LLVMBuildStore(b, v_off_start, v_offp); in slot_compile_deform()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/jit/llvm/
H A Dllvmjit_deform.c276 LLVMValueRef v_off_start; in slot_compile_deform() local
278 v_off_start = LLVMBuildLoad(b, v_slotoffp, "v_slot_off"); in slot_compile_deform()
279 v_off_start = LLVMBuildZExt(b, v_off_start, TypeSizeT, ""); in slot_compile_deform()
280 LLVMBuildStore(b, v_off_start, v_offp); in slot_compile_deform()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/jit/llvm/
H A Dllvmjit_deform.c276 LLVMValueRef v_off_start; in slot_compile_deform() local
278 v_off_start = LLVMBuildLoad(b, v_slotoffp, "v_slot_off"); in slot_compile_deform()
279 v_off_start = LLVMBuildZExt(b, v_off_start, TypeSizeT, ""); in slot_compile_deform()
280 LLVMBuildStore(b, v_off_start, v_offp); in slot_compile_deform()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/jit/llvm/
H A Dllvmjit_deform.c276 LLVMValueRef v_off_start; in slot_compile_deform() local
278 v_off_start = LLVMBuildLoad(b, v_slotoffp, "v_slot_off"); in slot_compile_deform()
279 v_off_start = LLVMBuildZExt(b, v_off_start, TypeSizeT, ""); in slot_compile_deform()
280 LLVMBuildStore(b, v_off_start, v_offp); in slot_compile_deform()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/jit/llvm/
H A Dllvmjit_deform.c292 LLVMValueRef v_off_start; in slot_compile_deform() local
294 v_off_start = LLVMBuildLoad(b, v_slotoffp, "v_slot_off"); in slot_compile_deform()
295 v_off_start = LLVMBuildZExt(b, v_off_start, TypeSizeT, ""); in slot_compile_deform()
296 LLVMBuildStore(b, v_off_start, v_offp); in slot_compile_deform()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/jit/llvm/
H A Dllvmjit_deform.c292 LLVMValueRef v_off_start; in slot_compile_deform() local
294 v_off_start = LLVMBuildLoad(b, v_slotoffp, "v_slot_off"); in slot_compile_deform()
295 v_off_start = LLVMBuildZExt(b, v_off_start, TypeSizeT, ""); in slot_compile_deform()
296 LLVMBuildStore(b, v_off_start, v_offp); in slot_compile_deform()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/jit/llvm/
H A Dllvmjit_deform.c292 LLVMValueRef v_off_start; in slot_compile_deform() local
294 v_off_start = LLVMBuildLoad(b, v_slotoffp, "v_slot_off"); in slot_compile_deform()
295 v_off_start = LLVMBuildZExt(b, v_off_start, TypeSizeT, ""); in slot_compile_deform()
296 LLVMBuildStore(b, v_off_start, v_offp); in slot_compile_deform()
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/jit/llvm/
H A Dllvmjit_deform.c276 LLVMValueRef v_off_start; in slot_compile_deform() local
278 v_off_start = LLVMBuildLoad(b, v_slotoffp, "v_slot_off"); in slot_compile_deform()
279 v_off_start = LLVMBuildZExt(b, v_off_start, TypeSizeT, ""); in slot_compile_deform()
280 LLVMBuildStore(b, v_off_start, v_offp); in slot_compile_deform()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/jit/llvm/
H A Dllvmjit_deform.c276 LLVMValueRef v_off_start; in slot_compile_deform() local
278 v_off_start = LLVMBuildLoad(b, v_slotoffp, "v_slot_off"); in slot_compile_deform()
279 v_off_start = LLVMBuildZExt(b, v_off_start, TypeSizeT, ""); in slot_compile_deform()
280 LLVMBuildStore(b, v_off_start, v_offp); in slot_compile_deform()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/jit/llvm/
H A Dllvmjit_deform.c292 LLVMValueRef v_off_start;
294 v_off_start = LLVMBuildLoad(b, v_slotoffp, "v_slot_off");
295 v_off_start = LLVMBuildZExt(b, v_off_start, TypeSizeT, "");
296 LLVMBuildStore(b, v_off_start, v_offp);
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/jit/llvm/
H A Dllvmjit_deform.c292 LLVMValueRef v_off_start; in slot_compile_deform() local
294 v_off_start = LLVMBuildLoad(b, v_slotoffp, "v_slot_off"); in slot_compile_deform()
295 v_off_start = LLVMBuildZExt(b, v_off_start, TypeSizeT, ""); in slot_compile_deform()
296 LLVMBuildStore(b, v_off_start, v_offp); in slot_compile_deform()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/jit/llvm/
H A Dllvmjit_deform.c292 LLVMValueRef v_off_start;
294 v_off_start = LLVMBuildLoad(b, v_slotoffp, "v_slot_off");
295 v_off_start = LLVMBuildZExt(b, v_off_start, TypeSizeT, "");
296 LLVMBuildStore(b, v_off_start, v_offp);

12