Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-c-test/
Decho.cpp623 LLVMSetVolatile(Dst, LLVMGetVolatile(Src)); in CloneInstruction()
632 LLVMSetVolatile(Dst, LLVMGetVolatile(Src)); in CloneInstruction()
654 LLVMSetVolatile(Dst, LLVMGetVolatile(Src)); in CloneInstruction()
668 LLVMSetVolatile(Dst, LLVMGetVolatile(Src)); in CloneInstruction()
/external/llvm/include/llvm-c/
DCore.h3017 LLVMBool LLVMGetVolatile(LLVMValueRef MemoryAccessInst);
/external/llvm-project/llvm/include/llvm-c/
DCore.h3856 LLVMBool LLVMGetVolatile(LLVMValueRef MemoryAccessInst);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h3819 LLVMBool LLVMGetVolatile(LLVMValueRef MemoryAccessInst);
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1647 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/llvm-project/llvm/bindings/go/llvm/
Dir.go1073 func (v Value) IsVolatile() bool { return C.LLVMGetVolatile(v.C) != 0 }
/external/llvm-project/llvm/lib/IR/
DCore.cpp3680 LLVMBool LLVMGetVolatile(LLVMValueRef MemAccessInst) { in LLVMGetVolatile() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp3644 LLVMBool LLVMGetVolatile(LLVMValueRef MemAccessInst) { in LLVMGetVolatile() function