Home
last modified time | relevance | path

Searched refs:LLVMSetOperand (Results 1 – 13 of 13) sorted by relevance

/external/llvm/bindings/python/llvm/
Dcore.py188 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/
Dcore.py190 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/
DCore.h1461 void LLVMSetOperand(LLVMValueRef User, unsigned Index, LLVMValueRef Val);
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.c2807 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/
DCore.h1817 void LLVMSetOperand(LLVMValueRef User, unsigned Index, LLVMValueRef Val);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h1787 void LLVMSetOperand(LLVMValueRef User, unsigned Index, LLVMValueRef Val);
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c728 LLVMSetOperand(U, Int_val(I), V); in llvm_set_operand()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c636 LLVMSetOperand(U, Int_val(I), V); in llvm_set_operand()
/external/llvm/lib/IR/
DCore.cpp772 void LLVMSetOperand(LLVMValueRef Val, unsigned Index, LLVMValueRef Op) { in LLVMSetOperand() function
/external/llvm/bindings/go/llvm/
Dir.go730 func (v Value) SetOperand(i int, op Value) { C.LLVMSetOperand(v.C, C.unsigned(i), op.C) }
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go801 func (v Value) SetOperand(i int, op Value) { C.LLVMSetOperand(v.C, C.unsigned(i), op.C) }
/external/llvm-project/llvm/lib/IR/
DCore.cpp1027 void LLVMSetOperand(LLVMValueRef Val, unsigned Index, LLVMValueRef Op) { in LLVMSetOperand() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp1002 void LLVMSetOperand(LLVMValueRef Val, unsigned Index, LLVMValueRef Op) { in LLVMSetOperand() function