Searched refs:LLVMSetVolatile (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/llvm/tools/llvm-c-test/ |
D | echo.cpp | 623 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/ |
D | Core.h | 3018 void LLVMSetVolatile(LLVMValueRef MemoryAccessInst, LLVMBool IsVolatile);
|
/external/llvm-project/llvm/include/llvm-c/ |
D | Core.h | 3857 void LLVMSetVolatile(LLVMValueRef MemoryAccessInst, LLVMBool IsVolatile);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 3820 void LLVMSetVolatile(LLVMValueRef MemoryAccessInst, LLVMBool IsVolatile);
|
/external/llvm-project/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1653 LLVMSetVolatile(MemoryInst, Bool_val(IsVolatile)); in llvm_set_volatile()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1543 LLVMSetVolatile(MemoryInst, Bool_val(IsVolatile)); in llvm_set_volatile()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 2814 void LLVMSetVolatile(LLVMValueRef MemAccessInst, LLVMBool isVolatile) { in LLVMSetVolatile() function
|
/external/llvm-project/llvm/bindings/go/llvm/ |
D | ir.go | 1074 func (v Value) SetVolatile(volatile bool) { C.LLVMSetVolatile(v.C, boolToLLVMBool(volatile)) }
|
/external/llvm-project/llvm/lib/IR/ |
D | Core.cpp | 3691 void LLVMSetVolatile(LLVMValueRef MemAccessInst, LLVMBool isVolatile) { in LLVMSetVolatile() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 3655 void LLVMSetVolatile(LLVMValueRef MemAccessInst, LLVMBool isVolatile) { in LLVMSetVolatile() function
|