Searched refs:I8Ptr (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp862 Type *I8Ptr = B.getInt8PtrTy(); local
864 return emitLibCall(LibFunc_strchr, I8Ptr, {I8Ptr, I32Ty},
879 Type *I8Ptr = B.getInt8PtrTy(); local
880 return emitLibCall(LibFunc_strcpy, I8Ptr, {I8Ptr, I8Ptr},
886 Type *I8Ptr = B.getInt8PtrTy(); local
887 return emitLibCall(LibFunc_stpcpy, I8Ptr, {I8Ptr, I8Pt
893 Type *I8Ptr = B.getInt8PtrTy(); local
900 Type *I8Ptr = B.getInt8PtrTy(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp309 Type *I8Ptr = Type::getInt8PtrTy(BB->getContext(), PtrAddrSpace); local
311 Value *PrefPtrValue = SCEVE.expandCodeFor(NextLSCEV, I8Ptr, MemI);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp329 Type *I8Ptr = PointerType::get(Type::getInt8Ty(Ctx), 1); local
330 FunctionType *FTy_alloc = FunctionType::get(I8Ptr, Tys_alloc, false);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp149 int8_t *I8Ptr = (int8_t *) ArgDataPtr; local
150 *I8Ptr = (int8_t) AV.IntVal.getZExtValue();

Completed in 187 milliseconds