| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | ValueTypes.cpp | 188 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 D | PreISelIntrinsicLowering.cpp | 37 Type *Int8Ty = Type::getInt8Ty(F.getContext()); in lowerLoadRelative()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/BrainF/ |
| H A D | BrainF.cpp | 94 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 D | BrainFDriver.cpp | 78 Type::getInt8Ty(mod->getContext())->getPointerTo()->getPointerTo()}, in addMainFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 738 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 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 | 415 Int8PtrTy = PointerType::getUnqual(IRB.getInt8Ty()); in instrumentModule() 420 Int8Ty = IRB.getInt8Ty(); in instrumentModule() 435 IRB.getInt8Ty(), IRB.getInt8Ty()); in instrumentModule()
|
| H A D | HWAddressSanitizer.cpp | 500 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 D | AMDGPULowerKernelArguments.cpp | 111 Builder.getInt8Ty(), KernArgSegment, EltOffset, in runOnFunction() 157 Builder.getInt8Ty(), KernArgSegment, AlignDownOffset, in runOnFunction() 162 Builder.getInt8Ty(), KernArgSegment, EltOffset, in runOnFunction()
|
| H A D | AMDGPUPrintfRuntimeBinding.cpp | 326 Type *I8Ptr = PointerType::get(Type::getInt8Ty(Ctx), 1); in lowerPrintfForGpu() 358 ConstantPointerNull::get(PointerType::get(Type::getInt8Ty(Ctx), 1)); in lowerPrintfForGpu()
|
| H A D | AMDGPULowerModuleLDSPass.cpp | 191 Type *ATy = ArrayType::get(Type::getInt8Ty(Ctx), Padding); in runOnModule()
|
| /netbsd-src/external/apache2/llvm/dist/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() 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 D | VNCoercion.cpp | 414 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 D | X86PreAMXConfig.cpp | 155 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 D | ThinLTOBitcodeWriter.cpp | 365 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 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Speculation.cpp | 91 auto LoadValueTy = Type::getInt8Ty(MContext); in emit()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-isel-fuzzer/ |
| H A D | llvm-isel-fuzzer.cpp | 57 Type::getInt1Ty, Type::getInt8Ty, Type::getInt16Ty, Type::getInt32Ty, in createISelMutator()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Type.cpp | 195 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 D | llvm-opt-fuzzer.cpp | 45 Type::getInt1Ty, Type::getInt8Ty, Type::getInt16Ty, Type::getInt32Ty, in createOptMutator()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerGlobalDtors.cpp | 132 Type *DsoHandleTy = Type::getInt8Ty(C); in runOnModule()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroEarly.cpp | 63 Type *Int8Ty = Builder.getInt8Ty(); in lowerCoroPromise()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/ |
| H A D | ExceptionDemo.cpp | 1604 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()
|