| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | ValueTypes.cpp | 189 case MVT::i1: return Type::getInt1Ty(Context); in getTypeForEVT() 214 return FixedVectorType::get(Type::getInt1Ty(Context), 1); in getTypeForEVT() 216 return FixedVectorType::get(Type::getInt1Ty(Context), 2); in getTypeForEVT() 218 return FixedVectorType::get(Type::getInt1Ty(Context), 4); in getTypeForEVT() 220 return FixedVectorType::get(Type::getInt1Ty(Context), 8); in getTypeForEVT() 222 return FixedVectorType::get(Type::getInt1Ty(Context), 16); in getTypeForEVT() 224 return FixedVectorType::get(Type::getInt1Ty(Context), 32); in getTypeForEVT() 226 return FixedVectorType::get(Type::getInt1Ty(Context), 64); in getTypeForEVT() 228 return FixedVectorType::get(Type::getInt1Ty(Context), 128); in getTypeForEVT() 230 return FixedVectorType::get(Type::getInt1Ty(Context), 256); in getTypeForEVT() [all …]
|
| /llvm-project-15.0.7/llvm/unittests/FuzzMutate/ |
| H A D | StrategiesTest.cpp | 30 Type::getInt1Ty, Type::getInt8Ty, Type::getInt16Ty, Type::getInt32Ty, in createInjectorMutator() 43 Type::getInt1Ty, Type::getInt8Ty, Type::getInt16Ty, Type::getInt32Ty, in createDeleterMutator() 54 Type::getInt1Ty, Type::getInt8Ty, Type::getInt16Ty, Type::getInt32Ty, in createInstModifierMutator()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| 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 | 124 ->isOpaqueOrPointeeTypeMatches(getInt1Ty())); 125 return CreateAlignedLoad(getInt1Ty(), Addr, CharUnits::One(), Name); 131 ->isOpaqueOrPointeeTypeMatches(getInt1Ty())); in CreateFlagStore()
|
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | BasicAliasAnalysisTest.cpp | 138 FunctionType::get(B.getVoidTy(), {B.getPtrTy(), B.getInt1Ty()}, false), in TEST_F() 179 FunctionType::get(B.getVoidTy(), {B.getPtrTy(), B.getInt1Ty()}, false), in TEST_F()
|
| H A D | PhiValuesTest.cpp | 25 Type *I1Ty = Type::getInt1Ty(C); in TEST() 92 Type *I1Ty = Type::getInt1Ty(C); in TEST()
|
| H A D | SparsePropagation.cpp | 382 LoadInst *Cond = Builder.CreateLoad(Type::getInt1Ty(Context), F->arg_begin()); in TEST_F() 422 LoadInst *Cond = Builder.CreateLoad(Type::getInt1Ty(Context), F->arg_begin()); in TEST_F()
|
| H A D | ScalarEvolutionTest.cpp | 87 Type *Ty = Type::getInt1Ty(Context); in TEST_F() 137 BranchInst::Create(LoopBB, ExitBB, UndefValue::get(Type::getInt1Ty(Context)), in TEST_F() 336 BranchInst::Create(LoopBB, ExitBB, UndefValue::get(Type::getInt1Ty(Context)), in TEST_F() 933 LoopBB, ExitBB, UndefValue::get(Type::getInt1Ty(Context)), LoopBB); in TEST_F() 989 LoopBB, ExitBB, UndefValue::get(Type::getInt1Ty(Context)), LoopBB); in TEST_F()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | SVEIntrinsicOpts.cpp | 293 ScalableVectorType::get(Type::getInt1Ty(I->getContext()), 16); in optimizePredicateStore() 356 ScalableVectorType::get(Type::getInt1Ty(I->getContext()), 16); in optimizePredicateLoad()
|
| /llvm-project-15.0.7/llvm/lib/Target/DirectX/ |
| H A D | DXILOpBuilder.cpp | 201 return Type::getInt1Ty(Ctx); in getTypeFromParameterKind() 286 return Type::getInt1Ty(Ctx); in getOverloadTy()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | VectorBuilder.cpp | 35 auto *BoolTy = Builder.getInt1Ty(); in getAllTrueMask()
|
| H A D | Type.cpp | 236 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; } in getInt1Ty() function in Type 288 return getInt1Ty(C)->getPointerTo(AS); in getInt1PtrTy() 317 case 1: return cast<IntegerType>(Type::getInt1Ty(C)); in get()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | PoisonChecking.cpp | 245 Type::getInt1Ty(M->getContext())); in CreateAssert() 256 auto * const Int1Ty = Type::getInt1Ty(F.getContext()); in rewrite()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | SampleProfileLoaderBaseUtil.cpp | 182 appendToUsed(*M, {new GlobalVariable(*M, Type::getInt1Ty(Context), true, in createFSDiscriminatorVariable()
|
| /llvm-project-15.0.7/llvm/tools/llvm-isel-fuzzer/ |
| H A D | llvm-isel-fuzzer.cpp | 55 Type::getInt1Ty, Type::getInt8Ty, Type::getInt16Ty, Type::getInt32Ty, in createISelMutator()
|
| /llvm-project-15.0.7/llvm/tools/llvm-stress/ |
| H A D | llvm-stress.cpp | 158 ScalarTypes.assign({Type::getInt1Ty(Context), Type::getInt8Ty(Context), in Modifier() 627 Type *CondTy = Type::getInt1Ty(Context); in Act() 713 if (Instr.getType() == IntegerType::getInt1Ty(F->getContext())) in IntroduceControlFlow()
|
| /llvm-project-15.0.7/llvm/tools/llvm-opt-fuzzer/ |
| H A D | llvm-opt-fuzzer.cpp | 45 Type::getInt1Ty, Type::getInt8Ty, Type::getInt16Ty, Type::getInt32Ty, in createOptMutator()
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | IRBuilder.cpp | 151 ConstantInt *FalseValue = ConstantInt::get(Type::getInt1Ty(Ctx), 0); in annotateLoopLatch()
|
| H A D | LoopGeneratorsGOMP.cpp | 142 Next, Builder.getInt1Ty(), "polly.par.hasNextScheduleBlock"); in createSubFn()
|
| H A D | PerfMonitor.cpp | 237 Builder.CreateLoad(Builder.getInt1Ty(), AlreadyInitializedPtr); in insertInitFunction()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTDC.cpp | 106 if (LI && LI->getType() == Type::getInt1Ty(Ctx) && in converted()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Type.h | 435 static IntegerType *getInt1Ty(LLVMContext &C);
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | VectorBuilderTest.cpp | 34 FixedVectorType::get(Type::getInt1Ty(Context), VectorNumElements); in createBuilderModule()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 909 new GlobalVariable(Type::getInt1Ty(GV->getContext()), false, in OptimizeGlobalAddressOfAllocation() 1132 if (GVElType == Type::getInt1Ty(GV->getContext()) || in TryToShrinkGlobalToBoolean() 1149 GlobalVariable *NewGV = new GlobalVariable(Type::getInt1Ty(GV->getContext()), in TryToShrinkGlobalToBoolean() 1160 assert(InitVal->getType() != Type::getInt1Ty(GV->getContext()) && in TryToShrinkGlobalToBoolean() 1225 StoreVal = ConstantInt::get(Type::getInt1Ty(GV->getContext()), in TryToShrinkGlobalToBoolean()
|