Home
last modified time | relevance | path

Searched refs:LLVMSetVolatile (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm-c/
DCore.h3018 void LLVMSetVolatile(LLVMValueRef MemoryAccessInst, LLVMBool IsVolatile);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h3313 void LLVMSetVolatile(LLVMValueRef MemoryAccessInst, LLVMBool IsVolatile);
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1622 LLVMSetVolatile(MemoryInst, Bool_val(IsVolatile)); in llvm_set_volatile()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1543 LLVMSetVolatile(MemoryInst, Bool_val(IsVolatile)); in llvm_set_volatile()
/external/llvm/lib/IR/
DCore.cpp2814 void LLVMSetVolatile(LLVMValueRef MemAccessInst, LLVMBool isVolatile) { in LLVMSetVolatile() function
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1036 func (v Value) SetVolatile(volatile bool) { C.LLVMSetVolatile(v.C, boolToLLVMBool(volatile)) }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp3129 void LLVMSetVolatile(LLVMValueRef MemAccessInst, LLVMBool isVolatile) { in LLVMSetVolatile() function