Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp209 case MVT::i1: return Type::getInt1Ty(Context); in getTypeForEVT()
232 return FixedVectorType::get(Type::getInt1Ty(Context), 1); in getTypeForEVT()
234 return FixedVectorType::get(Type::getInt1Ty(Context), 2); in getTypeForEVT()
236 return FixedVectorType::get(Type::getInt1Ty(Context), 4); in getTypeForEVT()
238 return FixedVectorType::get(Type::getInt1Ty(Context), 8); in getTypeForEVT()
240 return FixedVectorType::get(Type::getInt1Ty(Context), 16); in getTypeForEVT()
242 return FixedVectorType::get(Type::getInt1Ty(Context), 32); in getTypeForEVT()
244 return FixedVectorType::get(Type::getInt1Ty(Context), 64); in getTypeForEVT()
246 return FixedVectorType::get(Type::getInt1Ty(Context), 128); in getTypeForEVT()
248 return FixedVectorType::get(Type::getInt1Ty(Context), 256); in getTypeForEVT()
[all …]
H A DExpandReductions.cpp151 if (FTy->getElementType() == Builder.getInt1Ty()) { in expandReductions()
H A DReplaceWithVeclib.cpp82 VectorType::get(Type::getInt1Ty(I.getContext()), Info.Shape.VF); in replaceWithTLIFunction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp54 llvm::Type::getInt1Ty(Ctx), 1))})); in createPipeliningMetadata()
232 llvm::Type::getInt1Ty(Ctx), 0))})); in createLoopVectorizeMetadata()
263 ConstantAsMetadata::get(ConstantInt::get(llvm::Type::getInt1Ty(Ctx), in createLoopVectorizeMetadata()
283 ConstantInt::get(llvm::Type::getInt1Ty(Ctx), IsScalable))}; in createLoopVectorizeMetadata()
314 llvm::Type::getInt1Ty(Ctx), AttrVal))})); in createLoopVectorizeMetadata()
347 llvm::Type::getInt1Ty(Ctx), 0))})); in createLoopDistributeMetadata()
364 llvm::Type::getInt1Ty(Ctx), in createLoopDistributeMetadata()
H A DCodeGenTypes.cpp349 ResultType = llvm::Type::getInt1Ty(getLLVMContext()); in ConvertType()
612 ? llvm::Type::getInt1Ty(getLLVMContext()) in ConvertType()
H A DCGCoroutine.cpp272 CGF.CreateTempAlloca(Builder.getInt1Ty(), Prefix + Twine("resume.eh")); in emitSuspendExpression()
571 GroActiveFlag = CGF.CreateTempAlloca(Builder.getInt1Ty(), CharUnits::One(), in EmitGroAlloca()
H A DCGBuilder.h121 return CreateAlignedLoad(getInt1Ty(), Addr, CharUnits::One(), Name);
H A DCGCleanup.cpp300 Builder.getInt1Ty(), CharUnits::One(), "cleanup.cond"); in createCleanupActiveFlag()
1259 var = CGF.CreateTempAlloca(CGF.Builder.getInt1Ty(), CharUnits::One(), in SetupCleanupBlockActivation()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp93 assert(V->getType() == Type::getInt1Ty(V->getContext()) && in translate()
264 Type *Int1Ty = Type::getInt1Ty(U->getContext()); in runOnUse()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp294 ScalableVectorType::get(Type::getInt1Ty(I->getContext()), 16); in optimizePredicateStore()
354 ScalableVectorType::get(Type::getInt1Ty(I->getContext()), 16); in optimizePredicateLoad()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp202 return Type::getInt1Ty(Ctx); in getTypeFromParameterKind()
287 return Type::getInt1Ty(Ctx); in getOverloadTy()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp245 Type::getInt1Ty(M->getContext())); in CreateAssert()
256 auto * const Int1Ty = Type::getInt1Ty(F.getContext()); in rewrite()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp178 appendToUsed(*M, {new GlobalVariable(*M, Type::getInt1Ty(Context), true, in createFSDiscriminatorVariable()
/freebsd/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp161 ScalarTypes.assign({Type::getInt1Ty(Context), Type::getInt8Ty(Context), in Modifier()
625 Type *CondTy = Type::getInt1Ty(Context); in Act()
709 if (Instr.getType() == IntegerType::getInt1Ty(F->getContext())) in IntroduceControlFlow()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp251 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; } in getInt1Ty() function in Type
284 case 1: return cast<IntegerType>(Type::getInt1Ty(C)); in get()
845 return TargetTypeInfo(ScalableVectorType::get(Type::getInt1Ty(C), 16), in getTargetTypeInfo()
H A DMDBuilder.cpp118 Type *Int1 = Type::getInt1Ty(Context); in createCallbackEncoding()
H A DVFABIDemangler.cpp556 VectorType::get(Type::getInt1Ty(ScalarFTy->getContext()), VF); in createFunctionType()
H A DConstants.cpp836 pImpl->TheTrueVal = ConstantInt::get(Type::getInt1Ty(Context), 1); in getTrue()
843 pImpl->TheFalseVal = ConstantInt::get(Type::getInt1Ty(Context), 0); in getFalse()
2234 Type *AligningTy = StructType::get(Type::getInt1Ty(Ty->getContext()), Ty); in getAlignOf()
2337 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); in getICmp()
2362 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); in getFCmp()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h460 static IntegerType *getInt1Ty(LLVMContext &C);
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp106 if (LI && LI->getType() == Type::getInt1Ty(Ctx) && in converted()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp937 new GlobalVariable(Type::getInt1Ty(GV->getContext()), false, in OptimizeGlobalAddressOfAllocation()
1154 if (GVElType == Type::getInt1Ty(GV->getContext()) || in TryToShrinkGlobalToBoolean()
1171 GlobalVariable *NewGV = new GlobalVariable(Type::getInt1Ty(GV->getContext()), in TryToShrinkGlobalToBoolean()
1182 assert(InitVal->getType() != Type::getInt1Ty(GV->getContext()) && in TryToShrinkGlobalToBoolean()
1247 StoreVal = ConstantInt::get(Type::getInt1Ty(GV->getContext()), in TryToShrinkGlobalToBoolean()
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp449 fuzzerop::onlyType(Type::getInt1Ty(C)), false); in mutate()
530 *BB, {}, {}, fuzzerop::onlyType(Type::getInt1Ty(C)), false); in connectBlocksToSink()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp128 Boolean = Type::getInt1Ty(Context); in initialize()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DRISCV.cpp333 EltType = llvm::Type::getInt1Ty(getVMContext()); in coerceVLSVector()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3163 if (FTy->getElementType() == Builder.getInt1Ty()) { in visitCallInst()
3194 if (FTy->getElementType() == Builder.getInt1Ty()) { in visitCallInst()
3222 if (FTy->getElementType() == Builder.getInt1Ty()) { in visitCallInst()
3245 if (FTy->getElementType() == Builder.getInt1Ty()) { in visitCallInst()
3269 if (FTy->getElementType() == Builder.getInt1Ty()) { in visitCallInst()
3304 if (FTy->getElementType() == Builder.getInt1Ty()) { in visitCallInst()

1234