| /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 | 231 Value *StrEnd = B.CreateInBoundsGEP(B.getInt8Ty(), StrBeg, Off, "endptr"); in convertStrToInt() 398 Value *CpyDst = B.CreateInBoundsGEP(B.getInt8Ty(), Dst, DstLen, "endptr"); in emitStrLenMemCpy() 460 Type *CharTy = B.getInt8Ty(); in memChrToCharCompare() 521 return B.CreateInBoundsGEP(B.getInt8Ty(), SrcStr, StrLen, "strchr"); in optimizeStrChr() 534 return B.CreateInBoundsGEP(B.getInt8Ty(), SrcStr, B.getInt64(I), "strchr"); in optimizeStrChr() 577 B.CreateLoad(B.getInt8Ty(), Str2P, "strcmpload"), CI->getType())); in optimizeStrCmp() 580 return B.CreateZExt(B.CreateLoad(B.getInt8Ty(), Str1P, "strcmpload"), in optimizeStrCmp() 658 B.CreateLoad(B.getInt8Ty(), Str2P, "strcmpload"), CI->getType())); in optimizeStrNCmp() 661 return B.CreateZExt(B.CreateLoad(B.getInt8Ty(), Str1P, "strcmpload"), in optimizeStrNCmp() 732 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 | 241 Type *PaddingType = ArrayType::get(Type::getInt8Ty(Ctx), AlignedSize - Size); in alignAndPadAlloca() 296 return IRB.CreateConstGEP1_32(IRB.getInt8Ty(), in getAndroidSlotPtr()
|
| H A D | LowerMemIntrinsics.cpp | 52 Type *Int8Type = Type::getInt8Ty(Ctx); in createMemCpyLoopKnownSize() 215 Type *Int8Type = Type::getInt8Ty(Ctx); in createMemCpyLoopUnknownSize() 419 Type *Int8Type = Type::getInt8Ty(Ctx); in createMemMoveLoopUnknownSize() 677 Type *Int8Type = Type::getInt8Ty(Ctx); in createMemMoveLoopKnownSize()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRShiftExpand.cpp | 55 if (I.getType() == Type::getInt8Ty(Ctx) || in runOnFunction() 82 Type *Int8Ty = Type::getInt8Ty(Ctx); in expand()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULowerKernelArguments.cpp | 109 Builder.getInt8Ty(), KernArgSegment, EltOffset, in lowerKernelArguments() 156 Builder.getInt8Ty(), KernArgSegment, AlignDownOffset, in lowerKernelArguments() 161 Builder.getInt8Ty(), KernArgSegment, EltOffset, in lowerKernelArguments()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.cpp | 409 ResultType = llvm::Type::getInt8Ty(getLLVMContext()); in ConvertType() 523 ? llvm::Type::getInt8Ty(getLLVMContext()) in ConvertType() 542 return llvm::VectorType::get(llvm::Type::getInt8Ty(getLLVMContext()), 1, in ConvertType() 562 llvm::Type::getInt8Ty(getLLVMContext()), I8EltCount), in ConvertType() 639 ResultType = llvm::Type::getInt8Ty(getLLVMContext()); in ConvertType() 653 EltTy = llvm::Type::getInt8Ty(getLLVMContext()); in ConvertType() 666 ? llvm::Type::getInt8Ty(getLLVMContext()) in ConvertType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 2073 getShadowOriginPtr(V, EntryIRB, EntryIRB.getInt8Ty(), ArgAlign, in getShadow() 2078 CpShadowPtr, Constant::getNullValue(EntryIRB.getInt8Ty()), in getShadow() 5798 getShadowOriginPtr(SrcPtr, NextIRB, NextIRB.getInt8Ty(), Align(1), in visitLibAtomicLoad() 5801 getShadowOriginPtr(DstPtr, NextIRB, NextIRB.getInt8Ty(), Align(1), in visitLibAtomicLoad() 5826 getShadowOriginPtr(DstPtr, IRB, IRB.getInt8Ty(), Align(1), in visitLibAtomicStore() 5831 IRB.CreateMemSet(DstShadowPtr, getCleanShadow(IRB.getInt8Ty()), Size, in visitLibAtomicStore() 5944 getShadowOriginPtr(A, IRB, IRB.getInt8Ty(), Alignment, in visitCallBase() 5948 Constant::getNullValue(IRB.getInt8Ty()), in visitCallBase() 6115 &I, IRB, IRB.getInt8Ty(), Align(1), /*isStore*/ true); in poisonAllocaUserspace() 6317 getShadowOriginPtrUserspace(Operand, IRB, IRB.getInt8Ty(), Align(1)); in instrumentAsmArgument() [all …]
|
| H A D | BoundsChecking.cpp | 118 ConstantInt::get(IRB.getInt8Ty(), in InsertTrap() 224 {llvm::ConstantInt::getSigned(IRB.getInt8Ty(), *Opts.GuardKind)}); in addBoundsChecking()
|
| /freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
| H A D | Type.cpp | 27 Type *Type::getInt8Ty(Context &Ctx) { in getInt8Ty() function in Type 28 return Ctx.getType(llvm::Type::getInt8Ty(Ctx.LLVMCtx)); in getInt8Ty()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | RISCV.cpp | 349 llvm::Type::getInt8Ty(getVMContext()), Field1Off.getQuantity())); in coerceAndExpandFPCCEligibleStruct() 376 llvm::Type::getInt8Ty(getVMContext()), Padding.getQuantity())); in coerceAndExpandFPCCEligibleStruct() 508 llvm::ScalableVectorType::get(llvm::Type::getInt8Ty(getVMContext()), in detectVLSCCEligibleStruct() 578 llvm::Type::getInt8Ty(getVMContext()), in coerceVLSVector()
|
| H A D | LoongArch.cpp | 258 llvm::Type::getInt8Ty(getVMContext()), Field1Off.getQuantity())); in coerceAndExpandFARsEligibleStruct() 286 llvm::Type::getInt8Ty(getVMContext()), Padding.getQuantity())); in coerceAndExpandFARsEligibleStruct()
|
| H A D | ARM.cpp | 412 return ABIArgInfo::getDirect(llvm::Type::getInt8Ty(getVMContext())); in classifyArgumentType() 626 return ABIArgInfo::getDirect(llvm::Type::getInt8Ty(getVMContext())); in classifyReturnType() 660 return ABIArgInfo::getDirect(llvm::Type::getInt8Ty(getVMContext())); in classifyReturnType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInterleavedAccess.cpp | 275 ScalableVectorType::get(Type::getInt8Ty(LI->getContext()), in lowerDeinterleaveIntrinsicToLoad() 349 ScalableVectorType::get(Type::getInt8Ty(SI->getContext()), in lowerInterleaveIntrinsicToStore() 465 ScalableVectorType::get(Type::getInt8Ty(Load->getContext()), in lowerInterleavedVPLoad() 576 ScalableVectorType::get(Type::getInt8Ty(Store->getContext()), in lowerInterleavedVPStore()
|
| /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 | 294 FixedVectorType::get(Type::getInt8Ty(I->getContext()), MinVScale * 2); in optimizePredicateStore() 354 FixedVectorType::get(Type::getInt8Ty(I->getContext()), MinVScale * 2); in optimizePredicateLoad()
|
| H A D | AArch64StackTagging.cpp | 258 Ptr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), Ptr, Offset); in emitZeroes() 268 Ptr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), Ptr, Offset); in emitUndef() 277 Ptr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), Ptr, Offset); in emitPair()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILOpBuilder.cpp | 236 Type *Int8Ty = Type::getInt8Ty(Context); in getResBindType() 278 return Type::getInt8Ty(Ctx); in getTypeFromOpParamType() 593 Type *Int8Ty = IRB.getInt8Ty(); in getResBind()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ThinLTOBitcodeWriter.cpp | 430 llvm::ConstantInt::get(Type::getInt8Ty(Ctx), Linkage))); in splitAndWriteThinLTOBitcode() 452 ConstantInt::get(Type::getInt8Ty(Ctx), A.getVisibility())), in splitAndWriteThinLTOBitcode() 454 ConstantInt::get(Type::getInt8Ty(Ctx), A.isWeakForLinker())), in splitAndWriteThinLTOBitcode()
|
| H A D | GlobalSplit.cpp | 157 Type::getInt8Ty(GV.getContext()), SplitGlobals[Info.MemberIndex], in splitGlobal()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Utils.h | 104 llvm::Type *ElemTy = llvm::Type::getInt8Ty(SE.getContext()); in getPointerDiffInBytes()
|
| /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/Target/SPIRV/ |
| H A D | SPIRVUtils.h | 374 IntegerType::getInt8Ty(Ty1->getContext()) && in isUntypedEquivalentToTyExt() 389 ? TypedPointerType::get(IntegerType::getInt8Ty(Ty->getContext()), in toTypedPointer()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroAnnotationElide.cpp | 51 auto FrameTy = ArrayType::get(Type::getInt8Ty(C), FrameSize); in allocateFrameInCaller()
|