/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGLoopInfo.cpp | 54 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 D | CodeGenTypes.cpp | 405 ResultType = llvm::Type::getInt1Ty(getLLVMContext()); in ConvertType() 673 ? llvm::Type::getInt1Ty(getLLVMContext()) in ConvertType()
|
H A D | CGCoroutine.cpp | 344 CGF.CreateTempAlloca(Builder.getInt1Ty(), Prefix + Twine("resume.eh")); in emitSuspendExpression() 704 GroActiveFlag = CGF.CreateTempAlloca(Builder.getInt1Ty(), CharUnits::One(), in EmitGroAlloca()
|
H A D | CGCleanup.cpp | 271 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 D | PPCBoolRetToInt.cpp | 93 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 D | SVEIntrinsicOpts.cpp | 295 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 D | DXILOpBuilder.cpp | 202 return Type::getInt1Ty(Ctx); in getTypeFromParameterKind() 296 return Type::getInt1Ty(Ctx); in getOverloadTy()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PoisonChecking.cpp | 246 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 D | SampleProfileLoaderBaseUtil.cpp | 178 appendToUsed(*M, {new GlobalVariable(*M, Type::getInt1Ty(Context), true, in createFSDiscriminatorVariable()
|
H A D | InjectTLIMappings.cpp |
|
H A D | DXILResource.cpp | 270 Type *I1Ty = Type::getInt1Ty(Ctx); in getAsMetadata()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-stress/ |
H A D | llvm-stress.cpp | 161 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 D | ExpandReductions.cpp | 105 if (FTy->getElementType() == Builder.getInt1Ty()) { in expandReductions()
|
H A D | ReplaceWithVeclib.cpp | 81 VectorType::get(Type::getInt1Ty(II->getContext()), Info.Shape.VF); in replaceWithTLIFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Type.cpp | 251 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 D | MDBuilder.cpp | 131 Type *Int1 = Type::getInt1Ty(Context); in createCallbackEncoding()
|
H A D | ConstantFold.cpp | 1129 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 D | SystemZTDC.cpp | 106 if (LI && LI->getType() == Type::getInt1Ty(Ctx) && in converted()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Type.h | 460 static IntegerType *getInt1Ty(LLVMContext &C);
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 947 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 D | IRMutator.cpp | 450 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 D | SIAnnotateControlFlow.cpp | 128 Boolean = Type::getInt1Ty(Context); in initialize()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopIdiomVectorize.cpp | 386 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 D | RISCV.cpp | 333 EltType = llvm::Type::getInt1Ty(getVMContext()); in coerceVLSVector()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFPreserveStaticOffset.cpp | 212 Type *Int1Ty = Type::getInt1Ty(C); in fillCommonArgs()
|