Home
last modified time | relevance | path

Searched refs:LLVMSetVolatile (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.h3018 void LLVMSetVolatile(LLVMValueRef MemoryAccessInst, LLVMBool IsVolatile);
/external/llvm-project/llvm/include/llvm-c/
DCore.h3857 void LLVMSetVolatile(LLVMValueRef MemoryAccessInst, LLVMBool IsVolatile);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h3820 void LLVMSetVolatile(LLVMValueRef MemoryAccessInst, LLVMBool IsVolatile);
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1653 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/llvm-project/llvm/bindings/go/llvm/
Dir.go1074 func (v Value) SetVolatile(volatile bool) { C.LLVMSetVolatile(v.C, boolToLLVMBool(volatile)) }
/external/llvm-project/llvm/lib/IR/
DCore.cpp3691 void LLVMSetVolatile(LLVMValueRef MemAccessInst, LLVMBool isVolatile) { in LLVMSetVolatile() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp3655 void LLVMSetVolatile(LLVMValueRef MemAccessInst, LLVMBool isVolatile) { in LLVMSetVolatile() function