Home
last modified time | relevance | path

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

1234

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp188 case MVT::i8: return Type::getInt8Ty(Context); in getTypeForEVT()
230 return FixedVectorType::get(Type::getInt8Ty(Context), 1); in getTypeForEVT()
232 return FixedVectorType::get(Type::getInt8Ty(Context), 2); in getTypeForEVT()
234 return FixedVectorType::get(Type::getInt8Ty(Context), 4); in getTypeForEVT()
236 return FixedVectorType::get(Type::getInt8Ty(Context), 8); in getTypeForEVT()
238 return FixedVectorType::get(Type::getInt8Ty(Context), 16); in getTypeForEVT()
240 return FixedVectorType::get(Type::getInt8Ty(Context), 32); in getTypeForEVT()
242 return FixedVectorType::get(Type::getInt8Ty(Context), 64); in getTypeForEVT()
244 return FixedVectorType::get(Type::getInt8Ty(Context), 128); in getTypeForEVT()
246 return FixedVectorType::get(Type::getInt8Ty(Context), 256); in getTypeForEVT()
[all …]
H A DPreISelIntrinsicLowering.cpp37 Type *Int8Ty = Type::getInt8Ty(F.getContext()); in lowerLoadRelative()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp747 name_load, RetTy, PointerType::get(IRB.getInt8Ty(), 0)); in createKernelApi()
749 name_store, RetTy, PointerType::get(IRB.getInt8Ty(), 0)); in createKernelApi()
754 PointerType::get(IRB.getInt8Ty(), 0), IRB.getInt64Ty()); in createKernelApi()
757 PointerType::get(IRB.getInt8Ty(), 0), IRB.getInt64Ty()); in createKernelApi()
3598 getShadowOriginPtr(DstPtr, IRB, IRB.getInt8Ty(), Align(1), in visitLibAtomicStore()
3713 getShadowOriginPtr(A, IRB, IRB.getInt8Ty(), Alignment, in visitCallBase()
3869 &I, IRB, IRB.getInt8Ty(), Align(1), /*isStore*/ true); in poisonAllocaUserspace()
4779 IRB.getInt8Ty(), in finalizeInstrumentation()
4780 IRB.CreateInBoundsGEP(IRB.getInt8Ty(), VAArgTLSCopy, in finalizeInstrumentation()
4795 IRB.CreateInBoundsGEP(IRB.getInt8Ty(), VAArgTLSCopy, in finalizeInstrumentation()
[all …]
H A DInstrOrderFile.cpp78 MapTy = ArrayType::get(Type::getInt8Ty(Ctx), NumFunctions); in createOrderFileData()
121 IntegerType *Int8Ty = Type::getInt8Ty(Ctx); in generateCodeSequence()
H A DSanitizerCoverage.cpp416 Int8PtrTy = PointerType::getUnqual(IRB.getInt8Ty()); in instrumentModule()
421 Int8Ty = IRB.getInt8Ty(); in instrumentModule()
436 IRB.getInt8Ty(), IRB.getInt8Ty()); in instrumentModule()
H A DHWAddressSanitizer.cpp578 Int8Ty = IRB.getInt8Ty(); in initializeModule()
665 ArrayType::get(IRB.getInt8Ty(), 0)); in initializeCallbacks()
838 IRB.getInt8Ty()); in instrumentMemAccessInline()
977 Value *JustTag = IRB.CreateTrunc(Tag, IRB.getInt8Ty()); in tagAlloca()
1126 IRB.CreateConstGEP1_32(IRB.getInt8Ty(), in getHwasanThreadSlotPtr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp112 Builder.getInt8Ty(), KernArgSegment, EltOffset, in runOnFunction()
158 Builder.getInt8Ty(), KernArgSegment, AlignDownOffset, in runOnFunction()
163 Builder.getInt8Ty(), KernArgSegment, EltOffset, in runOnFunction()
H A DAMDGPUReplaceLDSUseWithPointer.cpp305 Builder.getInt8Ty(), LDSMemBaseAddr, in getReplacementInst()
320 PointerType::get(Type::getInt8Ty(M.getContext()), in ReplaceLDSUseImpl()
H A DAMDGPULateCodeGenPrepare.cpp169 IRB.getInt8Ty(), in visitLoadInst()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp234 Value *CpyDst = B.CreateGEP(B.getInt8Ty(), Dst, DstLen, "endptr"); in emitStrLenMemCpy()
316 return B.CreateGEP(B.getInt8Ty(), SrcStr, StrLen, "strchr"); in optimizeStrChr()
329 return B.CreateGEP(B.getInt8Ty(), SrcStr, B.getInt64(I), "strchr"); in optimizeStrChr()
357 return B.CreateGEP(B.getInt8Ty(), SrcStr, B.getInt64(I), "strrchr"); in optimizeStrRChr()
537 Value *DstEnd = B.CreateGEP(B.getInt8Ty(), Dst, in optimizeStpCpy()
950 return B.CreateGEP(B.getInt8Ty(), SrcStr, B.getInt64(I), "memchr"); in optimizeMemChr()
1125 ? B.CreateInBoundsGEP(B.getInt8Ty(), Dst, NewN) in optimizeMemCCpy()
1141 return B.CreateInBoundsGEP(B.getInt8Ty(), Dst, N); in optimizeMemPCpy()
2500 Ptr = B.CreateGEP(B.getInt8Ty(), Ptr, B.getInt32(1), "nul"); in optimizeSPrintFString()
2638 Ptr = B.CreateGEP(B.getInt8Ty(), Ptr, B.getInt32(1), "nul"); in optimizeSnPrintFString()
[all …]
H A DAMDGPUEmitPrintf.cpp137 auto PtrNext = Builder.CreateGEP(Builder.getInt8Ty(), PtrPhi, One); in getStrlenWithNull()
141 auto Data = Builder.CreateLoad(Builder.getInt8Ty(), PtrPhi); in getStrlenWithNull()
H A DVNCoercion.cpp414 Src = ConstantExpr::getGetElementPtr(Type::getInt8Ty(Src->getContext()), in analyzeLoadFromClobberingMemInst()
595 Src = ConstantExpr::getGetElementPtr(Type::getInt8Ty(Src->getContext()), in getMemInstValueForLoadHelper()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp243 Ptr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), Ptr, Offset); in emitZeroes()
253 Ptr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), Ptr, Offset); in emitUndef()
262 Ptr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), Ptr, Offset); in emitPair()
508 ArrayType::get(Type::getInt8Ty(F->getContext()), AlignedSize - Size); in alignAndPadAlloca()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PreAMXConfig.cpp156 Type *I8Ty = Type::getInt8Ty(Ctx); in preWriteTileCfg()
162 Value *PaletteValue = ConstantInt::get(Type::getInt8Ty(Ctx), 1); in preWriteTileCfg()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp386 llvm::ConstantInt::get(Type::getInt8Ty(Ctx), Linkage))); in splitAndWriteThinLTOBitcode()
408 ConstantInt::get(Type::getInt8Ty(Ctx), A.getVisibility())), in splitAndWriteThinLTOBitcode()
410 ConstantInt::get(Type::getInt8Ty(Ctx), A.isWeakForLinker())), in splitAndWriteThinLTOBitcode()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp444 ResultType = llvm::Type::getInt8Ty(getLLVMContext()); in ConvertType()
644 PointeeType = llvm::Type::getInt8Ty(getLLVMContext()); in ConvertType()
672 ResultType = llvm::Type::getInt8Ty(getLLVMContext()); in ConvertType()
685 EltTy = llvm::Type::getInt8Ty(getLLVMContext()); in ConvertType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRShiftExpand.cpp79 Type *Int8Ty = Type::getInt8Ty(Ctx); in expand()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp91 auto LoadValueTy = Type::getInt8Ty(MContext); in emit()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp201 IntegerType *Type::getInt8Ty(LLVMContext &C) { return &C.pImpl->Int8Ty; } in getInt8Ty() function in Type
256 return getInt8Ty(C)->getPointerTo(AS); in getInt8PtrTy()
282 case 8: return cast<IntegerType>(Type::getInt8Ty(C)); in get()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerGlobalDtors.cpp132 Type *DsoHandleTy = Type::getInt8Ty(C); in runOnModule()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp888 Builder.CreateGEP(Builder.getInt8Ty(), ResultPtr, Idx, "uglygep"); in lowerToSingleIndexGEPs()
898 Builder.CreateGEP(Builder.getInt8Ty(), ResultPtr, Offset, "uglygep"); in lowerToSingleIndexGEPs()
1130 Type::getInt8Ty(GEP->getContext()), NewGEP, in splitGEP()
H A DStraightLineStrengthReduce.cpp688 Builder.CreateInBoundsGEP(Builder.getInt8Ty(), Reduced, Bump); in rewriteCandidateWithBasis()
690 Reduced = Builder.CreateGEP(Builder.getInt8Ty(), Reduced, Bump); in rewriteCandidateWithBasis()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp63 Type *Int8Ty = Builder.getInt8Ty(); in lowerCoroPromise()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp350 PointerElementType = Type::getInt8Ty(J.getContext()); in collectCandidates()
511 Type *I8Ty = Type::getInt8Ty(MemI->getParent()->getContext()); in rewriteLoadStores()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp166 Type::getInt8Ty(Context) in GenEmptyFunction()
315 Type::getInt8Ty(Context), in pickScalarType()

1234