Home
last modified time | relevance | path

Searched refs:LLVMGetAlignment (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/amd/llvm/
Dac_llvm_util.c343 unsigned alignment = LLVMGetAlignment(inst); in ac_count_scratch_private_memory()
/external/llvm/tools/llvm-c-test/
Decho.cpp548 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction()
555 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction()
867 LLVMSetAlignment(G, LLVMGetAlignment(Cur)); in clone_symbols()
/external/llvm-project/llvm/tools/llvm-c-test/
Decho.cpp615 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()
/external/llvm/include/llvm-c/
DCore.h1863 unsigned LLVMGetAlignment(LLVMValueRef V);
/external/llvm-project/llvm/include/llvm-c/
DCore.h2247 unsigned LLVMGetAlignment(LLVMValueRef V);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h2210 unsigned LLVMGetAlignment(LLVMValueRef V);
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1154 return Val_int(LLVMGetAlignment(Global)); in llvm_alignment()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1045 return Val_int(LLVMGetAlignment(Global)); in llvm_alignment()
/external/llvm/lib/IR/
DCore.cpp1572 unsigned LLVMGetAlignment(LLVMValueRef V) { in LLVMGetAlignment() function
/external/llvm/bindings/go/llvm/
Dir.go972 func (v Value) Alignment() int { return int(C.LLVMGetAlignment(v.C)) }
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go1038 func (v Value) Alignment() int { return int(C.LLVMGetAlignment(v.C)) }
/external/llvm-project/llvm/lib/IR/
DCore.cpp2028 unsigned LLVMGetAlignment(LLVMValueRef V) { in LLVMGetAlignment() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp1993 unsigned LLVMGetAlignment(LLVMValueRef V) { in LLVMGetAlignment() function