Searched refs:LLVMAddInstrAttribute (Results 1 – 8 of 8) sorted by relevance
/external/llvm/docs/ |
D | ReleaseNotes.rst | 61 LLVMRemoveAttribute, LLVMGetAttribute, LLVMAddInstrAttribute,
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Core.h | 803 void LLVMAddInstrAttribute(LLVMValueRef Instr, unsigned index, LLVMAttribute);
|
/external/llvm/include/llvm-c/ |
D | Core.h | 2595 void LLVMAddInstrAttribute(LLVMValueRef Instr, unsigned index, LLVMAttribute);
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1201 LLVMAddInstrAttribute(Instr, Int_val(index), Int32_val(PA)); in llvm_add_instruction_param_attr()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1507 LLVMAddInstrAttribute(Instr, Int_val(index), Int32_val(PA)); in llvm_add_instruction_param_attr()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 1621 void LLVMAddInstrAttribute(LLVMValueRef Instr, unsigned index, in LLVMAddInstrAttribute() function
|
/external/llvm/lib/IR/ |
D | Core.cpp | 2183 void LLVMAddInstrAttribute(LLVMValueRef Instr, unsigned index, in LLVMAddInstrAttribute() function
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1156 C.LLVMAddInstrAttribute(v.C, C.unsigned(i), C.LLVMAttribute(a))
|