| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGLoopInfo.cpp | 55 llvm::Type::getInt1Ty(Ctx), 1))})); in createPipeliningMetadata() 218 llvm::Type::getInt1Ty(Ctx), 0))})); in createLoopVectorizeMetadata() 248 ConstantAsMetadata::get(ConstantInt::get(llvm::Type::getInt1Ty(Ctx), in createLoopVectorizeMetadata() 268 ConstantInt::get(llvm::Type::getInt1Ty(Ctx), IsScalable))}; in createLoopVectorizeMetadata() 299 llvm::Type::getInt1Ty(Ctx), AttrVal))})); in createLoopVectorizeMetadata() 329 llvm::Type::getInt1Ty(Ctx), 0))})); in createLoopDistributeMetadata() 345 llvm::Type::getInt1Ty(Ctx), in createLoopDistributeMetadata()
|
| H A D | CGHLSLBuiltins.cpp | 68 CGF->Builder.getInt1Ty(), CGF->CGM.getHLSLRuntime().getAnyIntrinsic(), in handleHlslClip() 341 llvm::ConstantInt::get(llvm::Type::getInt1Ty(getLLVMContext()), false); in EmitHLSLBuiltinExpr() 359 llvm::ConstantInt::get(llvm::Type::getInt1Ty(getLLVMContext()), false); in EmitHLSLBuiltinExpr() 370 /*ReturnType=*/llvm::Type::getInt1Ty(getLLVMContext()), in EmitHLSLBuiltinExpr() 387 /*ReturnType=*/llvm::Type::getInt1Ty(getLLVMContext()), in EmitHLSLBuiltinExpr() 543 llvm::Type *retType = llvm::Type::getInt1Ty(this->getLLVMContext()); in EmitHLSLBuiltinExpr()
|
| H A D | CodeGenTypes.cpp | 414 ResultType = llvm::Type::getInt1Ty(getLLVMContext()); in ConvertType() 664 ? llvm::Type::getInt1Ty(getLLVMContext()) in ConvertType()
|
| H A D | CGCoroutine.cpp | 345 CGF.CreateTempAlloca(Builder.getInt1Ty(), Prefix + Twine("resume.eh")); in emitSuspendExpression() 705 GroActiveFlag = CGF.CreateTempAlloca(Builder.getInt1Ty(), CharUnits::One(), in EmitGroAlloca()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILResourceAccess.cpp | 58 Type *LoadType = StructType::get(ContainedType, Builder.getInt1Ty()); in createTypedBufferStore() 135 Type *LoadType = StructType::get(ContainedType, Builder.getInt1Ty()); in createTypedBufferLoad() 158 Type *LoadType = StructType::get(LI->getType(), Builder.getInt1Ty()); in createRawLoad()
|
| H A D | DXILOpBuilder.cpp | 260 Type *Int1Ty = Type::getInt1Ty(Context); in getBinaryWithCarryType() 276 return Type::getInt1Ty(Ctx); in getTypeFromOpParamType()
|
| /freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
| H A D | Type.cpp | 30 Type *Type::getInt1Ty(Context &Ctx) { in getInt1Ty() function in Type 31 return Ctx.getType(llvm::Type::getInt1Ty(Ctx.LLVMCtx)); in getInt1Ty()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCBoolRetToInt.cpp | 90 assert(V->getType() == Type::getInt1Ty(V->getContext()) && in translate() 260 Type *Int1Ty = Type::getInt1Ty(U->getContext()); in runOnUse()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | SVEIntrinsicOpts.cpp | 292 ScalableVectorType::get(Type::getInt1Ty(I->getContext()), 16); in optimizePredicateStore() 352 ScalableVectorType::get(Type::getInt1Ty(I->getContext()), 16); in optimizePredicateLoad()
|
| /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 | ControlFlowUtils.cpp | 148 PHINode::Create(Type::getInt1Ty(Context), Branches.size(), in calcPredicateUsingBooleans()
|
| /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() 615 Type *CondTy = Type::getInt1Ty(Context); in Act() 700 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/clang/lib/CodeGen/TargetBuiltins/ |
| H A D | SystemZ.cpp | 84 Value *Undef = ConstantInt::get(Builder.getInt1Ty(), false); in EmitSystemZBuiltinExpr() 96 Value *Undef = ConstantInt::get(Builder.getInt1Ty(), false); in EmitSystemZBuiltinExpr()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Type.cpp | 294 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; } in getInt1Ty() function in Type 327 case 1: return cast<IntegerType>(Type::getInt1Ty(C)); in get() 1020 return TargetTypeInfo(ScalableVectorType::get(Type::getInt1Ty(C), 16), in getTargetTypeInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/Atomic/ |
| H A D | Atomic.cpp | 85 IntegerType::getInt1Ty(ctx), Args); in EmitAtomicCompareExchangeLibcall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopIdiomVectorize.cpp | 435 ScalableVectorType::get(Builder.getInt1Ty(), ByteCompareVF); in createMaskedFindMismatch() 565 VectorType::get(Builder.getInt1Ty(), VectorLoadType->getElementCount()); in createPredicatedFindMismatch() 1089 ScalableVectorType::get(Type::getInt1Ty(Ctx), VF)}; in recognizeFindFirstByte() 1181 auto *PredVTy = ScalableVectorType::get(Builder.getInt1Ty(), VF); in expandFindFirstByte()
|
| H A D | VPlanConstruction.cpp | 572 IntegerType::getInt1Ty(TripCount->getType()->getContext()))); in prepareForVectorization() 575 IntegerType::getInt1Ty(TripCount->getType()->getContext()))); in prepareForVectorization()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 452 LLVM_ABI static IntegerType *getInt1Ty(LLVMContext &C);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTDC.cpp | 102 if (LI && LI->getType() == Type::getInt1Ty(Ctx) && in converted()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | BoundsChecking.cpp | 223 IRB.getInt1Ty(), Intrinsic::allow_ubsan_check, in addBoundsChecking()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 958 Type::getInt1Ty(GV->getContext()), false, GlobalValue::InternalLinkage, in OptimizeGlobalAddressOfAllocation() 1177 if (GVElType == Type::getInt1Ty(GV->getContext()) || in TryToShrinkGlobalToBoolean() 1194 GlobalVariable *NewGV = new GlobalVariable(Type::getInt1Ty(GV->getContext()), in TryToShrinkGlobalToBoolean() 1205 assert(InitVal->getType() != Type::getInt1Ty(GV->getContext()) && in TryToShrinkGlobalToBoolean() 1270 StoreVal = ConstantInt::get(Type::getInt1Ty(GV->getContext()), in TryToShrinkGlobalToBoolean()
|
| /freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| H A D | IRMutator.cpp | 537 fuzzerop::onlyType(Type::getInt1Ty(C)), false); in mutate() 618 *BB, {}, {}, fuzzerop::onlyType(Type::getInt1Ty(C)), false); in connectBlocksToSink()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Type.h | 276 LLVM_ABI static Type *getInt1Ty(Context &Ctx);
|