Home
last modified time | relevance | path

Searched refs:getInt8PtrTy (Results 1 – 25 of 47) sorted by relevance

12

/freebsd-9-stable/contrib/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp147 "__tsan_func_entry", IRB.getVoidTy(), IRB.getInt8PtrTy(), NULL)); in initializeCallbacks()
156 ReadName, IRB.getVoidTy(), IRB.getInt8PtrTy(), NULL)); in initializeCallbacks()
160 WriteName, IRB.getVoidTy(), IRB.getInt8PtrTy(), NULL)); in initializeCallbacks()
206 "__tsan_vptr_update", IRB.getVoidTy(), IRB.getInt8PtrTy(), in initializeCallbacks()
207 IRB.getInt8PtrTy(), NULL)); in initializeCallbacks()
209 "__tsan_vptr_read", IRB.getVoidTy(), IRB.getInt8PtrTy(), NULL)); in initializeCallbacks()
216 "memmove", IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), in initializeCallbacks()
217 IRB.getInt8PtrTy(), IntptrTy, NULL)); in initializeCallbacks()
219 "memcpy", IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), in initializeCallbacks()
222 "memset", IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), IRB.getInt32Ty(), in initializeCallbacks()
[all …]
DMemorySanitizer.cpp328 "__msan_copy_origin", IRB.getVoidTy(), IRB.getInt8PtrTy(), in initializeCallbacks()
329 IRB.getInt8PtrTy(), IntptrTy, NULL); in initializeCallbacks()
331 "__msan_set_alloca_origin4", IRB.getVoidTy(), IRB.getInt8PtrTy(), IntptrTy, in initializeCallbacks()
332 IRB.getInt8PtrTy(), IntptrTy, NULL); in initializeCallbacks()
334 "__msan_poison_stack", IRB.getVoidTy(), IRB.getInt8PtrTy(), IntptrTy, NULL); in initializeCallbacks()
336 "__msan_memmove", IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), in initializeCallbacks()
337 IRB.getInt8PtrTy(), IntptrTy, NULL); in initializeCallbacks()
339 "__msan_memcpy", IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), in initializeCallbacks()
342 "__msan_memset", IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), IRB.getInt32Ty(), in initializeCallbacks()
1558 IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()), in visitMemMoveInst()
[all …]
DGCOVProfiling.cpp667 Type::getInt8PtrTy(*Ctx), // const char *orig_filename in getStartFileFunc()
668 Type::getInt8PtrTy(*Ctx), // const char version[4] in getStartFileFunc()
688 Type::getInt8PtrTy(*Ctx), // const char *function_name in getEmitFunctionFunc()
772 Constant::getNullValue(Builder.getInt8PtrTy()), in insertCounterWriteout()
DDataFlowSanitizer.cpp316 ArgTypes.push_back(Type::getInt8PtrTy(*Ctx)); in getCustomFunctionType()
350 Type::getVoidTy(*Ctx), Type::getInt8PtrTy(*Ctx), /*isVarArg=*/false); in doInitialization()
351 Type *DFSanSetLabelArgs[3] = { ShadowTy, Type::getInt8PtrTy(*Ctx), IntptrTy }; in doInitialization()
1138 IRB.CreateBitCast(I.getDest(), Type::getInt8PtrTy(*DFSF.DFS.Ctx)), in visitMemSetInst()
1158 Type *Int8Ptr = Type::getInt8PtrTy(*DFSF.DFS.Ctx); in visitMemTransferInst()
1256 IRB.CreateBitCast(*i, Type::getInt8PtrTy(*DFSF.DFS.Ctx))); in visitCallSite()
/freebsd-9-stable/contrib/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp30 return B.CreateBitCast(V, B.getInt8PtrTy(), "cstr"); in CastToCStr()
52 B.getInt8PtrTy(), in EmitStrLen()
81 B.getInt8PtrTy(), in EmitStrNLen()
105 Type *I8Ptr = B.getInt8PtrTy(); in EmitStrChr()
138 B.getInt8PtrTy(), in EmitStrNCmp()
139 B.getInt8PtrTy(), in EmitStrNCmp()
163 Type *I8Ptr = B.getInt8PtrTy(); in EmitStrCpy()
187 Type *I8Ptr = B.getInt8PtrTy(); in EmitStrNCpy()
216 B.getInt8PtrTy(), in EmitMemCpyChk()
217 B.getInt8PtrTy(), in EmitMemCpyChk()
[all …]
DSimplifyLibCalls.cpp258 FT->getParamType(0) != Type::getInt8PtrTy(Context) || in callOptimizer()
303 FT->getParamType(0) != Type::getInt8PtrTy(Context) || in callOptimizer()
352 FT->getParamType(0) != Type::getInt8PtrTy(Context) || in callOptimizer()
376 FT->getReturnType() != B.getInt8PtrTy() || in callOptimizer()
426 FT->getReturnType() != B.getInt8PtrTy() || in callOptimizer()
470 FT->getReturnType() != B.getInt8PtrTy() || in callOptimizer()
516 FT->getReturnType() != B.getInt8PtrTy() || in callOptimizer()
554 FT->getParamType(0) != B.getInt8PtrTy()) in callOptimizer()
599 FT->getParamType(0) != B.getInt8PtrTy() || in callOptimizer()
649 FT->getParamType(0) != B.getInt8PtrTy()) in callOptimizer()
[all …]
DLowerInvoke.cpp118 Type *VoidPtrTy = Type::getInt8PtrTy(M.getContext()); in doInitialization()
456 AllocaInst *StackPtr = new AllocaInst(Type::getInt8PtrTy(F.getContext()), 0, in insertExpensiveEHSupport()
487 Type::getInt8PtrTy(F.getContext()), in insertExpensiveEHSupport()
540 Type::getInt8PtrTy(F.getContext()), in insertExpensiveEHSupport()
DInlineFunction.cpp369 Type *VoidPtrTy = Type::getInt8PtrTy(Context); in HandleByValArgument()
435 Type *Int8PtrTy = Type::getInt8PtrTy(AI->getType()->getContext()); in hasLifetimeMarkers()
DPromoteMemoryToRegister.cpp84 if (BCI->getType() != Type::getInt8PtrTy(U->getContext())) in isAllocaPromotable()
89 if (GEPI->getType() != Type::getInt8PtrTy(U->getContext())) in isAllocaPromotable()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DIntrinsicLowering.cpp115 Type::getInt8PtrTy(Context), in AddPrototypes()
116 Type::getInt8PtrTy(Context), in AddPrototypes()
117 Type::getInt8PtrTy(Context), in AddPrototypes()
122 Type::getInt8PtrTy(Context), in AddPrototypes()
123 Type::getInt8PtrTy(Context), in AddPrototypes()
124 Type::getInt8PtrTy(Context), in AddPrototypes()
129 Type::getInt8PtrTy(Context), in AddPrototypes()
130 Type::getInt8PtrTy(Context), in AddPrototypes()
DSjLjEHPrepare.cpp92 Type *VoidPtrTy = Type::getInt8PtrTy(M.getContext()); in doInitialization()
210 ExnVal = Builder.CreateIntToPtr(ExnVal, Builder.getInt8PtrTy()); in setupFunctionContext()
226 Builder.CreateBitCast(PersonalityFn, Builder.getInt8PtrTy()), in setupFunctionContext()
436 Value *SetjmpArg = Builder.CreateBitCast(JBufPtr, Builder.getInt8PtrTy()); in setupEntryBlockAndCallSites()
441 Value *FuncCtxArg = Builder.CreateBitCast(FuncCtx, Builder.getInt8PtrTy()); in setupEntryBlockAndCallSites()
DDwarfEHPrepare.cpp124 Type::getInt8PtrTy(Ctx), false); in InsertUnwindResumeCalls()
150 PHINode *PN = PHINode::Create(Type::getInt8PtrTy(Ctx), ResumesSize, in InsertUnwindResumeCalls()
DPseudoSourceValue.cpp66 Value(Type::getInt8PtrTy(getGlobalContext()), in PseudoSourceValue()
DStackProtector.cpp319 PointerType *PtrTy = Type::getInt8PtrTy(RI->getContext()); in CreatePrologue()
461 Type::getInt8PtrTy(Context), NULL); in CreateFailBB()
DShadowStackGC.cpp145 Type *ExnTy = StructType::get(Type::getInt8PtrTy(C), in Next()
204 Type *VoidPtr = Type::getInt8PtrTy(F.getContext()); in GetFrameMap()
/freebsd-9-stable/contrib/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp52 srcAddr = builder.CreateBitCast(srcAddr, Type::getInt8PtrTy(Context, srcAS)); in convertTransferToLoop()
53 dstAddr = builder.CreateBitCast(dstAddr, Type::getInt8PtrTy(Context, dstAS)); in convertTransferToLoop()
/freebsd-9-stable/contrib/llvm/lib/IR/
DIRBuilder.cpp48 PT = getInt8PtrTy(PT->getAddressSpace()); in getCastedInt8PtrValue()
/freebsd-9-stable/contrib/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp985 Type *DestInt8PtrTy = Builder.getInt8PtrTy(DestAS); in processLoopStridedStore()
1090 Builder.getInt8PtrTy(SI->getPointerAddressSpace()), in processLoopStoreOfLoopLoad()
1106 Builder.getInt8PtrTy(LI->getPointerAddressSpace()), in processLoopStoreOfLoopLoad()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGCall.cpp749 llvm::Type *I8PtrTy = CGF.Builder.getInt8PtrTy(); in CreateCoercedLoad()
837 llvm::Type *I8PtrTy = CGF.Builder.getInt8PtrTy(); in CreateCoercedStore()
1281 llvm::Type *I8PtrTy = Builder.getInt8PtrTy(); in EmitFunctionProlog()
1362 Ptr = Builder.CreateBitCast(Ptr, Builder.getInt8PtrTy()); in EmitFunctionProlog()
1721 V = Builder.CreateBitCast(V, Builder.getInt8PtrTy()); in EmitFunctionEpilog()
2399 SrcPtr = Builder.CreateBitCast(SrcPtr, Builder.getInt8PtrTy()); in EmitCall()
2601 StorePtr = Builder.CreateBitCast(StorePtr, Builder.getInt8PtrTy()); in EmitCall()
DCodeGenFunction.cpp1012 llvm::Type *i8p = Builder.getInt8PtrTy(); in emitNonZeroVLAInit()
1057 llvm::Type *BP = Builder.getInt8PtrTy(DestAS); in EmitNullInitialization()
1109 Builder.CreateBitCast(NullVariable, Builder.getInt8PtrTy()); in EmitNullInitialization()
/freebsd-9-stable/contrib/llvm/include/llvm/IR/
DType.h419 static PointerType *getInt8PtrTy(LLVMContext &C, unsigned AS = 0);
/freebsd-9-stable/contrib/llvm/lib/Analysis/
DMemoryBuiltins.cpp129 if (FTy->getReturnType() == Type::getInt8PtrTy(FTy->getContext()) && in getAllocationData()
348 if (FTy->getParamType(0) != Type::getInt8PtrTy(Callee->getContext())) in isFreeCall()
/freebsd-9-stable/contrib/llvm/tools/bugpoint/
DMiscompilation.cpp845 Type::getInt8PtrTy(Safe->getContext()), in CleanupAndPrepareModules()
846 Type::getInt8PtrTy(Safe->getContext()), in CleanupAndPrepareModules()
/freebsd-9-stable/contrib/llvm/lib/LTO/
DLTOCodeGenerator.cpp414 llvm::Type *i8PTy = llvm::Type::getInt8PtrTy(Context); in applyScopeRestrictions()
/freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp269 Type *SBytePtr = Type::getInt8PtrTy(C); in reset()
358 Type* PPInt8Ty = Type::getInt8PtrTy(Fn->getContext())->getPointerTo(); in runFunctionAsMain()

12