Searched refs:LLVMSetOperand (Results 1 – 13 of 13) sorted by relevance
/external/llvm/bindings/python/llvm/ |
D | core.py | 188 return lib.LLVMSetOperand(self, i, v) 365 return lib.LLVMSetOperand(self.__as_value(), 548 library.LLVMSetOperand.argtypes = [Value, Value, c_uint] 549 library.LLVMSetOperand.restype = None
|
/external/llvm-project/llvm/bindings/python/llvm/ |
D | core.py | 190 return lib.LLVMSetOperand(self, i, v) 373 return lib.LLVMSetOperand(self.__as_value(), 562 library.LLVMSetOperand.argtypes = [Value, Value, c_uint] 563 library.LLVMSetOperand.restype = None
|
/external/llvm/include/llvm-c/ |
D | Core.h | 1461 void LLVMSetOperand(LLVMValueRef User, unsigned Index, LLVMValueRef Val);
|
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 2807 LLVMSetOperand(match->inst, AC_EXP_OUT0 + chan, exp->chan[chan].value); in ac_eliminate_duplicated_output() 2814 LLVMSetOperand(match->inst, AC_EXP_ENABLED_CHANNELS, in ac_eliminate_duplicated_output() 2932 LLVMSetOperand(exports.exp[i].inst, AC_EXP_TARGET, in ac_optimize_vs_outputs()
|
/external/llvm-project/llvm/include/llvm-c/ |
D | Core.h | 1817 void LLVMSetOperand(LLVMValueRef User, unsigned Index, LLVMValueRef Val);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 1787 void LLVMSetOperand(LLVMValueRef User, unsigned Index, LLVMValueRef Val);
|
/external/llvm-project/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 728 LLVMSetOperand(U, Int_val(I), V); in llvm_set_operand()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 636 LLVMSetOperand(U, Int_val(I), V); in llvm_set_operand()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 772 void LLVMSetOperand(LLVMValueRef Val, unsigned Index, LLVMValueRef Op) { in LLVMSetOperand() function
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 730 func (v Value) SetOperand(i int, op Value) { C.LLVMSetOperand(v.C, C.unsigned(i), op.C) }
|
/external/llvm-project/llvm/bindings/go/llvm/ |
D | ir.go | 801 func (v Value) SetOperand(i int, op Value) { C.LLVMSetOperand(v.C, C.unsigned(i), op.C) }
|
/external/llvm-project/llvm/lib/IR/ |
D | Core.cpp | 1027 void LLVMSetOperand(LLVMValueRef Val, unsigned Index, LLVMValueRef Op) { in LLVMSetOperand() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 1002 void LLVMSetOperand(LLVMValueRef Val, unsigned Index, LLVMValueRef Op) { in LLVMSetOperand() function
|