Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DThreadPlanTracer.cpp186 TypeFromUser intptr_type = GetIntPointerType(); in Log() local
188 if (abi && intptr_type.IsValid()) { in Log()
195 value.SetCompilerType(intptr_type); in Log()
/external/llvm/test/Bindings/OCaml/
Dexecutionengine.ml104 let ty = DataLayout.intptr_type context dl in
Dtarget.ml51 assert_equal (DL.intptr_type context dl) i32_type;
/external/llvm-project/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-project/llvm/bindings/ocaml/target/
Dllvm_target.ml58 external intptr_type : Llvm.llcontext -> t -> Llvm.lltype
Dllvm_target.mli80 val intptr_type : Llvm.llcontext -> t -> Llvm.lltype val
/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.cc495 llvm::Type* intptr_type = b_.getIntPtrTy(dl); in EmitXfeedTransfer() local
498 {acquired_pointer, llvm::ConstantInt::get(intptr_type, length)}, in EmitXfeedTransfer()
2323 llvm::Type* intptr_type = b_.getIntPtrTy(dl); in HandleCustomCall() local
2328 intptr_type, *operands_alloca->getAllocationSizeInBits(dl) / 8)}, in HandleCustomCall()