Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp568 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction()
575 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction()
977 LLVMSetAlignment(G, LLVMGetAlignment(Cur)); in clone_symbols()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h702 unsigned LLVMGetAlignment(LLVMValueRef Global);
/external/llvm/include/llvm-c/
DCore.h1863 unsigned LLVMGetAlignment(LLVMValueRef V);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h2059 unsigned LLVMGetAlignment(LLVMValueRef V);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c808 return Val_int(LLVMGetAlignment(Global)); in llvm_alignment()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1128 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/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1162 unsigned LLVMGetAlignment(LLVMValueRef Global) { in LLVMGetAlignment() function
/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/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1000 func (v Value) Alignment() int { return int(C.LLVMGetAlignment(v.C)) }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp1797 unsigned LLVMGetAlignment(LLVMValueRef V) { in LLVMGetAlignment() function
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c5959 unsigned alignment = LLVMGetAlignment(inst); in si_count_scratch_private_memory()