Home
last modified time | relevance | path

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

1234

/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.cpp405 ResultType = llvm::Type::getInt1Ty(getLLVMContext()); in ConvertType()
673 ? llvm::Type::getInt1Ty(getLLVMContext()) in ConvertType()
H A DCGCoroutine.cpp344 CGF.CreateTempAlloca(Builder.getInt1Ty(), Prefix + Twine("resume.eh")); in emitSuspendExpression()
704 GroActiveFlag = CGF.CreateTempAlloca(Builder.getInt1Ty(), CharUnits::One(), in EmitGroAlloca()
H A DCGCleanup.cpp271 Builder.getInt1Ty(), CharUnits::One(), "cleanup.cond"); in createCleanupActiveFlag()
1239 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.cpp295 ScalableVectorType::get(Type::getInt1Ty(I->getContext()), 16); in optimizePredicateStore()
355 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()
296 return Type::getInt1Ty(Ctx); in getOverloadTy()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp246 Type::getInt1Ty(M->getContext())); in CreateAssert()
257 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()
H A DInjectTLIMappings.cpp
H A DDXILResource.cpp270 Type *I1Ty = Type::getInt1Ty(Ctx); in getAsMetadata()
/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/CodeGen/
H A DExpandReductions.cpp105 if (FTy->getElementType() == Builder.getInt1Ty()) { in expandReductions()
H A DReplaceWithVeclib.cpp81 VectorType::get(Type::getInt1Ty(II->getContext()), Info.Shape.VF); in replaceWithTLIFunction()
/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.cpp131 Type *Int1 = Type::getInt1Ty(Context); in createCallbackEncoding()
H A DConstantFold.cpp1129 ResultTy = VectorType::get(Type::getInt1Ty(C1->getContext()), in ConstantFoldCompareInstruction()
1132 ResultTy = Type::getInt1Ty(C1->getContext()); in ConstantFoldCompareInstruction()
/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/include/llvm/IR/
H A DType.h460 static IntegerType *getInt1Ty(LLVMContext &C);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp947 new GlobalVariable(Type::getInt1Ty(GV->getContext()), false, in OptimizeGlobalAddressOfAllocation()
1165 if (GVElType == Type::getInt1Ty(GV->getContext()) || in TryToShrinkGlobalToBoolean()
1182 GlobalVariable *NewGV = new GlobalVariable(Type::getInt1Ty(GV->getContext()), in TryToShrinkGlobalToBoolean()
1193 assert(InitVal->getType() != Type::getInt1Ty(GV->getContext()) && in TryToShrinkGlobalToBoolean()
1258 StoreVal = ConstantInt::get(Type::getInt1Ty(GV->getContext()), in TryToShrinkGlobalToBoolean()
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp450 fuzzerop::onlyType(Type::getInt1Ty(C)), false); in mutate()
531 *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/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp386 ScalableVectorType::get(Builder.getInt1Ty(), ByteCompareVF); in createMaskedFindMismatch()
518 VectorType::get(Builder.getInt1Ty(), VectorLoadType->getElementCount()); in createPredicatedFindMismatch()
/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/Target/BPF/
H A DBPFPreserveStaticOffset.cpp212 Type *Int1Ty = Type::getInt1Ty(C); in fillCommonArgs()

1234