Home
last modified time | relevance | path

Searched refs:getInt1Ty (Results 1 – 25 of 67) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DValueTypes.cpp187 case MVT::i1: return Type::getInt1Ty(Context); in getTypeForEVT()
203 return FixedVectorType::get(Type::getInt1Ty(Context), 1); in getTypeForEVT()
205 return FixedVectorType::get(Type::getInt1Ty(Context), 2); in getTypeForEVT()
207 return FixedVectorType::get(Type::getInt1Ty(Context), 4); in getTypeForEVT()
209 return FixedVectorType::get(Type::getInt1Ty(Context), 8); in getTypeForEVT()
211 return FixedVectorType::get(Type::getInt1Ty(Context), 16); in getTypeForEVT()
213 return FixedVectorType::get(Type::getInt1Ty(Context), 32); in getTypeForEVT()
215 return FixedVectorType::get(Type::getInt1Ty(Context), 64); in getTypeForEVT()
217 return FixedVectorType::get(Type::getInt1Ty(Context), 128); in getTypeForEVT()
219 return FixedVectorType::get(Type::getInt1Ty(Context), 256); in getTypeForEVT()
[all …]
H A DMIRFSDiscriminator.cpp135 new GlobalVariable(*M, Type::getInt1Ty(Context), true, in runOnMachineFunction()
H A DExpandVectorPredication.cpp197 Type *BoolVecTy = VectorType::get(Builder.getInt1Ty(), ElemCount); in convertEVLToMask()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGLoopInfo.cpp53 llvm::Type::getInt1Ty(Ctx), 1))})); in createPipeliningMetadata()
231 llvm::Type::getInt1Ty(Ctx), 0))})); in createLoopVectorizeMetadata()
262 ConstantAsMetadata::get(ConstantInt::get(llvm::Type::getInt1Ty(Ctx), in createLoopVectorizeMetadata()
282 ConstantInt::get(llvm::Type::getInt1Ty(Ctx), IsScalable))}; in createLoopVectorizeMetadata()
313 llvm::Type::getInt1Ty(Ctx), AttrVal))})); in createLoopVectorizeMetadata()
346 llvm::Type::getInt1Ty(Ctx), 0))})); in createLoopDistributeMetadata()
363 llvm::Type::getInt1Ty(Ctx), in createLoopDistributeMetadata()
H A DSanitizerMetadata.cpp54 llvm::ConstantInt::get(llvm::Type::getInt1Ty(VMContext), IsDynInit)), in reportGlobalToASan()
56 llvm::Type::getInt1Ty(VMContext), IsExcluded))}; in reportGlobalToASan()
H A DCGBuilder.h118 assert(Addr->getType()->getPointerElementType() == getInt1Ty());
119 return CreateAlignedLoad(getInt1Ty(), Addr, CharUnits::One(), Name);
124 assert(Addr->getType()->getPointerElementType() == getInt1Ty()); in CreateFlagStore()
H A DCGCoroutine.cpp235 CGF.CreateTempAlloca(Builder.getInt1Ty(), Prefix + Twine("resume.eh")); in emitSuspendExpression()
498 CGF.CreateTempAlloca(Builder.getInt1Ty(), CharUnits::One(), "gro.active"); in EmitGroAlloca()
H A DCGCleanup.cpp283 Builder.getInt1Ty(), CharUnits::One(), "cleanup.cond"); in createCleanupActiveFlag()
1236 var = CGF.CreateTempAlloca(CGF.Builder.getInt1Ty(), CharUnits::One(), in SetupCleanupBlockActivation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp92 assert(V->getType() == Type::getInt1Ty(V->getContext()) && in translate()
265 Type *Int1Ty = Type::getInt1Ty(U->getContext()); in runOnUse()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp251 Type::getInt1Ty(M->getContext())); in CreateAssert()
262 auto * const Int1Ty = Type::getInt1Ty(F.getContext()); in rewrite()
H A DSanitizerCoverage.cpp416 Int1PtrTy = PointerType::getUnqual(IRB.getInt1Ty()); in instrumentModule()
421 Int1Ty = IRB.getInt1Ty(); in instrumentModule()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-isel-fuzzer/
H A Dllvm-isel-fuzzer.cpp57 Type::getInt1Ty, Type::getInt8Ty, Type::getInt16Ty, Type::getInt32Ty, in createISelMutator()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp310 Type::getInt1Ty(Context), in pickScalarType()
631 Type *CondTy = Type::getInt1Ty(Context); in Act()
717 if (Instr.getType() == IntegerType::getInt1Ty(F->getContext())) in IntroduceControlFlow()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DType.cpp194 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; } in getInt1Ty() function in Type
246 return getInt1Ty(C)->getPointerTo(AS); in getInt1PtrTy()
275 case 1: return cast<IntegerType>(Type::getInt1Ty(C)); in get()
H A DMDBuilder.cpp118 Type *Int1 = Type::getInt1Ty(Context); in createCallbackEncoding()
H A DIRBuilder.cpp465 assert(Cond->getType() == getInt1Ty() && in CreateAssumption()
551 VectorType::get(Type::getInt1Ty(Context), NumElts)); in CreateMaskedGather()
587 VectorType::get(Type::getInt1Ty(Context), NumElts)); in CreateMaskedScatter()
H A DConstants.cpp850 pImpl->TheTrueVal = ConstantInt::get(Type::getInt1Ty(Context), 1); in getTrue()
857 pImpl->TheFalseVal = ConstantInt::get(Type::getInt1Ty(Context), 0); in getFalse()
2358 Type *AligningTy = StructType::get(Type::getInt1Ty(Ty->getContext()), Ty); in getAlignOf()
2507 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); in getICmp()
2532 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); in getFCmp()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-opt-fuzzer/
H A Dllvm-opt-fuzzer.cpp45 Type::getInt1Ty, Type::getInt8Ty, Type::getInt16Ty, Type::getInt32Ty, in createOptMutator()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp110 if (LI && LI->getType() == Type::getInt1Ty(Ctx) && in converted()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DType.h424 static IntegerType *getInt1Ty(LLVMContext &C);
H A DInstrTypes.h1036 return VectorType::get(Type::getInt1Ty(opnd_type->getContext()),
1039 return Type::getInt1Ty(opnd_type->getContext());
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp126 Boolean = Type::getInt1Ty(Context); in initialize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp934 new GlobalVariable(Type::getInt1Ty(GV->getContext()), false, in OptimizeGlobalAddressOfMalloc()
1139 if (GVElType == Type::getInt1Ty(GV->getContext()) || in TryToShrinkGlobalToBoolean()
1153 GlobalVariable *NewGV = new GlobalVariable(Type::getInt1Ty(GV->getContext()), in TryToShrinkGlobalToBoolean()
1164 assert(InitVal->getType() != Type::getInt1Ty(GV->getContext()) && in TryToShrinkGlobalToBoolean()
1229 StoreVal = ConstantInt::get(Type::getInt1Ty(GV->getContext()), in TryToShrinkGlobalToBoolean()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp1038 Val->getType() != Type::getInt1Ty(LIC->getContext())) in emitPreheaderBranchOnCondition()
1577 Replacement = ConstantInt::get(Type::getInt1Ty(Val->getContext()), in rewriteLoopBodyWithConditionConstant()
H A DTailRecursionElimination.cpp547 Type *BoolType = Type::getInt1Ty(F.getContext()); in createTailRecurseLoopHeader()

123