Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/bindings/ocaml/target/
Dllvm_target.ml28 external intptr_type : TargetData.t -> Llvm.lltype = "LLVMIntPtrType"
Dllvm_target.mli54 external intptr_type : TargetData.t -> Llvm.lltype = "LLVMIntPtrType"
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
Dtarget.ml42 ignore (intptr_type td);
Dexecutionengine.ml107 let ty = intptr_type td in
/external/llvm/test/Bindings/OCaml/
Dtarget.ml51 assert_equal (DL.intptr_type context dl) i32_type;
Dexecutionengine.ml104 let ty = DataLayout.intptr_type context dl in
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/target/
Dllvm_target.ml59 external intptr_type : Llvm.llcontext -> t -> Llvm.lltype
Dllvm_target.mli81 val intptr_type : Llvm.llcontext -> t -> Llvm.lltype val
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/
Dtarget.ml51 assert_equal (DL.intptr_type context dl) i32_type;
Dexecutionengine.ml104 let ty = DataLayout.intptr_type context dl in
/external/llvm/bindings/ocaml/target/
Dllvm_target.ml59 external intptr_type : Llvm.llcontext -> t -> Llvm.lltype
Dllvm_target.mli81 val intptr_type : Llvm.llcontext -> t -> Llvm.lltype val
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc2248 llvm::Type* intptr_type = b_.getIntPtrTy(dl); in HandleCustomCall() local
2255 /*Params=*/{i8_ptr_type, intptr_type}, /*isVarArg=*/false)) in HandleCustomCall()
2260 intptr_type, *operands_alloca->getAllocationSizeInBits(dl) / 8)}); in HandleCustomCall()