| /NextBSD/contrib/llvm/lib/IR/ |
| HD | ValueTypes.cpp | 188 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()
|
| HD | Type.cpp | 237 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()
|
| HD | AutoUpgrade.cpp | 257 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/ |
| HD | ARCRuntimeEntryPoints.h | 130 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()
|
| HD | ObjCARCContract.cpp | 376 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C)); in tryToContractReleaseIntoStoreStrong()
|
| /NextBSD/contrib/llvm/lib/Transforms/Instrumentation/ |
| HD | MemorySanitizer.cpp | 1090 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 …]
|
| HD | SanitizerCoverage.cpp | 183 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()
|
| HD | AddressSanitizer.cpp | 1281 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()
|
| HD | SafeStack.cpp | 233 Int8Ty = Type::getInt8Ty(M.getContext()); in doInitialization()
|
| /NextBSD/contrib/llvm/lib/Transforms/Utils/ |
| HD | SimplifyLibCalls.cpp | 225 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/ |
| HD | NVPTXLowerAggrCopies.cpp | 88 Value *val = loop.CreateLoad(loop.CreateGEP(loop.getInt8Ty(), srcAddr, ind), in convertTransferToLoop() 91 loop.CreateStore(val, loop.CreateGEP(loop.getInt8Ty(), dstAddr, ind), in convertTransferToLoop()
|
| HD | NVPTXGenericToNVVM.cpp | 182 Type *DestTy = PointerType::get(Type::getInt8Ty(Context), AddrSpace); in getOrInsertCVTA() 186 PointerType::get(Type::getInt8Ty(Context), llvm::ADDRESS_SPACE_GENERIC); in getOrInsertCVTA()
|
| HD | NVVMReflect.cpp | 229 Type *I8Ty = Type::getInt8Ty(M.getContext()); in runOnModule()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CodeGenTypes.cpp | 334 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()
|
| HD | ObjectFilePCHContainerOperations.cpp | 111 auto Int8Ty = llvm::Type::getInt8Ty(*VMContext); in HandleTranslationUnit()
|
| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | SeparateConstOffsetFromGEP.cpp | 764 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()
|
| HD | StraightLineStrengthReduce.cpp | 660 Builder.CreateInBoundsGEP(Builder.getInt8Ty(), Reduced, Bump); in rewriteCandidateWithBasis() 662 Reduced = Builder.CreateGEP(Builder.getInt8Ty(), Reduced, Bump); in rewriteCandidateWithBasis()
|
| /NextBSD/contrib/llvm/lib/Target/AMDGPU/ |
| HD | SITypeRewriter.cpp | 58 v16i8 = VectorType::get(Type::getInt8Ty(M.getContext()), 16); in doInitialization()
|
| /NextBSD/contrib/llvm/include/llvm/IR/ |
| HD | Type.h | 394 static IntegerType *getInt8Ty(LLVMContext &C);
|
| HD | IRBuilder.h | 257 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/ |
| HD | llvm-stress.cpp | 131 Type::getInt8Ty(Context) in GenEmptyFunction() 274 Type::getInt8Ty(Context), in pickScalarType()
|
| /NextBSD/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCLoopPreIncPrep.cpp | 269 Type *I8Ty = Type::getInt8Ty(MemI->getParent()->getContext()); in runOnLoop()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Expression/ |
| HD | IRForTarget.cpp | 729 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/ |
| HD | X86TargetTransformInfo.cpp | 834 VectorType::get(Type::getInt8Ty(getGlobalContext()), NumElem); in getMaskedMemoryOpCost() 842 Type::getInt8Ty(getGlobalContext()), NULL); in getMaskedMemoryOpCost()
|
| /NextBSD/contrib/llvm/lib/Transforms/IPO/ |
| HD | LowerBitSets.cpp | 249 Int8Ty = Type::getInt8Ty(M->getContext()); in doInitialization()
|