Home
last modified time | relevance | path

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

1234

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DValueTypes.cpp188 case MVT::i8: return Type::getInt8Ty(Context); in getTypeForEVT()
225 return FixedVectorType::get(Type::getInt8Ty(Context), 1); in getTypeForEVT()
227 return FixedVectorType::get(Type::getInt8Ty(Context), 2); in getTypeForEVT()
229 return FixedVectorType::get(Type::getInt8Ty(Context), 4); in getTypeForEVT()
231 return FixedVectorType::get(Type::getInt8Ty(Context), 8); in getTypeForEVT()
233 return FixedVectorType::get(Type::getInt8Ty(Context), 16); in getTypeForEVT()
235 return FixedVectorType::get(Type::getInt8Ty(Context), 32); in getTypeForEVT()
237 return FixedVectorType::get(Type::getInt8Ty(Context), 64); in getTypeForEVT()
239 return FixedVectorType::get(Type::getInt8Ty(Context), 128); in getTypeForEVT()
241 return FixedVectorType::get(Type::getInt8Ty(Context), 256); in getTypeForEVT()
[all …]
H A DPreISelIntrinsicLowering.cpp37 Type *Int8Ty = Type::getInt8Ty(F.getContext()); in lowerLoadRelative()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/BrainF/
H A DBrainF.cpp94 Type* Int8Ty = IntegerType::getInt8Ty(C); in header()
156 PointerType::getUnqual(IntegerType::getInt8Ty(C))); in header()
216 CreateTrunc(tape_0, IntegerType::getInt8Ty(C), tapereg); in readloop()
227 builder->CreateLoad(IntegerType::getInt8Ty(C), curhead, tapereg); in readloop()
280 builder->CreateLoad(IntegerType::getInt8Ty(C), curhead, tapereg); in readloop()
304 PHINode::Create(PointerType::getUnqual(IntegerType::getInt8Ty(C)), in readloop()
444 LoadInst *tape_0 = new LoadInst(IntegerType::getInt8Ty(C), head_0, in readloop()
460 CreatePHI(PointerType::getUnqual(IntegerType::getInt8Ty(C)), 1, in readloop()
H A DBrainFDriver.cpp78 Type::getInt8Ty(mod->getContext())->getPointerTo()->getPointerTo()}, in addMainFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp738 Type *RetTy = StructType::get(PointerType::get(IRB.getInt8Ty(), 0), in createKernelApi()
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()
872 PointerType::get(IRB.getInt8Ty(), 0), IntptrTy); in initializeCallbacks()
1523 IRB.CreatePointerCast(Addr, PointerType::get(IRB.getInt8Ty(), 0)); in getShadowOriginPtrKernel()
1707 getShadowOriginPtr(V, EntryIRB, EntryIRB.getInt8Ty(), ArgAlign, in getShadow()
1714 CpShadowPtr, Constant::getNullValue(EntryIRB.getInt8Ty()), in getShadow()
3548 getShadowOriginPtr(SrcPtr, NextIRB, NextIRB.getInt8Ty(), Align(1), in visitLibAtomicLoad()
[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.cpp415 Int8PtrTy = PointerType::getUnqual(IRB.getInt8Ty()); in instrumentModule()
420 Int8Ty = IRB.getInt8Ty(); in instrumentModule()
435 IRB.getInt8Ty(), IRB.getInt8Ty()); in instrumentModule()
H A DHWAddressSanitizer.cpp500 Int8Ty = IRB.getInt8Ty(); in initializeModule()
586 ArrayType::get(IRB.getInt8Ty(), 0)); in initializeCallbacks()
759 IRB.getInt8Ty()); in instrumentMemAccessInline()
898 Value *JustTag = IRB.CreateTrunc(Tag, IRB.getInt8Ty()); in tagAlloca()
1033 IRB.CreateConstGEP1_32(IRB.getInt8Ty(), in getHwasanThreadSlotPtr()
/netbsd-src/external/apache2/llvm/dist/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 DAMDGPUPrintfRuntimeBinding.cpp326 Type *I8Ptr = PointerType::get(Type::getInt8Ty(Ctx), 1); in lowerPrintfForGpu()
358 ConstantPointerNull::get(PointerType::get(Type::getInt8Ty(Ctx), 1)); in lowerPrintfForGpu()
H A DAMDGPULowerModuleLDSPass.cpp191 Type *ATy = ArrayType::get(Type::getInt8Ty(Ctx), Padding); in runOnModule()
/netbsd-src/external/apache2/llvm/dist/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()
375 B.CreateLoad(B.getInt8Ty(), Str2P, "strcmpload"), CI->getType())); in optimizeStrCmp()
378 return B.CreateZExt(B.CreateLoad(B.getInt8Ty(), Str1P, "strcmpload"), in optimizeStrCmp()
450 B.CreateLoad(B.getInt8Ty(), Str2P, "strcmpload"), CI->getType())); in optimizeStrNCmp()
453 return B.CreateZExt(B.CreateLoad(B.getInt8Ty(), Str1P, "strcmpload"), in optimizeStrNCmp()
525 return StrLen ? B.CreateInBoundsGEP(B.getInt8Ty(), Dst, StrLen) : nullptr; in optimizeStpCpy()
537 Value *DstEnd = B.CreateGEP(B.getInt8Ty(), Dst, in optimizeStpCpy()
[all …]
H A DVNCoercion.cpp414 Src = ConstantExpr::getGetElementPtr(Type::getInt8Ty(Src->getContext()), in analyzeLoadFromClobberingMemInst()
595 Src = ConstantExpr::getGetElementPtr(Type::getInt8Ty(Src->getContext()), in getMemInstValueForLoadHelper()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86PreAMXConfig.cpp155 Type *I8Ty = Type::getInt8Ty(Ctx); in preWriteTileCfg()
161 Value *PaletteValue = ConstantInt::get(Type::getInt8Ty(Ctx), 1); in preWriteTileCfg()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp365 llvm::ConstantInt::get(Type::getInt8Ty(Ctx), Linkage))); in splitAndWriteThinLTOBitcode()
387 ConstantInt::get(Type::getInt8Ty(Ctx), A.getVisibility())), in splitAndWriteThinLTOBitcode()
389 ConstantInt::get(Type::getInt8Ty(Ctx), A.isWeakForLinker())), in splitAndWriteThinLTOBitcode()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp91 auto LoadValueTy = Type::getInt8Ty(MContext); in emit()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-isel-fuzzer/
H A Dllvm-isel-fuzzer.cpp57 Type::getInt1Ty, Type::getInt8Ty, Type::getInt16Ty, Type::getInt32Ty, in createISelMutator()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DType.cpp195 IntegerType *Type::getInt8Ty(LLVMContext &C) { return &C.pImpl->Int8Ty; } in getInt8Ty() function in Type
250 return getInt8Ty(C)->getPointerTo(AS); in getInt8PtrTy()
276 case 8: return cast<IntegerType>(Type::getInt8Ty(C)); in get()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-opt-fuzzer/
H A Dllvm-opt-fuzzer.cpp45 Type::getInt1Ty, Type::getInt8Ty, Type::getInt16Ty, Type::getInt32Ty, in createOptMutator()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerGlobalDtors.cpp132 Type *DsoHandleTy = Type::getInt8Ty(C); in runOnModule()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp63 Type *Int8Ty = Builder.getInt8Ty(); in lowerCoroPromise()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1604 llvm::ConstantInt::get(llvm::Type::getInt8Ty(context), 0), in createStandardUtilityFunctions()
1606 llvm::ConstantInt::get(llvm::Type::getInt8Ty(context), 1), in createStandardUtilityFunctions()
1608 llvm::ConstantInt::get(llvm::Type::getInt8Ty(context), 2), in createStandardUtilityFunctions()

1234