Home
last modified time | relevance | path

Searched refs:getInt8Ty (Results 1 – 25 of 126) sorted by relevance

123456

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DirectXIRPasses/
H A DPointerTypeAnalysis.cpp66 PointeeTy = Type::getInt8Ty(V->getContext()); in classifyPointerType()
71 PointeeTy = Type::getInt8Ty(V->getContext()); in classifyPointerType()
102 Type::getInt8Ty(Ctx), F.getReturnType()->getPointerAddressSpace()); in classifyFunctionType()
107 Type::getInt8Ty(Ctx), F.getReturnType()->getPointerAddressSpace()); in classifyFunctionType()
128 return TypedPointerType::get(Type::getInt8Ty(C->getContext()), in classifyConstantWithOpaquePtr()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp228 Value *StrEnd = B.CreateInBoundsGEP(B.getInt8Ty(), StrBeg, Off, "endptr"); in convertStrToInt()
389 Value *CpyDst = B.CreateInBoundsGEP(B.getInt8Ty(), Dst, DstLen, "endptr"); in emitStrLenMemCpy()
452 Type *CharTy = B.getInt8Ty(); in memChrToCharCompare()
513 return B.CreateInBoundsGEP(B.getInt8Ty(), SrcStr, StrLen, "strchr"); in optimizeStrChr()
526 return B.CreateInBoundsGEP(B.getInt8Ty(), SrcStr, B.getInt64(I), "strchr"); in optimizeStrChr()
569 B.CreateLoad(B.getInt8Ty(), Str2P, "strcmpload"), CI->getType())); in optimizeStrCmp()
572 return B.CreateZExt(B.CreateLoad(B.getInt8Ty(), Str1P, "strcmpload"), in optimizeStrCmp()
655 B.CreateLoad(B.getInt8Ty(), Str2P, "strcmpload"), CI->getType())); in optimizeStrNCmp()
658 return B.CreateZExt(B.CreateLoad(B.getInt8Ty(), Str1P, "strcmpload"), in optimizeStrNCmp()
735 return StrLen ? B.CreateInBoundsGEP(B.getInt8Ty(), Dst, StrLen) : nullptr; in optimizeStpCpy()
[all …]
H A DAMDGPUEmitPrintf.cpp129 auto PtrNext = Builder.CreateGEP(Builder.getInt8Ty(), PtrPhi, One); in getStrlenWithNull()
133 auto Data = Builder.CreateLoad(Builder.getInt8Ty(), PtrPhi); in getStrlenWithNull()
398 Builder.CreateInBoundsGEP(Builder.getInt8Ty(), PtrToStore, in callBufferedPrintfArgPush()
417 Builder.getInt8Ty(), PtrToStore, in callBufferedPrintfArgPush()
442 auto Int8Ty = Builder.getInt8Ty(); in emitAMDGPUPrintfCall()
H A DMemoryTaggingSupport.cpp223 Type *PaddingType = ArrayType::get(Type::getInt8Ty(Ctx), AlignedSize - Size); in alignAndPadAlloca()
285 return IRB.CreateConstGEP1_32(IRB.getInt8Ty(), in getAndroidSlotPtr()
H A DLowerGlobalDtors.cpp156 Type *DsoHandleTy = Type::getInt8Ty(C); in runImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp806 MsanMetadata = StructType::get(PointerType::get(IRB.getInt8Ty(), 0), in createKernelApi()
815 M, name_load, PointerType::get(IRB.getInt8Ty(), 0)); in createKernelApi()
817 M, name_store, PointerType::get(IRB.getInt8Ty(), 0)); in createKernelApi()
821 M, "__msan_metadata_ptr_for_load_n", PointerType::get(IRB.getInt8Ty(), 0), in createKernelApi()
825 PointerType::get(IRB.getInt8Ty(), 0), IRB.getInt64Ty()); in createKernelApi()
938 PointerType::get(IRB.getInt8Ty(), 0), IntptrTy); in initializeCallbacks()
1787 IRB.CreatePointerCast(Addr, PointerType::get(IRB.getInt8Ty(), 0)); in getShadowOriginPtrKernelNoVec()
1998 getShadowOriginPtr(V, EntryIRB, EntryIRB.getInt8Ty(), ArgAlign, in getShadow()
2003 CpShadowPtr, Constant::getNullValue(EntryIRB.getInt8Ty()), in getShadow()
4312 getShadowOriginPtr(SrcPtr, NextIRB, NextIRB.getInt8Ty(), Align(1), in visitLibAtomicLoad()
[all …]
H A DInstrOrderFile.cpp67 MapTy = ArrayType::get(Type::getInt8Ty(Ctx), NumFunctions); in createOrderFileData()
110 IntegerType *Int8Ty = Type::getInt8Ty(Ctx); in generateCodeSequence()
H A DPGOCtxProfLowering.cpp109 auto *SanitizerMutexType = Type::getInt8Ty(M.getContext()); in CtxInstrumentationLowerer()
264 Builder.getInt8Ty()->getPointerTo(), in lowerFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRShiftExpand.cpp55 if (I.getType() == Type::getInt8Ty(Ctx) || I.getType() == Type::getInt16Ty(Ctx)) in runOnFunction()
81 Type *Int8Ty = Type::getInt8Ty(Ctx); in expand()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp161 Builder.getInt8Ty(), KernArgSegment, EltOffset, in lowerKernelArguments()
208 Builder.getInt8Ty(), KernArgSegment, AlignDownOffset, in lowerKernelArguments()
213 Builder.getInt8Ty(), KernArgSegment, EltOffset, in lowerKernelArguments()
H A DAMDGPUOpenCLEnqueuedBlockLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.h197 IntegerType::getInt8Ty(Ty1->getContext()) && in isUntypedEquivalentToTyExt()
212 ? TypedPointerType::get(IntegerType::getInt8Ty(Ty->getContext()), in toTypedPointer()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PreAMXConfig.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp297 FixedVectorType::get(Type::getInt8Ty(I->getContext()), MinVScale * 2); in optimizePredicateStore()
357 FixedVectorType::get(Type::getInt8Ty(I->getContext()), MinVScale * 2); in optimizePredicateLoad()
H A DAArch64StackTagging.cpp268 Ptr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), Ptr, Offset); in emitZeroes()
278 Ptr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), Ptr, Offset); in emitUndef()
287 Ptr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), Ptr, Offset); in emitPair()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp204 return Type::getInt8Ty(Ctx); in getTypeFromParameterKind()
298 return Type::getInt8Ty(Ctx); in getOverloadTy()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp419 llvm::ConstantInt::get(Type::getInt8Ty(Ctx), Linkage))); in splitAndWriteThinLTOBitcode()
441 ConstantInt::get(Type::getInt8Ty(Ctx), A.getVisibility())), in splitAndWriteThinLTOBitcode()
443 ConstantInt::get(Type::getInt8Ty(Ctx), A.isWeakForLinker())), in splitAndWriteThinLTOBitcode()
H A DGlobalSplit.cpp158 Type::getInt8Ty(GV.getContext()), SplitGlobals[Info.MemberIndex], in splitGlobal()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp90 auto LoadValueTy = Type::getInt8Ty(MContext); in emit()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp381 Type *LoadType = Builder.getInt8Ty(); in createMaskedFindMismatch()
413 ScalableVectorType::get(Builder.getInt8Ty(), ByteCompareVF); in createMaskedFindMismatch()
488 Type *LoadType = Builder.getInt8Ty(); in createPredicatedFindMismatch()
595 Type *LoadType = Type::getInt8Ty(Ctx); in expandFindMismatch()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DLoongArch.cpp259 llvm::Type::getInt8Ty(getVMContext()), Field1Off.getQuantity())); in coerceAndExpandFARsEligibleStruct()
287 llvm::Type::getInt8Ty(getVMContext()), Padding.getQuantity())); in coerceAndExpandFARsEligibleStruct()
H A DRISCV.cpp278 llvm::Type::getInt8Ty(getVMContext()), Field1Off.getQuantity())); in coerceAndExpandFPCCEligibleStruct()
305 llvm::Type::getInt8Ty(getVMContext()), Padding.getQuantity())); in coerceAndExpandFPCCEligibleStruct()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp400 ResultType = llvm::Type::getInt8Ty(getLLVMContext()); in ConvertType()
648 ResultType = llvm::Type::getInt8Ty(getLLVMContext()); in ConvertType()
662 EltTy = llvm::Type::getInt8Ty(getLLVMContext()); in ConvertType()
H A DABIInfoImpl.cpp98 Builder.CreateConstInBoundsGEP1_32(Builder.getInt8Ty(), Array, I); in AssignToArrayRange()
161 CGF.Builder.getInt8Ty(), Ptr, Align.getQuantity() - 1); in emitRoundPointerUpToAlignment()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp175 IntegerType *FlagTy = Type::getInt8Ty(Ctx); in runImpl()

123456