| /openbsd-src/gnu/llvm/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 …]
|
| /openbsd-src/gnu/llvm/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 | CGBuilder.h | 124 ->isOpaqueOrPointeeTypeMatches(getInt1Ty())); 125 return CreateAlignedLoad(getInt1Ty(), Addr, CharUnits::One(), Name); 131 ->isOpaqueOrPointeeTypeMatches(getInt1Ty())); in CreateFlagStore()
|
| H A D | CodeGenTypes.cpp | 471 ResultType = llvm::Type::getInt1Ty(getLLVMContext()); in ConvertType() 715 ? llvm::Type::getInt1Ty(getLLVMContext()) in ConvertType()
|
| H A D | CGCleanup.cpp | 295 Builder.getInt1Ty(), CharUnits::One(), "cleanup.cond"); in createCleanupActiveFlag() 1247 var = CGF.CreateTempAlloca(CGF.Builder.getInt1Ty(), CharUnits::One(), in SetupCleanupBlockActivation()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | SVEIntrinsicOpts.cpp | 294 ScalableVectorType::get(Type::getInt1Ty(I->getContext()), 16); in optimizePredicateStore() 357 ScalableVectorType::get(Type::getInt1Ty(I->getContext()), 16); in optimizePredicateLoad()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/ |
| H A D | DXILOpBuilder.cpp | 201 return Type::getInt1Ty(Ctx); in getTypeFromParameterKind() 286 return Type::getInt1Ty(Ctx); in getOverloadTy()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | VectorBuilder.cpp | 35 auto *BoolTy = Builder.getInt1Ty(); in getAllTrueMask()
|
| H A D | Type.cpp | 238 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; } in getInt1Ty() function in Type 290 return getInt1Ty(C)->getPointerTo(AS); in getInt1PtrTy() 319 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 | AutoUpgrade.cpp | 665 Type::getInt1Ty(F->getContext()) in UpgradeIntrinsicFunction1() 1322 Builder.getInt1Ty(), cast<IntegerType>(Mask->getType())->getBitWidth()); in getX86MaskVec() 1357 auto *MaskTy = FixedVectorType::get(Builder.getInt1Ty(), in EmitX86ScalarSelect() 1705 FixedVectorType::get(Builder.getInt1Ty(), NumElts)); in upgradeMaskedCompare() 1708 FixedVectorType::get(Builder.getInt1Ty(), NumElts)); in upgradeMaskedCompare() 2021 {VectorType::get(Builder.getInt1Ty(), 2, false)}), in UpgradeARMIntrinsicCall() 2026 {VectorType::get(Builder.getInt1Ty(), 4, false)}), in UpgradeARMIntrinsicCall() 2044 Type *V2I1Ty = FixedVectorType::get(Builder.getInt1Ty(), 2); in UpgradeARMIntrinsicCall() 2084 {VectorType::get(Builder.getInt1Ty(), 4, false)}), in UpgradeARMIntrinsicCall()
|
| H A D | IRBuilder.cpp | 563 assert(Cond->getType() == getInt1Ty() && in CreateAssumption() 657 VectorType::get(Type::getInt1Ty(Context), NumElts)); in CreateMaskedGather() 693 VectorType::get(Type::getInt1Ty(Context), NumElts)); in CreateMaskedScatter()
|
| /openbsd-src/gnu/llvm/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()
|
| H A D | SanitizerCoverage.cpp | 408 Int1PtrTy = PointerType::getUnqual(IRB.getInt1Ty()); in instrumentModule() 413 Int1Ty = IRB.getInt1Ty(); in instrumentModule()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | SampleProfileLoaderBaseUtil.cpp | 178 appendToUsed(*M, {new GlobalVariable(*M, Type::getInt1Ty(Context), true, in createFSDiscriminatorVariable()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-isel-fuzzer/ |
| H A D | llvm-isel-fuzzer.cpp | 55 Type::getInt1Ty, Type::getInt8Ty, Type::getInt16Ty, Type::getInt32Ty, in createISelMutator()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-stress/ |
| H A D | llvm-stress.cpp | 161 ScalarTypes.assign({Type::getInt1Ty(Context), Type::getInt8Ty(Context), in Modifier() 629 Type *CondTy = Type::getInt1Ty(Context); in Act() 713 if (Instr.getType() == IntegerType::getInt1Ty(F->getContext())) in IntroduceControlFlow()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-opt-fuzzer/ |
| H A D | llvm-opt-fuzzer.cpp | 45 Type::getInt1Ty, Type::getInt8Ty, Type::getInt16Ty, Type::getInt32Ty, in createOptMutator()
|
| /openbsd-src/gnu/llvm/llvm/lib/FuzzMutate/ |
| H A D | IRMutator.cpp | 379 fuzzerop::onlyType(Type::getInt1Ty(C)), false); in mutate() 460 *BB, {}, {}, fuzzerop::onlyType(Type::getInt1Ty(C)), false); in connectBlocksToSink()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Type.h | 464 static IntegerType *getInt1Ty(LLVMContext &C);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTDC.cpp | 106 if (LI && LI->getType() == Type::getInt1Ty(Ctx) && in converted()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 913 new GlobalVariable(Type::getInt1Ty(GV->getContext()), false, in OptimizeGlobalAddressOfAllocation() 1136 if (GVElType == Type::getInt1Ty(GV->getContext()) || in TryToShrinkGlobalToBoolean() 1153 GlobalVariable *NewGV = new GlobalVariable(Type::getInt1Ty(GV->getContext()), in TryToShrinkGlobalToBoolean() 1164 assert(InitVal->getType() != Type::getInt1Ty(GV->getContext()) && in TryToShrinkGlobalToBoolean() 1229 StoreVal = ConstantInt::get(Type::getInt1Ty(GV->getContext()), in TryToShrinkGlobalToBoolean()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIAnnotateControlFlow.cpp | 127 Boolean = Type::getInt1Ty(Context); in initialize()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 2665 if (FTy->getElementType() == Builder.getInt1Ty()) { in visitCallInst() 2696 if (FTy->getElementType() == Builder.getInt1Ty()) { in visitCallInst() 2724 if (FTy->getElementType() == Builder.getInt1Ty()) { in visitCallInst() 2747 if (FTy->getElementType() == Builder.getInt1Ty()) { in visitCallInst() 2771 if (FTy->getElementType() == Builder.getInt1Ty()) { in visitCallInst() 2806 if (FTy->getElementType() == Builder.getInt1Ty()) { in visitCallInst()
|