Home
last modified time | relevance | path

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

123456

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DValueTypes.cpp192 case MVT::i8: return Type::getInt8Ty(Context); in getTypeForEVT()
212 return PointerType::get(Type::getInt8Ty(Context), 20); in getTypeForEVT()
246 return FixedVectorType::get(Type::getInt8Ty(Context), 1); in getTypeForEVT()
248 return FixedVectorType::get(Type::getInt8Ty(Context), 2); in getTypeForEVT()
250 return FixedVectorType::get(Type::getInt8Ty(Context), 4); in getTypeForEVT()
252 return FixedVectorType::get(Type::getInt8Ty(Context), 8); in getTypeForEVT()
254 return FixedVectorType::get(Type::getInt8Ty(Context), 16); in getTypeForEVT()
256 return FixedVectorType::get(Type::getInt8Ty(Context), 32); in getTypeForEVT()
258 return FixedVectorType::get(Type::getInt8Ty(Context), 64); in getTypeForEVT()
260 return FixedVectorType::get(Type::getInt8Ty(Context), 128); in getTypeForEVT()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DirectXIRPasses/
H A DPointerTypeAnalysis.cpp64 PointeeTy = Type::getInt8Ty(V->getContext()); in classifyPointerType()
69 PointeeTy = Type::getInt8Ty(V->getContext()); in classifyPointerType()
100 Type::getInt8Ty(Ctx), F.getReturnType()->getPointerAddressSpace()); in classifyFunctionType()
105 Type::getInt8Ty(Ctx), F.getReturnType()->getPointerAddressSpace()); in classifyFunctionType()
126 return TypedPointerType::get(Type::getInt8Ty(C->getContext()), in classifyConstantWithOpaquePtr()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp761 Type *RetTy = StructType::get(PointerType::get(IRB.getInt8Ty(), 0), in createKernelApi()
770 name_load, RetTy, PointerType::get(IRB.getInt8Ty(), 0)); in createKernelApi()
772 name_store, RetTy, PointerType::get(IRB.getInt8Ty(), 0)); in createKernelApi()
777 PointerType::get(IRB.getInt8Ty(), 0), IRB.getInt64Ty()); in createKernelApi()
780 PointerType::get(IRB.getInt8Ty(), 0), IRB.getInt64Ty()); in createKernelApi()
896 PointerType::get(IRB.getInt8Ty(), 0), IntptrTy); in initializeCallbacks()
1694 IRB.CreatePointerCast(Addr, PointerType::get(IRB.getInt8Ty(), 0)); in getShadowOriginPtrKernelNoVec()
1900 getShadowOriginPtr(V, EntryIRB, EntryIRB.getInt8Ty(), ArgAlign, in getShadow()
1905 CpShadowPtr, Constant::getNullValue(EntryIRB.getInt8Ty()), in getShadow()
3986 getShadowOriginPtr(SrcPtr, NextIRB, NextIRB.getInt8Ty(), Align(1), in visitLibAtomicLoad()
[all …]
H A DInstrOrderFile.cpp70 MapTy = ArrayType::get(Type::getInt8Ty(Ctx), NumFunctions); in createOrderFileData()
113 IntegerType *Int8Ty = Type::getInt8Ty(Ctx); in generateCodeSequence()
H A DSanitizerCoverage.cpp407 Int8PtrTy = PointerType::getUnqual(IRB.getInt8Ty()); in instrumentModule()
412 Int8Ty = IRB.getInt8Ty(); in instrumentModule()
427 IRB.getInt8Ty(), IRB.getInt8Ty()); in instrumentModule()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp178 Value *StrEnd = B.CreateInBoundsGEP(B.getInt8Ty(), StrBeg, Off, "endptr"); in convertStrToInt()
339 Value *CpyDst = B.CreateInBoundsGEP(B.getInt8Ty(), Dst, DstLen, "endptr"); in emitStrLenMemCpy()
402 Type *CharTy = B.getInt8Ty(); in memChrToCharCompare()
463 return B.CreateInBoundsGEP(B.getInt8Ty(), SrcStr, StrLen, "strchr"); in optimizeStrChr()
476 return B.CreateInBoundsGEP(B.getInt8Ty(), SrcStr, B.getInt64(I), "strchr"); in optimizeStrChr()
519 B.CreateLoad(B.getInt8Ty(), Str2P, "strcmpload"), CI->getType())); in optimizeStrCmp()
522 return B.CreateZExt(B.CreateLoad(B.getInt8Ty(), Str1P, "strcmpload"), in optimizeStrCmp()
605 B.CreateLoad(B.getInt8Ty(), Str2P, "strcmpload"), CI->getType())); in optimizeStrNCmp()
608 return B.CreateZExt(B.CreateLoad(B.getInt8Ty(), Str1P, "strcmpload"), in optimizeStrNCmp()
685 return StrLen ? B.CreateInBoundsGEP(B.getInt8Ty(), Dst, StrLen) : nullptr; in optimizeStpCpy()
[all …]
H A DAMDGPUEmitPrintf.cpp124 auto PtrNext = Builder.CreateGEP(Builder.getInt8Ty(), PtrPhi, One); in getStrlenWithNull()
128 auto Data = Builder.CreateLoad(Builder.getInt8Ty(), PtrPhi); in getStrlenWithNull()
H A DLowerGlobalDtors.cpp144 Type *DsoHandleTy = Type::getInt8Ty(C); in runImpl()
/openbsd-src/gnu/llvm/llvm/examples/BrainF/
H A DBrainF.cpp94 Type* Int8Ty = IntegerType::getInt8Ty(C); in header()
155 PointerType::getUnqual(IntegerType::getInt8Ty(C))); in header()
197 Type *Int8Ty = IntegerType::getInt8Ty(C); in readloop()
216 CreateTrunc(tape_0, IntegerType::getInt8Ty(C), tapereg); in readloop()
H A DBrainFDriver.cpp78 Type::getInt8Ty(mod->getContext())->getPointerTo()->getPointerTo()}, in addMainFunction()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp111 Builder.getInt8Ty(), KernArgSegment, EltOffset, in runOnFunction()
157 Builder.getInt8Ty(), KernArgSegment, AlignDownOffset, in runOnFunction()
162 Builder.getInt8Ty(), KernArgSegment, EltOffset, in runOnFunction()
H A DAMDGPUOpenCLEnqueuedBlockLowering.cpp121 C, {Type::getInt8Ty(C)->getPointerTo(0), Int32, Int32}, in runOnModule()
H A DAMDGPUReplaceLDSUseWithPointer.cpp316 Builder.getInt8Ty(), LDSMemBaseAddr, in getReplacementInst()
331 PointerType::get(Type::getInt8Ty(M.getContext()), in ReplaceLDSUseImpl()
H A DAMDGPULateCodeGenPrepare.cpp167 IRB.getInt8Ty(), in visitLoadInst()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp296 FixedVectorType::get(Type::getInt8Ty(I->getContext()), MinVScale * 2); in optimizePredicateStore()
359 FixedVectorType::get(Type::getInt8Ty(I->getContext()), MinVScale * 2); in optimizePredicateLoad()
H A DAArch64StackTagging.cpp249 Ptr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), Ptr, Offset); in emitZeroes()
259 Ptr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), Ptr, Offset); in emitUndef()
268 Ptr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), Ptr, Offset); in emitPair()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp203 return Type::getInt8Ty(Ctx); in getTypeFromParameterKind()
288 return Type::getInt8Ty(Ctx); in getOverloadTy()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp394 llvm::ConstantInt::get(Type::getInt8Ty(Ctx), Linkage))); in splitAndWriteThinLTOBitcode()
416 ConstantInt::get(Type::getInt8Ty(Ctx), A.getVisibility())), in splitAndWriteThinLTOBitcode()
418 ConstantInt::get(Type::getInt8Ty(Ctx), A.isWeakForLinker())), in splitAndWriteThinLTOBitcode()
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRShiftExpand.cpp79 Type *Int8Ty = Type::getInt8Ty(Ctx); in expand()
/openbsd-src/gnu/llvm/llvm/tools/llvm-isel-fuzzer/
H A Dllvm-isel-fuzzer.cpp55 Type::getInt1Ty, Type::getInt8Ty, Type::getInt16Ty, Type::getInt32Ty, in createISelMutator()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTypes.cpp466 ResultType = llvm::Type::getInt8Ty(getLLVMContext()); in ConvertType()
667 PointeeType = llvm::Type::getInt8Ty(getLLVMContext()); in ConvertType()
691 ResultType = llvm::Type::getInt8Ty(getLLVMContext()); in ConvertType()
704 EltTy = llvm::Type::getInt8Ty(getLLVMContext()); in ConvertType()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp91 auto LoadValueTy = Type::getInt8Ty(MContext); in emit()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp891 Builder.CreateGEP(Builder.getInt8Ty(), ResultPtr, Idx, "uglygep"); in lowerToSingleIndexGEPs()
901 Builder.CreateGEP(Builder.getInt8Ty(), ResultPtr, Offset, "uglygep"); in lowerToSingleIndexGEPs()
1135 Builder.getInt8Ty()->getPointerTo(GEP->getPointerAddressSpace()); in splitGEP()
1138 Builder.getInt8Ty(), Builder.CreateBitCast(NewGEP, I8PtrTy), in splitGEP()
/openbsd-src/gnu/llvm/llvm/tools/llvm-opt-fuzzer/
H A Dllvm-opt-fuzzer.cpp45 Type::getInt1Ty, Type::getInt8Ty, Type::getInt16Ty, Type::getInt32Ty, in createOptMutator()

123456