Searched refs:LLVMStructType (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/ |
D | custom_call_encoding.cc | 97 Type type = LLVM::LLVMStructType::getLiteral(ctx, {b.getI64Type(), ptr}); in PackString() 150 Type payload_type = LLVM::LLVMStructType::getLiteral( in PackDenseElementsAttribute() 159 Type type = LLVM::LLVMStructType::getLiteral( in PackDenseElementsAttribute() 229 LLVM::LLVMStructType::getLiteral(ctx, {b.getI64Type(), arr_ptr_type}); in PackArrayAttribute() 320 LLVM::LLVMStructType::getLiteral(ctx, {b.getI64Type(), arr_ptr_type}); in PackDenseArrayAttribute() 349 LLVM::LLVMStructType::getLiteral(ctx, {b.getI64Type(), data_type}); in PackEmptyArrayAttribute() 870 Type type = LLVM::LLVMStructType::getLiteral(ctx, {i8, i8, ptr, arr}); in EncodeMemRef()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld.h | 77 #define LLVMStructType ILLEGAL_LLVM_FUNCTION macro
|
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/ |
D | tf_kernel_to_llvm_pass.cc | 117 auto struct_type = LLVM::LLVMStructType::getNewIdentified( in generateParamsArray()
|
/external/llvm/include/llvm-c/ |
D | Core.h | 1000 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount,
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm-c/ |
D | Core.h | 1333 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 1281 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount,
|
/external/llvm/lib/IR/ |
D | Core.cpp | 513 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, in LLVMStructType() function
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 568 t.C = C.LLVMStructType(pt, ptlen, boolToLLVMBool(packed))
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 676 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, in LLVMStructType() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
D | Core.cpp | 721 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, in LLVMStructType() function
|