Home
last modified time | relevance | path

Searched refs:LLVMGetOperand (Results 1 – 18 of 18) sorted by relevance

/external/llvm/tools/llvm-c-test/
Decho.cpp278 Elts.push_back(clone_constant(LLVMGetOperand(Cst, i), M)); in clone_constant_impl()
300 Elts.push_back(clone_constant(LLVMGetOperand(Cst, i), M)); in clone_constant_impl()
329 return LLVMConstBitCast(clone_constant(LLVMGetOperand(Cst, 0), M), in clone_constant_impl()
424 Dst = LLVMBuildRet(Builder, CloneValue(LLVMGetOperand(Src, 0))); in CloneInstruction()
429 LLVMValueRef SrcOp = LLVMGetOperand(Src, 0); in CloneInstruction()
436 LLVMValueRef Else = LLVMGetOperand(Src, 1); in CloneInstruction()
438 LLVMValueRef Then = LLVMGetOperand(Src, 2); in CloneInstruction()
450 Args.push_back(CloneValue(LLVMGetOperand(Src, i))); in CloneInstruction()
463 LLVMValueRef LHS = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction()
464 LLVMValueRef RHS = CloneValue(LLVMGetOperand(Src, 1)); in CloneInstruction()
[all …]
Dmodule.c102 LLVMGetOperand(isn, LLVMGetNumOperands(isn) - 1); in llvm_module_list_functions()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp290 Elts.push_back(clone_constant(LLVMGetOperand(Cst, i), M)); in clone_constant_impl()
312 Elts.push_back(clone_constant(LLVMGetOperand(Cst, i), M)); in clone_constant_impl()
348 return LLVMConstBitCast(clone_constant(LLVMGetOperand(Cst, 0), M), in clone_constant_impl()
444 Dst = LLVMBuildRet(Builder, CloneValue(LLVMGetOperand(Src, 0))); in CloneInstruction()
449 LLVMValueRef SrcOp = LLVMGetOperand(Src, 0); in CloneInstruction()
456 LLVMValueRef Else = LLVMGetOperand(Src, 1); in CloneInstruction()
458 LLVMValueRef Then = LLVMGetOperand(Src, 2); in CloneInstruction()
470 Args.push_back(CloneValue(LLVMGetOperand(Src, i))); in CloneInstruction()
483 LLVMValueRef LHS = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction()
484 LLVMValueRef RHS = CloneValue(LLVMGetOperand(Src, 1)); in CloneInstruction()
[all …]
Dmodule.c101 LLVMGetOperand(isn, LLVMGetNumOperands(isn) - 1); in llvm_module_list_functions()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/
Dcore.py185 return Value(lib.LLVMGetOperand(self, i))
361 return Value(lib.LLVMGetOperand(self.__as_value(),
548 library.LLVMGetOperand.argtypes = [Value, c_uint]
549 library.LLVMGetOperand.restype = c_object_p
/external/llvm/bindings/python/llvm/
Dcore.py185 return Value(lib.LLVMGetOperand(self, i))
361 return Value(lib.LLVMGetOperand(self.__as_value(),
545 library.LLVMGetOperand.argtypes = [Value, c_uint]
546 library.LLVMGetOperand.restype = c_object_p
/external/mesa3d/src/amd/common/
Dac_llvm_build.c1769 LLVMValueRef arg = LLVMGetOperand(cur, AC_EXP_TARGET); in ac_optimize_vs_outputs()
1783 LLVMValueRef v = LLVMGetOperand(cur, AC_EXP_OUT0 + i); in ac_optimize_vs_outputs()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h544 LLVMValueRef LLVMGetOperand(LLVMValueRef Val, unsigned Index);
/external/llvm/include/llvm-c/
DCore.h1447 LLVMValueRef LLVMGetOperand(LLVMValueRef Val, unsigned Index);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h1635 LLVMValueRef LLVMGetOperand(LLVMValueRef Val, unsigned Index);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c493 return LLVMGetOperand(V, Int_val(I)); in llvm_operand()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c709 return LLVMGetOperand(V, Int_val(I)); in llvm_operand()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c626 return LLVMGetOperand(V, Int_val(I)); in llvm_operand()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp463 LLVMValueRef LLVMGetOperand(LLVMValueRef Val, unsigned Index) { in LLVMGetOperand() function
/external/llvm/lib/IR/
DCore.cpp753 LLVMValueRef LLVMGetOperand(LLVMValueRef Val, unsigned Index) { in LLVMGetOperand() function
/external/llvm/bindings/go/llvm/
Dir.go729 func (v Value) Operand(i int) (rv Value) { rv.C = C.LLVMGetOperand(v.C, C.unsigned(i)); return }
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go762 func (v Value) Operand(i int) (rv Value) { rv.C = C.LLVMGetOperand(v.C, C.unsigned(i)); return }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp931 LLVMValueRef LLVMGetOperand(LLVMValueRef Val, unsigned Index) { in LLVMGetOperand() function