/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ValueTypes.cpp | 147 case MVT::i8: return Type::getInt8Ty(Context); in getTypeForEVT() 170 case MVT::v1i8: return VectorType::get(Type::getInt8Ty(Context), 1); in getTypeForEVT() 171 case MVT::v2i8: return VectorType::get(Type::getInt8Ty(Context), 2); in getTypeForEVT() 172 case MVT::v4i8: return VectorType::get(Type::getInt8Ty(Context), 4); in getTypeForEVT() 173 case MVT::v8i8: return VectorType::get(Type::getInt8Ty(Context), 8); in getTypeForEVT() 174 case MVT::v16i8: return VectorType::get(Type::getInt8Ty(Context), 16); in getTypeForEVT() 175 case MVT::v32i8: return VectorType::get(Type::getInt8Ty(Context), 32); in getTypeForEVT() 176 case MVT::v64i8: return VectorType::get(Type::getInt8Ty(Context), 64); in getTypeForEVT() 177 case MVT::v128i8: return VectorType::get(Type::getInt8Ty(Context), 128); in getTypeForEVT() 178 case MVT::v256i8: return VectorType::get(Type::getInt8Ty(Context), 256); in getTypeForEVT() [all …]
|
D | PreISelIntrinsicLowering.cpp | 37 Type *Int8Ty = Type::getInt8Ty(F.getContext()); in lowerLoadRelative()
|
D | ExpandMemCmp.cpp | 270 auto *ByteType = Type::getInt8Ty(CI->getContext()); in getPtrToElementAtOffset() 285 Type *LoadSizeType = Type::getInt8Ty(CI->getContext()); in emitLoadCompareByteBlock()
|
D | GlobalMerge.cpp | 443 Type *Int8Ty = Type::getInt8Ty(M.getContext()); in doMerge()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 721 Type *RetTy = StructType::get(PointerType::get(IRB.getInt8Ty(), 0), in createKernelApi() 730 name_load, RetTy, PointerType::get(IRB.getInt8Ty(), 0)); in createKernelApi() 732 name_store, RetTy, PointerType::get(IRB.getInt8Ty(), 0)); in createKernelApi() 737 PointerType::get(IRB.getInt8Ty(), 0), IRB.getInt64Ty()); in createKernelApi() 740 PointerType::get(IRB.getInt8Ty(), 0), IRB.getInt64Ty()); in createKernelApi() 844 PointerType::get(IRB.getInt8Ty(), 0), IntptrTy); in initializeCallbacks() 1448 IRB.CreatePointerCast(Addr, PointerType::get(IRB.getInt8Ty(), 0)); in getShadowOriginPtrKernel() 1624 getShadowOriginPtr(V, EntryIRB, EntryIRB.getInt8Ty(), ArgAlign, in getShadow() 1631 CpShadowPtr, Constant::getNullValue(EntryIRB.getInt8Ty()), in getShadow() 3367 getShadowOriginPtr(A, IRB, IRB.getInt8Ty(), Alignment, in visitCallSite() [all …]
|
D | InstrOrderFile.cpp | 79 MapTy = ArrayType::get(Type::getInt8Ty(Ctx), NumFunctions); in createOrderFileData() 122 IntegerType *Int8Ty = Type::getInt8Ty(Ctx); in generateCodeSequence()
|
D | SanitizerCoverage.cpp | 377 Int8PtrTy = PointerType::getUnqual(IRB.getInt8Ty()); in instrumentModule() 381 Int8Ty = IRB.getInt8Ty(); in instrumentModule() 397 IRB.getInt8Ty(), IRB.getInt8Ty()); in instrumentModule()
|
D | HWAddressSanitizer.cpp | 375 Int8Ty = IRB.getInt8Ty(); in initializeModule() 460 ArrayType::get(IRB.getInt8Ty(), 0)); in initializeCallbacks() 627 IRB.getInt8Ty()); in instrumentMemAccessInline() 777 Value *JustTag = IRB.CreateTrunc(Tag, IRB.getInt8Ty()); in tagAlloca() 908 IRB.CreateConstGEP1_32(IRB.getInt8Ty(), in getHwasanThreadSlotPtr()
|
D | AddressSanitizer.cpp | 2282 Type *RightRedZoneTy = ArrayType::get(IRB.getInt8Ty(), RightRedzoneSize); in InstrumentGlobals() 2357 new GlobalVariable(M, IRB.getInt8Ty(), false, Linkage, in InstrumentGlobals() 2358 Constant::getNullValue(IRB.getInt8Ty()), in InstrumentGlobals() 2538 ArrayType::get(IRB.getInt8Ty(), 0)); in initializeCallbacks() 2936 Alloca = IRB.CreateAlloca(IRB.getInt8Ty(), in createAllocaForLayout() 2940 Alloca = IRB.CreateAlloca(ArrayType::get(IRB.getInt8Ty(), L.FrameSize), in createAllocaForLayout() 3218 Constant::getNullValue(IRBPoison.getInt8Ty()), in processStaticAllocas() 3295 AllocaInst *NewAlloca = IRB.CreateAlloca(IRB.getInt8Ty(), NewSize); in handleDynamicAllocaCall()
|
D | GCOVProfiling.cpp | 908 Type::getInt8Ty(*Ctx), // uint8_t use_extra_checksum in getEmitFunctionFunc() 979 Builder.getInt8Ty(), Builder.getInt32Ty()}); in insertCounterWriteout()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 287 Value *CpyDst = B.CreateGEP(B.getInt8Ty(), Dst, DstLen, "endptr"); in emitStrLenMemCpy() 369 return B.CreateGEP(B.getInt8Ty(), SrcStr, StrLen, "strchr"); in optimizeStrChr() 382 return B.CreateGEP(B.getInt8Ty(), SrcStr, B.getInt64(I), "strchr"); in optimizeStrChr() 410 return B.CreateGEP(B.getInt8Ty(), SrcStr, B.getInt64(I), "strrchr"); in optimizeStrRChr() 428 B.CreateLoad(B.getInt8Ty(), Str2P, "strcmpload"), CI->getType())); in optimizeStrCmp() 431 return B.CreateZExt(B.CreateLoad(B.getInt8Ty(), Str1P, "strcmpload"), in optimizeStrCmp() 503 B.CreateLoad(B.getInt8Ty(), Str2P, "strcmpload"), CI->getType())); in optimizeStrNCmp() 506 return B.CreateZExt(B.CreateLoad(B.getInt8Ty(), Str1P, "strcmpload"), in optimizeStrNCmp() 576 return StrLen ? B.CreateInBoundsGEP(B.getInt8Ty(), Dst, StrLen) : nullptr; in optimizeStpCpy() 588 Value *DstEnd = B.CreateGEP(B.getInt8Ty(), Dst, in optimizeStpCpy() [all …]
|
D | VNCoercion.cpp | 335 Src = ConstantExpr::getGetElementPtr(Type::getInt8Ty(Src->getContext()), Src, in analyzeLoadFromClobberingMemInst() 511 Src = ConstantExpr::getGetElementPtr(Type::getInt8Ty(Src->getContext()), Src, in getMemInstValueForLoadHelper()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULowerKernelArguments.cpp | 144 Builder.getInt8Ty(), KernArgSegment, AlignDownOffset, in runOnFunction() 149 Builder.getInt8Ty(), KernArgSegment, EltOffset, in runOnFunction()
|
D | AMDGPUPrintfRuntimeBinding.cpp | 329 Type *I8Ptr = PointerType::get(Type::getInt8Ty(Ctx), 1); in lowerPrintfForGpu() 361 ConstantPointerNull::get(PointerType::get(Type::getInt8Ty(Ctx), 1)); in lowerPrintfForGpu()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | ThinLTOBitcodeWriter.cpp | 335 llvm::ConstantInt::get(Type::getInt8Ty(Ctx), Linkage))); in splitAndWriteThinLTOBitcode() 358 ConstantInt::get(Type::getInt8Ty(Ctx), A.getVisibility())), in splitAndWriteThinLTOBitcode() 360 ConstantInt::get(Type::getInt8Ty(Ctx), A.isWeakForLinker())), in splitAndWriteThinLTOBitcode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | Speculation.cpp | 94 auto LoadValueTy = Type::getInt8Ty(MContext); in emit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Type.cpp | 178 IntegerType *Type::getInt8Ty(LLVMContext &C) { return &C.pImpl->Int8Ty; } in getInt8Ty() function in Type 225 return getInt8Ty(C)->getPointerTo(AS); in getInt8PtrTy() 251 case 8: return cast<IntegerType>(Type::getInt8Ty(C)); in get()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerGlobalDtors.cpp | 121 Type *DsoHandleTy = Type::getInt8Ty(C); in runOnModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 856 Builder.CreateGEP(Builder.getInt8Ty(), ResultPtr, Idx, "uglygep"); in lowerToSingleIndexGEPs() 866 Builder.CreateGEP(Builder.getInt8Ty(), ResultPtr, Offset, "uglygep"); in lowerToSingleIndexGEPs() 1099 Type::getInt8Ty(GEP->getContext()), NewGEP, in splitGEP()
|
D | StraightLineStrengthReduce.cpp | 677 Builder.CreateInBoundsGEP(Builder.getInt8Ty(), Reduced, Bump); in rewriteCandidateWithBasis() 679 Reduced = Builder.CreateGEP(Builder.getInt8Ty(), Reduced, Bump); in rewriteCandidateWithBasis()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroEarly.cpp | 68 Type *Int8Ty = Builder.getInt8Ty(); in lowerCoroPromise()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Type.h | 390 static IntegerType *getInt8Ty(LLVMContext &C);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Type.h | 421 static IntegerType *getInt8Ty(LLVMContext &C);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 538 return Type::getInt8Ty(Context); in getMemcpyLoopLoweringType() 547 OpsOut.push_back(Type::getInt8Ty(Context)); in getMemcpyLoopResidualLoweringType()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 953 auto i8Ty = llvm::Type::getInt8Ty(*jit->context); in createLoad() 1011 auto i8Ty = llvm::Type::getInt8Ty(*jit->context); in createStore() 1051 auto i8Ty = llvm::Type::getInt8Ty(*jit->context); in createStore() 1152 auto i8Ty = llvm::Type::getInt8Ty(*jit->context); in createGather() 1218 auto i8Ty = llvm::Type::getInt8Ty(*jit->context); in createScatter() 1773 return V(llvm::ConstantInt::get(llvm::Type::getInt8Ty(*jit->context), i, true)); in createConstantByte() 1779 return V(llvm::ConstantInt::get(llvm::Type::getInt8Ty(*jit->context), i, false)); in createConstantByte() 1865 return T(llvm::Type::getInt8Ty(*jit->context)); in type() 1870 return T(llvm::Type::getInt8Ty(*jit->context)); in type() 4147 auto i8Ty = llvm::Type::getInt8Ty(*jit->context); in promoteFunctionToCoroutine() [all …]
|