| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ValueTypes.cpp | 187 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 D | ExpandVectorPredication.cpp | 197 Type *BoolVecTy = VectorType::get(Builder.getInt1Ty(), ElemCount); in convertEVLToMask()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | SanitizerMetadata.cpp | 54 llvm::ConstantInt::get(llvm::Type::getInt1Ty(VMContext), IsDynInit)), in reportGlobalToASan() 56 llvm::Type::getInt1Ty(VMContext), IsExcluded))}; in reportGlobalToASan()
|
| H A D | CGLoopInfo.cpp | 53 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 D | CGBuilder.h | 118 assert(Addr->getType()->getPointerElementType() == getInt1Ty()); 119 return CreateAlignedLoad(getInt1Ty(), Addr, CharUnits::One(), Name); 124 assert(Addr->getType()->getPointerElementType() == getInt1Ty()); in CreateFlagStore()
|
| H A D | CGCoroutine.cpp | 235 CGF.CreateTempAlloca(Builder.getInt1Ty(), Prefix + Twine("resume.eh")); in emitSuspendExpression() 498 CGF.CreateTempAlloca(Builder.getInt1Ty(), CharUnits::One(), "gro.active"); in EmitGroAlloca()
|
| H A D | CGCleanup.cpp | 283 Builder.getInt1Ty(), CharUnits::One(), "cleanup.cond"); in createCleanupActiveFlag() 1236 var = CGF.CreateTempAlloca(CGF.Builder.getInt1Ty(), CharUnits::One(), in SetupCleanupBlockActivation()
|
| H A D | CGBuiltin.cpp | 8446 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 D | PPCBoolRetToInt.cpp | 92 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 D | PoisonChecking.cpp | 251 Type::getInt1Ty(M->getContext())); in CreateAssert() 262 auto * const Int1Ty = Type::getInt1Ty(F.getContext()); in rewrite()
|
| H A D | SanitizerCoverage.cpp | 417 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 D | SampleProfileLoaderBaseUtil.cpp | 170 appendToUsed(*M, {new GlobalVariable(*M, Type::getInt1Ty(Context), true, in createFSDiscriminatorVariable()
|
| H A D | CodeExtractor.cpp | 827 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 D | Type.cpp | 200 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 D | MDBuilder.cpp | 118 Type *Int1 = Type::getInt1Ty(Context); in createCallbackEncoding()
|
| H A D | IRBuilder.cpp | 479 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 D | Constants.cpp | 852 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 D | llvm-stress.cpp | 314 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 D | SystemZTDC.cpp | 110 if (LI && LI->getType() == Type::getInt1Ty(Ctx) && in converted()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 426 static IntegerType *getInt1Ty(LLVMContext &C);
|
| H A D | InstrTypes.h | 1033 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 D | SIAnnotateControlFlow.cpp | 127 Boolean = Type::getInt1Ty(Context); in initialize()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 944 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 D | LoopUnswitch.cpp | 1038 Val->getType() != Type::getInt1Ty(LIC->getContext())) in emitPreheaderBranchOnCondition() 1577 Replacement = ConstantInt::get(Type::getInt1Ty(Val->getContext()), in rewriteLoopBodyWithConditionConstant()
|
| H A D | TailRecursionElimination.cpp | 539 Type *BoolType = Type::getInt1Ty(F.getContext()); in createTailRecurseLoopHeader()
|