Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/
Dcore.py188 return lib.LLVMSetOperand(self, i, v)
365 return lib.LLVMSetOperand(self.__as_value(),
551 library.LLVMSetOperand.argtypes = [Value, Value, c_uint]
552 library.LLVMSetOperand.restype = None
/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/mesa3d/src/amd/common/
Dac_llvm_build.c1712 LLVMSetOperand(match->inst, AC_EXP_OUT0 + chan, in ac_eliminate_duplicated_output()
1837 LLVMSetOperand(exports.exp[i].inst, AC_EXP_TARGET, in ac_optimize_vs_outputs()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h545 void LLVMSetOperand(LLVMValueRef User, unsigned Index, LLVMValueRef Val);
/external/llvm/include/llvm-c/
DCore.h1461 void LLVMSetOperand(LLVMValueRef User, unsigned Index, LLVMValueRef Val);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h1649 void LLVMSetOperand(LLVMValueRef User, unsigned Index, LLVMValueRef Val);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c498 LLVMSetOperand(U, Int_val(I), V); in llvm_set_operand()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c719 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/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp470 void LLVMSetOperand(LLVMValueRef Val, unsigned Index, LLVMValueRef Op) { in LLVMSetOperand() function
/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/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go763 func (v Value) SetOperand(i int, op Value) { C.LLVMSetOperand(v.C, C.unsigned(i), op.C) }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp950 void LLVMSetOperand(LLVMValueRef Val, unsigned Index, LLVMValueRef Op) { in LLVMSetOperand() function