Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DCore.h3017 LLVMBool LLVMGetVolatile(LLVMValueRef MemoryAccessInst);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h3312 LLVMBool LLVMGetVolatile(LLVMValueRef MemoryAccessInst);
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1616 return Val_bool(LLVMGetVolatile(MemoryInst)); in llvm_is_volatile()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1537 return Val_bool(LLVMGetVolatile(MemoryInst)); in llvm_is_volatile()
/external/llvm/lib/IR/
DCore.cpp2807 LLVMBool LLVMGetVolatile(LLVMValueRef MemAccessInst) { in LLVMGetVolatile() function
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1035 func (v Value) IsVolatile() bool { return C.LLVMGetVolatile(v.C) != 0 }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp3122 LLVMBool LLVMGetVolatile(LLVMValueRef MemAccessInst) { in LLVMGetVolatile() function