Home
last modified time | relevance | path

Searched refs:getInt1Ty (Results 1 – 25 of 75) sorted by relevance

123

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DValueTypes.cpp189 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 DCGLoopInfo.cpp54 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 DCGBuilder.h124 ->isOpaqueOrPointeeTypeMatches(getInt1Ty()));
125 return CreateAlignedLoad(getInt1Ty(), Addr, CharUnits::One(), Name);
131 ->isOpaqueOrPointeeTypeMatches(getInt1Ty())); in CreateFlagStore()
H A DCodeGenTypes.cpp471 ResultType = llvm::Type::getInt1Ty(getLLVMContext()); in ConvertType()
715 ? llvm::Type::getInt1Ty(getLLVMContext()) in ConvertType()
H A DCGCleanup.cpp295 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 DPPCBoolRetToInt.cpp92 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 DSVEIntrinsicOpts.cpp294 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 DDXILOpBuilder.cpp201 return Type::getInt1Ty(Ctx); in getTypeFromParameterKind()
286 return Type::getInt1Ty(Ctx); in getOverloadTy()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DVectorBuilder.cpp35 auto *BoolTy = Builder.getInt1Ty(); in getAllTrueMask()
H A DType.cpp238 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 DMDBuilder.cpp118 Type *Int1 = Type::getInt1Ty(Context); in createCallbackEncoding()
H A DAutoUpgrade.cpp665 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 DIRBuilder.cpp563 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 DPoisonChecking.cpp245 Type::getInt1Ty(M->getContext())); in CreateAssert()
256 auto * const Int1Ty = Type::getInt1Ty(F.getContext()); in rewrite()
H A DSanitizerCoverage.cpp408 Int1PtrTy = PointerType::getUnqual(IRB.getInt1Ty()); in instrumentModule()
413 Int1Ty = IRB.getInt1Ty(); in instrumentModule()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp178 appendToUsed(*M, {new GlobalVariable(*M, Type::getInt1Ty(Context), true, in createFSDiscriminatorVariable()
/openbsd-src/gnu/llvm/llvm/tools/llvm-isel-fuzzer/
H A Dllvm-isel-fuzzer.cpp55 Type::getInt1Ty, Type::getInt8Ty, Type::getInt16Ty, Type::getInt32Ty, in createISelMutator()
/openbsd-src/gnu/llvm/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp161 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 Dllvm-opt-fuzzer.cpp45 Type::getInt1Ty, Type::getInt8Ty, Type::getInt16Ty, Type::getInt32Ty, in createOptMutator()
/openbsd-src/gnu/llvm/llvm/lib/FuzzMutate/
H A DIRMutator.cpp379 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 DType.h464 static IntegerType *getInt1Ty(LLVMContext &C);
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp106 if (LI && LI->getType() == Type::getInt1Ty(Ctx) && in converted()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp913 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 DSIAnnotateControlFlow.cpp127 Boolean = Type::getInt1Ty(Context); in initialize()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2665 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()

123