HomeSort by: relevance | last modified time | path
    Searched defs:Int8PtrTy (Results 1 - 21 of 21) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SanitizerStats.cpp 45 PointerType *Int8PtrTy = B.getInt8PtrTy();
47 ArrayType *StatTy = ArrayType::get(Int8PtrTy, 2);
51 {Constant::getNullValue(Int8PtrTy),
55 Int8PtrTy)}));
58 FunctionType::get(B.getVoidTy(), Int8PtrTy, false);
68 B.CreateCall(StatReport, ConstantExpr::getBitCast(InitAddr, Int8PtrTy));
77 PointerType *Int8PtrTy = Type::getInt8PtrTy(M->getContext());
86 {Constant::getNullValue(Int8PtrTy),
99 FunctionType *StatInitTy = FunctionType::get(VoidTy, Int8PtrTy, false);
103 B.CreateCall(StatInit, ConstantExpr::getBitCast(NewModuleStatsGV, Int8PtrTy));
    [all...]
ModuleUtils.cpp 90 Type *Int8PtrTy = llvm::Type::getInt8PtrTy(M.getContext());
92 Constant *C = ConstantExpr::getPointerBitCastOrAddrSpaceCast(V, Int8PtrTy);
100 ArrayType *ATy = ArrayType::get(Int8PtrTy, Init.size());
CodeExtractor.cpp 571 auto *Int8PtrTy = Type::getInt8PtrTy(Ctx);
573 CastInst::CreatePointerCast(AI, Int8PtrTy, "lt.cast", I);
1071 auto Int8PtrTy = Type::getInt8PtrTy(Ctx);
1089 if (Mem->getType() == Int8PtrTy)
1093 CastInst::CreatePointerCast(Mem, Int8PtrTy, "lt.cast", TheCall);
1106 M, llvm::Intrinsic::lifetime_start, Int8PtrTy);
1112 M, llvm::Intrinsic::lifetime_end, Int8PtrTy);
InlineFunction.cpp 1459 Type *Int8PtrTy = Type::getInt8PtrTy(Ty->getContext(),
1461 if (Ty == Int8PtrTy)
1466 if (U->getType() != Int8PtrTy) continue;
ScalarEvolutionExpander.cpp 168 auto *Int8PtrTy = Builder.getInt8PtrTy(PtrTy->getAddressSpace());
169 assert(DL.getTypeAllocSize(Int8PtrTy->getElementType()) == 1 &&
172 Builder.getInt8Ty(), Constant::getNullValue(Int8PtrTy), V, "uglygep");
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULateCodeGenPrepare.cpp 166 PointerType *Int8PtrTy = Type::getInt8PtrTy(LI.getContext(), AS);
168 IRB.CreateConstGEP1_64(IRB.CreatePointerBitCastOrAddrSpaceCast(Base, Int8PtrTy),
AMDGPUHSAMetadataStreamer.cpp 400 auto Int8PtrTy = Type::getInt8PtrTy(Func.getContext(),
407 emitKernelArg(DL, Int8PtrTy, Align(8), ValueKind::HiddenPrintfBuffer);
412 emitKernelArg(DL, Int8PtrTy, Align(8), ValueKind::HiddenHostcallBuffer);
414 emitKernelArg(DL, Int8PtrTy, Align(8), ValueKind::HiddenNone);
421 emitKernelArg(DL, Int8PtrTy, Align(8), ValueKind::HiddenDefaultQueue);
422 emitKernelArg(DL, Int8PtrTy, Align(8), ValueKind::HiddenCompletionAction);
424 emitKernelArg(DL, Int8PtrTy, Align(8), ValueKind::HiddenNone);
425 emitKernelArg(DL, Int8PtrTy, Align(8), ValueKind::HiddenNone);
431 emitKernelArg(DL, Int8PtrTy, Align(8), ValueKind::HiddenMultiGridSyncArg);
810 auto Int8PtrTy
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTypeCache.h 57 llvm::PointerType *Int8PtrTy;
CGException.cpp 37 llvm::FunctionType::get(CGM.VoidTy, CGM.Int8PtrTy, /*isVarArg=*/false);
58 llvm::FunctionType::get(CGM.VoidTy, CGM.Int8PtrTy, /*isVarArg=*/false);
92 llvm::FunctionType::get(CGM.VoidTy, CGM.Int8PtrTy, /*isVarArg=*/false);
266 llvm::PointerType* Int8PtrTy = llvm::PointerType::get(
271 Int8PtrTy);
376 return llvm::ConstantPointerNull::get(CGF.Int8PtrTy);
423 ExceptionSlot = CreateTempAlloca(Int8PtrTy, "exn.slot");
827 Builder.CreateLandingPad(llvm::StructType::get(Int8PtrTy, Int32Ty), 0);
913 filterTypes[0]->getType() : Int8PtrTy,
1130 typeValue = CGF.Builder.CreateBitCast(typeValue, CGF.Int8PtrTy);
    [all...]
ItaniumCXXABI.cpp 744 {Builder.CreateBitCast(VFPAddr, CGF.Int8PtrTy), TypeId});
816 Builder.CreateBitCast(NonVirtualFn, CGF.Int8PtrTy);
1262 CGF.Builder.CreateBitCast(Ptr.getPointer(), CGF.Int8PtrTy);
1299 llvm::FunctionType::get(CGM.Int8PtrTy, CGM.SizeTy, /*isVarArg=*/false);
1308 llvm::Type *Args[3] = { CGM.Int8PtrTy, CGM.Int8PtrTy, CGM.Int8PtrTy };
1340 Dtor = llvm::ConstantExpr::getBitCast(Dtor, CGM.Int8PtrTy);
1343 if (!Dtor) Dtor = llvm::Constant::getNullValue(CGM.Int8PtrTy);
1355 llvm::Type *Int8PtrTy = CGF.Int8PtrTy
    [all...]
CGObjCMac.cpp 144 llvm::Type *params[] = { Int8PtrTy, SuperPtrTy, SelectorPtrTy };
155 llvm::Type *params[] = { Int8PtrTy, SuperPtrTy, SelectorPtrTy };
176 llvm::PointerType *Int8PtrTy, *Int8PtrPtrTy;
413 llvm::Type *args[] = { Int8PtrTy, Int8PtrTy, LongTy };
414 llvm::FunctionType *FTy = llvm::FunctionType::get(Int8PtrTy, args, false);
721 llvm::Type *params[] = { Int8PtrTy };
722 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(Int8PtrTy,
2024 CGM.Int8PtrTy,
2048 Fields.addBitCast(GV, CGM.Int8PtrTy);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroInstr.h 188 auto *const Int8PtrTy = Type::getInt8PtrTy(getContext());
190 ConstantExpr::getBitCast(getFunction(), Int8PtrTy));
CoroSplit.cpp 1495 auto *Int8PtrTy = Type::getInt8PtrTy(Context);
1498 auto *Val = Builder.CreateBitOrPointerCast(Continuation, Int8PtrTy);
1502 UndefValue::get(Int8PtrTy));
1549 auto *Int8PtrTy = Type::getInt8PtrTy(Context);
1555 FramePtr = Builder.CreateBitOrPointerCast(FramePtr, Int8PtrTy);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp 244 *Int16Ty, *Int8Ty, *Int8PtrTy, *Int1Ty, *Int1PtrTy;
352 auto SecStartI8Ptr = IRB.CreatePointerCast(SecStart, Int8PtrTy);
415 Int8PtrTy = PointerType::getUnqual(IRB.getInt8Ty());
495 SanCov8bitCountersInitName, Int8PtrTy,
InstrProfiling.cpp 884 auto *Int8PtrTy = Type::getInt8PtrTy(Ctx);
887 Constant *ValuesPtrExpr = ConstantPointerNull::get(Int8PtrTy);
919 ? ConstantExpr::getBitCast(Fn, Int8PtrTy)
920 : ConstantPointerNull::get(Int8PtrTy);
HWAddressSanitizer.cpp 280 Type *Int8PtrTy;
499 Int8PtrTy = IRB.getInt8PtrTy();
581 "__hwasan_tag_memory", IRB.getVoidTy(), Int8PtrTy, Int8Ty, IntptrTy);
610 InlineAsm::get(FunctionType::get(Int8PtrTy, {Val->getType()}, false),
624 ConstantInt::get(IntptrTy, Mapping.Offset), Int8PtrTy));
631 kHwasanShadowMemoryDynamicAddress, Int8PtrTy);
632 return IRB.CreateLoad(Int8PtrTy, GlobalDynamicAddress);
728 return IRB.CreateIntToPtr(Shadow, Int8PtrTy);
748 Ptr = IRB.CreateBitCast(Ptr, Int8PtrTy);
794 InlineTagAddr = IRB.CreateIntToPtr(InlineTagAddr, Int8PtrTy);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
ConstantHoisting.cpp 762 PointerType *Int8PtrTy = Type::getInt8PtrTy(*Ctx,
764 Base = new BitCastInst(Base, Int8PtrTy, "base_bitcast", InsertionPt);
765 Mat = GetElementPtrInst::Create(Int8PtrTy->getElementType(), Base,
LoopIdiomRecognize.cpp 1109 Type *Int8PtrTy = DestInt8PtrTy;
1114 Int8PtrTy, Int8PtrTy, IntIdxTy);
1124 Value *PatternPtr = ConstantExpr::getBitCast(GV, Int8PtrTy);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
IRBuilder.cpp 970 auto *Int8PtrTy = getInt8PtrTy(PtrType->getPointerAddressSpace());
971 if (PtrType != Int8PtrTy)
972 Ptr = CreateBitCast(Ptr, Int8PtrTy);
975 M, Intrinsic::launder_invariant_group, {Int8PtrTy});
977 assert(FnLaunderInvariantGroup->getReturnType() == Int8PtrTy &&
979 Int8PtrTy &&
984 if (PtrType != Int8PtrTy)
995 auto *Int8PtrTy = getInt8PtrTy(PtrType->getPointerAddressSpace());
996 if (PtrType != Int8PtrTy)
997 Ptr = CreateBitCast(Ptr, Int8PtrTy);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 394 PointerType *Int8PtrTy = Type::getInt8PtrTy(M.getContext());
631 ConstantExpr::getIntToPtr(ConstantInt::get(Int8Ty, Mask), Int8PtrTy));
925 ExportGlobal(Name, ConstantExpr::getIntToPtr(C, Int8PtrTy));
977 C = ConstantExpr::getBitCast(C, Int8PtrTy);
1024 TIL.BitMask = ImportConstant("bit_mask", TTRes.BitMask, 8, Int8PtrTy);
1122 CombinedGlobalAddr = ConstantExpr::getBitCast(CombinedGlobalAddr, Int8PtrTy);
WholeProgramDevirt.cpp 507 PointerType *Int8PtrTy;
540 Int8PtrTy(Type::getInt8PtrTy(M.getContext())),
1270 FunctionType::get(Type::getVoidTy(M.getContext()), {Int8PtrTy}, true);
1328 NewArgs.push_back(Int8PtrTy);
1337 Args.push_back(IRB.CreateBitCast(VCallSite.VTable, Int8PtrTy));
1468 ConstantExpr::getIntToPtr(ConstantInt::get(Int32Ty, Const), Int8PtrTy));
1530 Constant *C = ConstantExpr::getBitCast(M->Bits->GV, Int8PtrTy);
1589 B.CreateGEP(Int8Ty, B.CreateBitCast(Call.VTable, Int8PtrTy), Byte);
1875 Value *GEPPtr = LoadB.CreateBitCast(GEP, PointerType::getUnqual(Int8PtrTy));
1876 Value *LoadedValue = LoadB.CreateLoad(Int8PtrTy, GEPPtr)
    [all...]

Completed in 78 milliseconds