| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ValueTypes.cpp | 192 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 D | PointerTypeAnalysis.cpp | 64 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 D | MemorySanitizer.cpp | 761 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 D | InstrOrderFile.cpp | 70 MapTy = ArrayType::get(Type::getInt8Ty(Ctx), NumFunctions); in createOrderFileData() 113 IntegerType *Int8Ty = Type::getInt8Ty(Ctx); in generateCodeSequence()
|
| H A D | SanitizerCoverage.cpp | 407 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 D | SimplifyLibCalls.cpp | 178 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 D | AMDGPUEmitPrintf.cpp | 124 auto PtrNext = Builder.CreateGEP(Builder.getInt8Ty(), PtrPhi, One); in getStrlenWithNull() 128 auto Data = Builder.CreateLoad(Builder.getInt8Ty(), PtrPhi); in getStrlenWithNull()
|
| H A D | LowerGlobalDtors.cpp | 144 Type *DsoHandleTy = Type::getInt8Ty(C); in runImpl()
|
| /openbsd-src/gnu/llvm/llvm/examples/BrainF/ |
| H A D | BrainF.cpp | 94 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 D | BrainFDriver.cpp | 78 Type::getInt8Ty(mod->getContext())->getPointerTo()->getPointerTo()}, in addMainFunction()
|
| /openbsd-src/gnu/llvm/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 | AMDGPUOpenCLEnqueuedBlockLowering.cpp | 121 C, {Type::getInt8Ty(C)->getPointerTo(0), Int32, Int32}, in runOnModule()
|
| H A D | AMDGPUReplaceLDSUseWithPointer.cpp | 316 Builder.getInt8Ty(), LDSMemBaseAddr, in getReplacementInst() 331 PointerType::get(Type::getInt8Ty(M.getContext()), in ReplaceLDSUseImpl()
|
| H A D | AMDGPULateCodeGenPrepare.cpp | 167 IRB.getInt8Ty(), in visitLoadInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | SVEIntrinsicOpts.cpp | 296 FixedVectorType::get(Type::getInt8Ty(I->getContext()), MinVScale * 2); in optimizePredicateStore() 359 FixedVectorType::get(Type::getInt8Ty(I->getContext()), MinVScale * 2); in optimizePredicateLoad()
|
| H A D | AArch64StackTagging.cpp | 249 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 D | X86PreAMXConfig.cpp | 156 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 D | DXILOpBuilder.cpp | 203 return Type::getInt8Ty(Ctx); in getTypeFromParameterKind() 288 return Type::getInt8Ty(Ctx); in getOverloadTy()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | ThinLTOBitcodeWriter.cpp | 394 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 D | AVRShiftExpand.cpp | 79 Type *Int8Ty = Type::getInt8Ty(Ctx); in expand()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-isel-fuzzer/ |
| H A D | llvm-isel-fuzzer.cpp | 55 Type::getInt1Ty, Type::getInt8Ty, Type::getInt16Ty, Type::getInt32Ty, in createISelMutator()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.cpp | 466 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 D | Speculation.cpp | 91 auto LoadValueTy = Type::getInt8Ty(MContext); in emit()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | SeparateConstOffsetFromGEP.cpp | 891 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 D | llvm-opt-fuzzer.cpp | 45 Type::getInt1Ty, Type::getInt8Ty, Type::getInt16Ty, Type::getInt32Ty, in createOptMutator()
|