| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ValueTypes.cpp | 188 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 D | PreISelIntrinsicLowering.cpp | 37 Type *Int8Ty = Type::getInt8Ty(F.getContext()); in lowerLoadRelative()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 747 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 D | InstrOrderFile.cpp | 78 MapTy = ArrayType::get(Type::getInt8Ty(Ctx), NumFunctions); in createOrderFileData() 121 IntegerType *Int8Ty = Type::getInt8Ty(Ctx); in generateCodeSequence()
|
| H A D | SanitizerCoverage.cpp | 416 Int8PtrTy = PointerType::getUnqual(IRB.getInt8Ty()); in instrumentModule() 421 Int8Ty = IRB.getInt8Ty(); in instrumentModule() 436 IRB.getInt8Ty(), IRB.getInt8Ty()); in instrumentModule()
|
| H A D | HWAddressSanitizer.cpp | 578 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 D | AMDGPULowerKernelArguments.cpp | 112 Builder.getInt8Ty(), KernArgSegment, EltOffset, in runOnFunction() 158 Builder.getInt8Ty(), KernArgSegment, AlignDownOffset, in runOnFunction() 163 Builder.getInt8Ty(), KernArgSegment, EltOffset, in runOnFunction()
|
| H A D | AMDGPUReplaceLDSUseWithPointer.cpp | 305 Builder.getInt8Ty(), LDSMemBaseAddr, in getReplacementInst() 320 PointerType::get(Type::getInt8Ty(M.getContext()), in ReplaceLDSUseImpl()
|
| H A D | AMDGPULateCodeGenPrepare.cpp | 169 IRB.getInt8Ty(), in visitLoadInst()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 234 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 D | AMDGPUEmitPrintf.cpp | 137 auto PtrNext = Builder.CreateGEP(Builder.getInt8Ty(), PtrPhi, One); in getStrlenWithNull() 141 auto Data = Builder.CreateLoad(Builder.getInt8Ty(), PtrPhi); in getStrlenWithNull()
|
| H A D | VNCoercion.cpp | 414 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 D | AArch64StackTagging.cpp | 243 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 D | X86PreAMXConfig.cpp | 156 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 D | ThinLTOBitcodeWriter.cpp | 386 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 D | CodeGenTypes.cpp | 444 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 D | AVRShiftExpand.cpp | 79 Type *Int8Ty = Type::getInt8Ty(Ctx); in expand()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Speculation.cpp | 91 auto LoadValueTy = Type::getInt8Ty(MContext); in emit()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Type.cpp | 201 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 D | WebAssemblyLowerGlobalDtors.cpp | 132 Type *DsoHandleTy = Type::getInt8Ty(C); in runOnModule()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SeparateConstOffsetFromGEP.cpp | 888 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 D | StraightLineStrengthReduce.cpp | 688 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 D | CoroEarly.cpp | 63 Type *Int8Ty = Builder.getInt8Ty(); in lowerCoroPromise()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCLoopInstrFormPrep.cpp | 350 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 D | llvm-stress.cpp | 166 Type::getInt8Ty(Context) in GenEmptyFunction() 315 Type::getInt8Ty(Context), in pickScalarType()
|