HomeSort by: relevance | last modified time | path
    Searched refs:CreatePointerCast (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 640 {IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()),
641 IRB.CreatePointerCast(StoredValue, IRB.getInt8PtrTy())});
647 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()));
680 IRB.CreateCall(OnAccessFunc, IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()));
718 {IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()),
725 {IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()),
726 IRB.CreatePointerCast(M->getArgOperand(1), IRB.getInt8PtrTy()),
752 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy),
767 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy),
784 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy)
    [all...]
HWAddressSanitizer.cpp 718 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy);
757 Value *PtrLong = IRB.CreatePointerCast(Ptr, IntptrTy);
837 {IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()),
838 IRB.CreatePointerCast(MI->getOperand(1), IRB.getInt8PtrTy()),
843 {IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()),
866 IRB.CreatePointerCast(Addr, IntptrTy));
872 {IRB.CreatePointerCast(Addr, IntptrTy),
901 {IRB.CreatePointerCast(AI, Int8PtrTy), JustTag,
905 Value *ShadowPtr = memToShadow(IRB.CreatePointerCast(AI, IntptrTy), IRB);
965 Value *StackPointerLong = IRB.CreatePointerCast(StackPointer, IntptrTy)
    [all...]
MemProfiler.cpp 311 {IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()),
312 IRB.CreatePointerCast(MI->getOperand(1), IRB.getInt8PtrTy()),
317 {IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()),
472 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy);
AddressSanitizer.cpp 1360 {IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()),
1361 IRB.CreatePointerCast(MI->getOperand(1), IRB.getInt8PtrTy()),
1366 {IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()),
1532 i = IRB.CreatePointerCast(i, IntptrTy);
1707 Value *AddrLong = IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy());
1733 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy);
1812 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy);
2239 {IRB.CreatePointerCast(RegisteredFlag, IntptrTy),
2240 IRB.CreatePointerCast(StartELFMetadata, IntptrTy),
2241 IRB.CreatePointerCast(StopELFMetadata, IntptrTy)})
    [all...]
