Home
last modified time | relevance | path

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

123

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp187 case MVT::i1: return Type::getInt1Ty(Context); in getTypeForEVT()
208 return FixedVectorType::get(Type::getInt1Ty(Context), 1); in getTypeForEVT()
210 return FixedVectorType::get(Type::getInt1Ty(Context), 2); in getTypeForEVT()
212 return FixedVectorType::get(Type::getInt1Ty(Context), 4); in getTypeForEVT()
214 return FixedVectorType::get(Type::getInt1Ty(Context), 8); in getTypeForEVT()
216 return FixedVectorType::get(Type::getInt1Ty(Context), 16); in getTypeForEVT()
218 return FixedVectorType::get(Type::getInt1Ty(Context), 32); in getTypeForEVT()
220 return FixedVectorType::get(Type::getInt1Ty(Context), 64); in getTypeForEVT()
222 return FixedVectorType::get(Type::getInt1Ty(Context), 128); in getTypeForEVT()
224 return FixedVectorType::get(Type::getInt1Ty(Context), 256); in getTypeForEVT()
[all …]
H A DExpandVectorPredication.cpp197 Type *BoolVecTy = VectorType::get(Builder.getInt1Ty(), ElemCount); in convertEVLToMask()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DSanitizerMetadata.cpp54 llvm::ConstantInt::get(llvm::Type::getInt1Ty(VMContext), IsDynInit)), in reportGlobalToASan()
56 llvm::Type::getInt1Ty(VMContext), IsExcluded))}; in reportGlobalToASan()
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 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()
H A DCGBuiltin.cpp8446 return Builder.getInt1Ty(); in getEltType()
8460 return llvm::ScalableVectorType::get(Builder.getInt1Ty(), 8); in getSVEPredType()
8462 return llvm::ScalableVectorType::get(Builder.getInt1Ty(), 4); in getSVEPredType()
8464 return llvm::ScalableVectorType::get(Builder.getInt1Ty(), 2); in getSVEPredType()
11789 CGF.Builder.getInt1Ty(), in getMaskVecValue()
14864 Value *Succ = Builder.CreateTrunc(Ret, Builder.getInt1Ty()); in EmitX86BuiltinExpr()
14921 Value *Succ = Builder.CreateTrunc(Ret, Builder.getInt1Ty()); in EmitX86BuiltinExpr()
15253 Value *Undef = ConstantInt::get(Builder.getInt1Ty(), false); in EmitPPCBuiltinExpr()
15263 Value *Undef = ConstantInt::get(Builder.getInt1Ty(), false); in EmitPPCBuiltinExpr()
16421 Value *Undef = ConstantInt::get(Builder.getInt1Ty(), false); in EmitSystemZBuiltinExpr()
[all …]
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/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.cpp417 Int1PtrTy = PointerType::getUnqual(IRB.getInt1Ty()); in instrumentModule()
422 Int1Ty = IRB.getInt1Ty(); in instrumentModule()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp170 appendToUsed(*M, {new GlobalVariable(*M, Type::getInt1Ty(Context), true, in createFSDiscriminatorVariable()
H A DCodeExtractor.cpp827 case 2: RetTy = Type::getInt1Ty(header->getContext()); break; in constructFunction()
1271 brVal = ConstantInt::get(Type::getInt1Ty(Context), !SuccNum); in emitCallAndSwitchStatement()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp200 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; } in getInt1Ty() function in Type
252 return getInt1Ty(C)->getPointerTo(AS); in getInt1PtrTy()
281 case 1: return cast<IntegerType>(Type::getInt1Ty(C)); in get()
H A DMDBuilder.cpp118 Type *Int1 = Type::getInt1Ty(Context); in createCallbackEncoding()
H A DIRBuilder.cpp479 assert(Cond->getType() == getInt1Ty() && in CreateAssumption()
573 VectorType::get(Type::getInt1Ty(Context), NumElts)); in CreateMaskedGather()
609 VectorType::get(Type::getInt1Ty(Context), NumElts)); in CreateMaskedScatter()
H A DConstants.cpp852 pImpl->TheTrueVal = ConstantInt::get(Type::getInt1Ty(Context), 1); in getTrue()
859 pImpl->TheFalseVal = ConstantInt::get(Type::getInt1Ty(Context), 0); in getFalse()
2360 Type *AligningTy = StructType::get(Type::getInt1Ty(Ty->getContext()), Ty); in getAlignOf()
2509 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); in getICmp()
2534 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); in getFCmp()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp314 Type::getInt1Ty(Context), in pickScalarType()
635 Type *CondTy = Type::getInt1Ty(Context); in Act()
721 if (Instr.getType() == IntegerType::getInt1Ty(F->getContext())) in IntroduceControlFlow()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp110 if (LI && LI->getType() == Type::getInt1Ty(Ctx) && in converted()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h426 static IntegerType *getInt1Ty(LLVMContext &C);
H A DInstrTypes.h1033 return VectorType::get(Type::getInt1Ty(opnd_type->getContext()),
1036 return Type::getInt1Ty(opnd_type->getContext());
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp127 Boolean = Type::getInt1Ty(Context); in initialize()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp944 new GlobalVariable(Type::getInt1Ty(GV->getContext()), false, in OptimizeGlobalAddressOfMalloc()
1149 if (GVElType == Type::getInt1Ty(GV->getContext()) || in TryToShrinkGlobalToBoolean()
1163 GlobalVariable *NewGV = new GlobalVariable(Type::getInt1Ty(GV->getContext()), in TryToShrinkGlobalToBoolean()
1174 assert(InitVal->getType() != Type::getInt1Ty(GV->getContext()) && in TryToShrinkGlobalToBoolean()
1239 StoreVal = ConstantInt::get(Type::getInt1Ty(GV->getContext()), in TryToShrinkGlobalToBoolean()
/freebsd-13.1/contrib/llvm-project/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.cpp539 Type *BoolType = Type::getInt1Ty(F.getContext()); in createTailRecurseLoopHeader()

123