/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DirectXIRPasses/ |
H A D | PointerTypeAnalysis.cpp | 66 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 D | SimplifyLibCalls.cpp | 228 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 D | AMDGPUEmitPrintf.cpp | 129 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 D | MemoryTaggingSupport.cpp | 223 Type *PaddingType = ArrayType::get(Type::getInt8Ty(Ctx), AlignedSize - Size); in alignAndPadAlloca() 285 return IRB.CreateConstGEP1_32(IRB.getInt8Ty(), in getAndroidSlotPtr()
|
H A D | LowerGlobalDtors.cpp | 156 Type *DsoHandleTy = Type::getInt8Ty(C); in runImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 806 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 D | InstrOrderFile.cpp | 67 MapTy = ArrayType::get(Type::getInt8Ty(Ctx), NumFunctions); in createOrderFileData() 110 IntegerType *Int8Ty = Type::getInt8Ty(Ctx); in generateCodeSequence()
|
H A D | PGOCtxProfLowering.cpp | 109 auto *SanitizerMutexType = Type::getInt8Ty(M.getContext()); in CtxInstrumentationLowerer() 264 Builder.getInt8Ty()->getPointerTo(), in lowerFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRShiftExpand.cpp | 55 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 D | AMDGPULowerKernelArguments.cpp | 161 Builder.getInt8Ty(), KernArgSegment, EltOffset, in lowerKernelArguments() 208 Builder.getInt8Ty(), KernArgSegment, AlignDownOffset, in lowerKernelArguments() 213 Builder.getInt8Ty(), KernArgSegment, EltOffset, in lowerKernelArguments()
|
H A D | AMDGPUOpenCLEnqueuedBlockLowering.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVUtils.h | 197 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 D | X86PreAMXConfig.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | SVEIntrinsicOpts.cpp | 297 FixedVectorType::get(Type::getInt8Ty(I->getContext()), MinVScale * 2); in optimizePredicateStore() 357 FixedVectorType::get(Type::getInt8Ty(I->getContext()), MinVScale * 2); in optimizePredicateLoad()
|
H A D | AArch64StackTagging.cpp | 268 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 D | DXILOpBuilder.cpp | 204 return Type::getInt8Ty(Ctx); in getTypeFromParameterKind() 298 return Type::getInt8Ty(Ctx); in getOverloadTy()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ThinLTOBitcodeWriter.cpp | 419 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 D | GlobalSplit.cpp | 158 Type::getInt8Ty(GV.getContext()), SplitGlobals[Info.MemberIndex], in splitGlobal()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | Speculation.cpp | 90 auto LoadValueTy = Type::getInt8Ty(MContext); in emit()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopIdiomVectorize.cpp | 381 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 D | LoongArch.cpp | 259 llvm::Type::getInt8Ty(getVMContext()), Field1Off.getQuantity())); in coerceAndExpandFARsEligibleStruct() 287 llvm::Type::getInt8Ty(getVMContext()), Padding.getQuantity())); in coerceAndExpandFARsEligibleStruct()
|
H A D | RISCV.cpp | 278 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 D | CodeGenTypes.cpp | 400 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 D | ABIInfoImpl.cpp | 98 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 D | JMCInstrumenter.cpp | 175 IntegerType *FlagTy = Type::getInt8Ty(Ctx); in runImpl()
|