SanitizerCoverage.cpp 352 auto SecStartI8Ptr = IRB.CreatePointerCast(SecStart, Int8PtrTy);
355 return std::make_pair(IRB.CreatePointerCast(GEP, Ty), SecEnd);
716 PCs.push_back((Constant *)IRB.CreatePointerCast(&F, IntptrPtrTy));
720 PCs.push_back((Constant *)IRB.CreatePointerCast(
781 IRB.CreateCall(SanCovTracePCIndir, IRB.CreatePointerCast(Callee, IntptrTy));
823 {Cond, IRB.CreatePointerCast(GV, Int64PtrTy)});
920 IRB.CreateAdd(IRB.CreatePointerCast(FunctionGuardArray, IntptrTy),
MemorySanitizer.cpp 1144 IRB.CreatePointerCast(OriginPtr, PointerType::get(MS.IntptrTy, 0));
1183 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()), Origin});
1463 Value *OffsetLong = IRB.CreatePointerCast(Addr, MS.IntptrTy);
1523 IRB.CreatePointerCast(Addr, PointerType::get(IRB.getInt8Ty(), 0));
1533 ShadowPtr = IRB.CreatePointerCast(ShadowPtr, PointerType::get(ShadowTy, 0));
1553 Value *Base = IRB.CreatePointerCast(MS.ParamTLS, MS.IntptrTy);
1565 Value *Base = IRB.CreatePointerCast(MS.ParamOriginTLS, MS.IntptrTy);
1574 return IRB.CreatePointerCast(MS.RetvalTLS,
2348 A = IRB.CreatePointerCast(A, Sa->getType());
2349 B = IRB.CreatePointerCast(B, Sb->getType())
    [all...]
DataFlowSanitizer.cpp 1728 Value *Base = IRB.CreatePointerCast(DFS.ArgTLS, DFS.IntptrTy);
1736 return IRB.CreatePointerCast(
2322 {IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()),
2508 Value *IntptrStoreOriginPtr = IRB.CreatePointerCast(
2557 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()),
2923 {IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()),
2924 IRB.CreatePointerCast(I.getArgOperand(1), IRB.getInt8PtrTy()),
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGGPUBuiltin.cpp 116 BufferPtr = Builder.CreatePointerCast(Alloca, llvm::Type::getInt8PtrTy(Ctx));
CGCUDANV.cpp 320 llvm::Value *VoidVarPtr = CGF.Builder.CreatePointerCast(VarPtr, VoidPtrTy);
376 CGF.Builder.CreatePointerCast(KernelHandles[CGF.CurFn], VoidPtrTy);
415 CGF.Builder.CreatePointerCast(CGF.GetAddrOfLocalVar(A).getPointer(),
432 CGF.Builder.CreatePointerCast(KernelHandles[CGF.CurFn], CharPtrTy);
CGBlocks.cpp 1097 llvm::Value *result = Builder.CreatePointerCast(
1195 llvm::Value *BlockDescriptor = Builder.CreatePointerCast(
1213 BlockPtr = Builder.CreatePointerCast(
1219 BlockPtr = Builder.CreatePointerCast(BlockPtr, VoidPtrTy);
1236 Func = Builder.CreatePointerCast(Func, BlockFTyPtr);
1426 BlockPointer = Builder.CreatePointerCast(
CGBuiltin.cpp 939 Value *BitBaseI8 = CGF.Builder.CreatePointerCast(BitBase, CGF.Int8PtrTy);
2016 FieldPtr = CGF.Builder.CreatePointerCast(
4540 Value *BCast = Builder.CreatePointerCast(Arg1, I8PTy);
4556 Value *BCast = Builder.CreatePointerCast(Arg3, I8PTy);
4721 Builder.CreatePointerCast(Info.Kernel, GenericVoidPtrTy);
4723 Builder.CreatePointerCast(Info.BlockArg, GenericVoidPtrTy);
4775 Builder.CreatePointerCast(Info.Kernel, GenericVoidPtrTy);
4776 auto *Block = Builder.CreatePointerCast(Info.BlockArg, GenericVoidPtrTy);
4818 EventWaitList = Builder.CreatePointerCast(EventWaitList, EventPtrTy);
4826 Builder.CreatePointerCast(EmitScalarExpr(E->getArg(5)), EventPtrTy)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
NoFolder.h 227 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const override {
228 return CastInst::CreatePointerCast(C, DestTy);
IRBuilderFolder.h 100 virtual Value *CreatePointerCast(Constant *C, Type *DestTy) const = 0;
ConstantFolder.h 193 Constant *CreatePointerCast(Constant *C, Type *DestTy) const override {
InstrTypes.h 508 static CastInst *CreatePointerCast(
516 static CastInst *CreatePointerCast(
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
IndirectBrExpandPass.cpp 206 return CastInst::CreatePointerCast(
InterleavedLoadCombinePass.cpp 1221 auto CI = Builder.CreatePointerCast(InsertionPoint->getOperand(0),
SafeStack.cpp 690 Value *NewAI = IRB.CreatePointerCast(NewTop, AI->getType());
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64StackTagging.cpp 276 V = IRB.CreatePointerCast(V, NewTy);
457 IRB.CreateCall(SetTagFunc, {IRB.CreatePointerCast(AI, IRB.getInt8PtrTy()),
694 Value *Ptr = IRB.CreatePointerCast(TagPCall, IRB.getInt8PtrTy());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LowerMatrixIntrinsics.cpp 155 return Builder.CreatePointerCast(VecStart, VecPtrType, "vec.cast");
754 return Builder.CreatePointerCast(BasePtr, EltPtrType);
835 Builder.CreatePointerCast(MatrixPtr, PointerType::get(EltTy, AS));
841 Builder.CreatePointerCast(TileStart, TilePtrTy, "col.cast");
881 Builder.CreatePointerCast(MatrixPtr, PointerType::get(EltTy, AS));
887 Builder.CreatePointerCast(TileStart, TilePtrTy, "col.cast");
MemCpyOptimizer.cpp 1003 : CastInst::CreatePointerCast(cpyDest, cpySrc->getType(),
1009 C->setArgOperand(ArgI, CastInst::CreatePointerCast(
  /src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 877 llvm::Value *cast = builder.CreatePointerCast(stringVar,
1247 builder.CreatePointerCast(unwindException,
1280 llvm::Value *typeInfoThrown = builder.CreatePointerCast(
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetFolder.h 188 Constant *CreatePointerCast(Constant *C, Type *DestTy) const override {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonVectorCombine.cpp 447 return Builder.CreatePointerCast(Tmp0, ValTy->getPointerTo());
451 Value *Tmp0 = Builder.CreatePointerCast(Ptr, CharPtrTy);
453 return Builder.CreatePointerCast(Tmp1, ValTy->getPointerTo());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 573 CastInst::CreatePointerCast(AI, Int8PtrTy, "lt.cast", I);
1093 CastInst::CreatePointerCast(Mem, Int8PtrTy, "lt.cast", TheCall);

Completed in 88 milliseconds

1 2