Searched refs:LLVMGetAlignment (Results 1 – 13 of 13) sorted by relevance
343 unsigned alignment = LLVMGetAlignment(inst); in ac_count_scratch_private_memory()
548 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction()555 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction()867 LLVMSetAlignment(G, LLVMGetAlignment(Cur)); in clone_symbols()
615 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction()621 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction()630 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction()1177 LLVMSetAlignment(G, LLVMGetAlignment(Cur)); in clone_symbols()
1863 unsigned LLVMGetAlignment(LLVMValueRef V);
2247 unsigned LLVMGetAlignment(LLVMValueRef V);
2210 unsigned LLVMGetAlignment(LLVMValueRef V);
1154 return Val_int(LLVMGetAlignment(Global)); in llvm_alignment()
1045 return Val_int(LLVMGetAlignment(Global)); in llvm_alignment()
1572 unsigned LLVMGetAlignment(LLVMValueRef V) { in LLVMGetAlignment() function
972 func (v Value) Alignment() int { return int(C.LLVMGetAlignment(v.C)) }
1038 func (v Value) Alignment() int { return int(C.LLVMGetAlignment(v.C)) }
2028 unsigned LLVMGetAlignment(LLVMValueRef V) { in LLVMGetAlignment() function
1993 unsigned LLVMGetAlignment(LLVMValueRef V) { in LLVMGetAlignment() function