Home
last modified time | relevance | path

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

12

/NextBSD/contrib/llvm/lib/IR/
HDValueTypes.cpp188 case MVT::i8: return Type::getInt8Ty(Context); in getTypeForEVT()
206 case MVT::v1i8: return VectorType::get(Type::getInt8Ty(Context), 1); in getTypeForEVT()
207 case MVT::v2i8: return VectorType::get(Type::getInt8Ty(Context), 2); in getTypeForEVT()
208 case MVT::v4i8: return VectorType::get(Type::getInt8Ty(Context), 4); in getTypeForEVT()
209 case MVT::v8i8: return VectorType::get(Type::getInt8Ty(Context), 8); in getTypeForEVT()
210 case MVT::v16i8: return VectorType::get(Type::getInt8Ty(Context), 16); in getTypeForEVT()
211 case MVT::v32i8: return VectorType::get(Type::getInt8Ty(Context), 32); in getTypeForEVT()
212 case MVT::v64i8: return VectorType::get(Type::getInt8Ty(Context), 64); in getTypeForEVT()
HDType.cpp237 IntegerType *Type::getInt8Ty(LLVMContext &C) { return &C.pImpl->Int8Ty; } in getInt8Ty() function in Type
284 return getInt8Ty(C)->getPointerTo(AS); in getInt8PtrTy()
311 case 8: return cast<IntegerType>(Type::getInt8Ty(C)); in get()
HDAutoUpgrade.cpp257 VectorType::get(Type::getInt8Ty(C), NumElts), in UpgradeX86PSLLDQIntrinsics()
294 VectorType::get(Type::getInt8Ty(C), NumElts), in UpgradeX86PSRLDQIntrinsics()
695 Args.back() = Builder.CreateTrunc(Args.back(), Type::getInt8Ty(C), "trunc"); in UpgradeIntrinsicCall()
/NextBSD/contrib/llvm/lib/Transforms/ObjCARC/
HDARCRuntimeEntryPoints.h130 Type *Params[] = { PointerType::getUnqual(Type::getInt8Ty(C)) }; in getVoidRetI8XEntryPoint()
146 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C));
164 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C)); in getI8XRetI8XXI8XEntryPoint()
HDObjCARCContract.cpp376 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C)); in tryToContractReleaseIntoStoreStrong()
/NextBSD/contrib/llvm/lib/Transforms/Instrumentation/
HDMemorySanitizer.cpp1090 getShadowPtr(V, EntryIRB.getInt8Ty(), EntryIRB), in getShadow()
1091 Constant::getNullValue(EntryIRB.getInt8Ty()), Size, ArgAlign); in getShadow()
1095 getShadowPtr(V, EntryIRB.getInt8Ty(), EntryIRB), Base, Size, in getShadow()
2468 getShadowPtr(A, Type::getInt8Ty(*MS.C), IRB), in visitCallSite()
2770 IRB.CreateMemCpy(Base, MSV.getShadowPtr(A, IRB.getInt8Ty(), IRB), in visitCallSite()
2814 Value *ShadowPtr = MSV.getShadowPtr(VAListTag, IRB.getInt8Ty(), IRB); in visitVAStartInst()
2818 IRB.CreateMemSet(ShadowPtr, Constant::getNullValue(IRB.getInt8Ty()), in visitVAStartInst()
2825 Value *ShadowPtr = MSV.getShadowPtr(VAListTag, IRB.getInt8Ty(), IRB); in visitVACopyInst()
2829 IRB.CreateMemSet(ShadowPtr, Constant::getNullValue(IRB.getInt8Ty()), in visitVACopyInst()
2844 VAArgTLSCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize); in finalizeInstrumentation()
[all …]
HDSanitizerCoverage.cpp183 Type *Int8PtrTy = PointerType::getUnqual(IRB.getInt8Ty()); in runOnModule()
213 Type *Int8Ty = IRB.getInt8Ty(); in runOnModule()
436 Value *Inc = IRB.CreateAdd(LI, ConstantInt::get(IRB.getInt8Ty(), 1)); in InjectCoverageAtBlock()
HDAddressSanitizer.cpp1281 Type *RightRedZoneTy = ArrayType::get(IRB.getInt8Ty(), RightRedzoneSize); in InstrumentGlobals()
1693 Alloca = IRB.CreateAlloca(IRB.getInt8Ty(), in createAllocaForLayout()
1697 Alloca = IRB.CreateAlloca(ArrayType::get(IRB.getInt8Ty(), L.FrameSize), in createAllocaForLayout()
1887 Constant::getNullValue(IRBPoison.getInt8Ty()), in poisonStack()
1998 AllocaInst *NewAlloca = IRB.CreateAlloca(IRB.getInt8Ty(), NewSize); in handleDynamicAllocaCall()
HDSafeStack.cpp233 Int8Ty = Type::getInt8Ty(M.getContext()); in doInitialization()
/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDSimplifyLibCalls.cpp225 Value *CpyDst = B.CreateGEP(B.getInt8Ty(), Dst, DstLen, "endptr"); in emitStrLenMemCpy()
306 return B.CreateGEP(B.getInt8Ty(), SrcStr, EmitStrLen(SrcStr, B, DL, TLI), "strchr"); in optimizeStrChr()
319 return B.CreateGEP(B.getInt8Ty(), SrcStr, B.getInt64(I), "strchr"); in optimizeStrChr()
354 return B.CreateGEP(B.getInt8Ty(), SrcStr, B.getInt64(I), "strrchr"); in optimizeStrRChr()
479 return StrLen ? B.CreateInBoundsGEP(B.getInt8Ty(), Dst, StrLen) : nullptr; in optimizeStpCpy()
490 B.CreateGEP(B.getInt8Ty(), Dst, ConstantInt::get(DL.getIntPtrType(PT), Len - 1)); in optimizeStpCpy()
600 return B.CreateGEP(B.getInt8Ty(), CI->getArgOperand(0), B.getInt64(I), "strpbrk"); in optimizeStrPBrk()
831 return B.CreateGEP(B.getInt8Ty(), SrcStr, B.getInt64(I), "memchr"); in optimizeMemChr()
917 Value *Val = B.CreateIntCast(CI->getArgOperand(1), B.getInt8Ty(), false); in optimizeMemSet()
1671 Value *V = B.CreateTrunc(CI->getArgOperand(2), B.getInt8Ty(), "char"); in optimizeSPrintFString()
[all …]
/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTXLowerAggrCopies.cpp88 Value *val = loop.CreateLoad(loop.CreateGEP(loop.getInt8Ty(), srcAddr, ind), in convertTransferToLoop()
91 loop.CreateStore(val, loop.CreateGEP(loop.getInt8Ty(), dstAddr, ind), in convertTransferToLoop()
HDNVPTXGenericToNVVM.cpp182 Type *DestTy = PointerType::get(Type::getInt8Ty(Context), AddrSpace); in getOrInsertCVTA()
186 PointerType::get(Type::getInt8Ty(Context), llvm::ADDRESS_SPACE_GENERIC); in getOrInsertCVTA()
HDNVVMReflect.cpp229 Type *I8Ty = Type::getInt8Ty(M.getContext()); in runOnModule()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenTypes.cpp334 ResultType = llvm::Type::getInt8Ty(getLLVMContext()); in ConvertType()
428 PointeeType = llvm::Type::getInt8Ty(getLLVMContext()); in ConvertType()
452 ResultType = llvm::Type::getInt8Ty(getLLVMContext()); in ConvertType()
465 EltTy = llvm::Type::getInt8Ty(getLLVMContext()); in ConvertType()
HDObjectFilePCHContainerOperations.cpp111 auto Int8Ty = llvm::Type::getInt8Ty(*VMContext); in HandleTranslationUnit()
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDSeparateConstOffsetFromGEP.cpp764 Builder.CreateGEP(Builder.getInt8Ty(), ResultPtr, Idx, "uglygep"); in lowerToSingleIndexGEPs()
772 Builder.CreateGEP(Builder.getInt8Ty(), ResultPtr, Offset, "uglygep"); in lowerToSingleIndexGEPs()
990 Type::getInt8Ty(GEP->getContext()), NewGEP, in splitGEP()
HDStraightLineStrengthReduce.cpp660 Builder.CreateInBoundsGEP(Builder.getInt8Ty(), Reduced, Bump); in rewriteCandidateWithBasis()
662 Reduced = Builder.CreateGEP(Builder.getInt8Ty(), Reduced, Bump); in rewriteCandidateWithBasis()
/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDSITypeRewriter.cpp58 v16i8 = VectorType::get(Type::getInt8Ty(M.getContext()), 16); in doInitialization()
/NextBSD/contrib/llvm/include/llvm/IR/
HDType.h394 static IntegerType *getInt8Ty(LLVMContext &C);
HDIRBuilder.h257 return ConstantInt::get(getInt8Ty(), C); in getInt8()
296 IntegerType *getInt8Ty() { in getInt8Ty() function
297 return Type::getInt8Ty(Context); in getInt8Ty()
/NextBSD/contrib/llvm/tools/llvm-stress/
HDllvm-stress.cpp131 Type::getInt8Ty(Context) in GenEmptyFunction()
274 Type::getInt8Ty(Context), in pickScalarType()
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCLoopPreIncPrep.cpp269 Type *I8Ty = Type::getInt8Ty(MemI->getParent()->getContext()); in runOnLoop()
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDIRForTarget.cpp729 Type *i8_ty = Type::getInt8Ty(m_module->getContext()); in RewriteObjCConstString()
2459 llvm::Type *char_type = llvm::Type::getInt8Ty(m_module->getContext()); in BuildRelocation()
2584 llvm::Type *int8_ty = Type::getInt8Ty(m_module->getContext()); in runOnModule()
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86TargetTransformInfo.cpp834 VectorType::get(Type::getInt8Ty(getGlobalContext()), NumElem); in getMaskedMemoryOpCost()
842 Type::getInt8Ty(getGlobalContext()), NULL); in getMaskedMemoryOpCost()
/NextBSD/contrib/llvm/lib/Transforms/IPO/
HDLowerBitSets.cpp249 Int8Ty = Type::getInt8Ty(M->getContext()); in doInitialization()

12