Searched refs:getInt1Ty (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp146 case MVT::i1: return Type::getInt1Ty(Context);
159 case MVT::v1i1: return VectorType::get(Type::getInt1Ty(Context), 1);
160 case MVT::v2i1: return VectorType::get(Type::getInt1Ty(Context), 2);
161 case MVT::v4i1: return VectorType::get(Type::getInt1Ty(Context), 4);
162 case MVT::v8i1: return VectorType::get(Type::getInt1Ty(Context), 8);
163 case MVT::v16i1: return VectorType::get(Type::getInt1Ty(Context), 16);
164 case MVT::v32i1: return VectorType::get(Type::getInt1Ty(Context), 32);
165 case MVT::v64i1: return VectorType::get(Type::getInt1Ty(Context), 64);
166 case MVT::v128i1: return VectorType::get(Type::getInt1Ty(Context), 128);
167 case MVT::v256i1: return VectorType::get(Type::getInt1Ty(Contex
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DSanitizerMetadata.cpp53 llvm::ConstantInt::get(llvm::Type::getInt1Ty(VMContext), IsDynInit)),
55 llvm::Type::getInt1Ty(VMContext), IsBlacklisted))};
H A DCGBuilder.h130 assert(Addr->getType()->getPointerElementType() == getInt1Ty());
131 return CreateAlignedLoad(getInt1Ty(), Addr, CharUnits::One(), Name);
136 assert(Addr->getType()->getPointerElementType() == getInt1Ty());
H A DCGLoopInfo.cpp52 llvm::Type::getInt1Ty(Ctx), 1))}));
232 llvm::Type::getInt1Ty(Ctx), 0))}));
266 ConstantAsMetadata::get(ConstantInt::get(llvm::Type::getInt1Ty(Ctx),
300 llvm::Type::getInt1Ty(Ctx), AttrVal))}));
333 llvm::Type::getInt1Ty(Ctx), 0))}));
351 llvm::Type::getInt1Ty(Ctx),
H A DCGCoroutine.cpp235 CGF.CreateTempAlloca(Builder.getInt1Ty(), Prefix + Twine("resume.eh"));
498 CGF.CreateTempAlloca(Builder.getInt1Ty(), CharUnits::One(), "gro.active");
H A DCGCleanup.cpp280 Builder.getInt1Ty(), CharUnits::One(), "cleanup.cond");
1205 var = CGF.CreateTempAlloca(CGF.Builder.getInt1Ty(), CharUnits::One(),
H A DCodeGenTypes.cpp421 ResultType = llvm::Type::getInt1Ty(getLLVMContext());
H A DCGExprScalar.cpp406 if (ZI->getOperand(0)->getType() == Builder.getInt1Ty()) {
541 return llvm::ConstantInt::get(Builder.getInt1Ty(), 1);
692 return llvm::ConstantInt::get(Builder.getInt1Ty(), E->getValue());
3899 Result = Builder.CreateTrunc(Result, Builder.getInt1Ty());
4100 llvm::PHINode *PN = llvm::PHINode::Create(llvm::Type::getInt1Ty(VMContext), 2,
4185 llvm::PHINode *PN = llvm::PHINode::Create(llvm::Type::getInt1Ty(VMContext), 2,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp247 Type::getInt1Ty(M->getContext()));
258 auto * const Int1Ty = Type::getInt1Ty(F.getContext());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp263 Type *Int1Ty = Type::getInt1Ty(U->getContext());
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h420 static IntegerType *getInt1Ty(LLVMContext &C);
H A DInstrTypes.h977 return VectorType::get(Type::getInt1Ty(opnd_type->getContext()),
980 return Type::getInt1Ty(opnd_type->getContext());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp142 Boolean = Type::getInt1Ty(Context);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp102 if (LI && LI->getType() == Type::getInt1Ty(Ctx) &&
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp459 assert(Cond->getType() == getInt1Ty() &&
537 Mask = Constant::getAllOnesValue(VectorType::get(Type::getInt1Ty(Context),
573 Mask = Constant::getAllOnesValue(VectorType::get(Type::getInt1Ty(Context),
H A DType.cpp177 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; } function in class:Type
221 return getInt1Ty(C)->getPointerTo(AS);
250 case 1: return cast<IntegerType>(Type::getInt1Ty(C));
H A DMDBuilder.cpp118 Type *Int1 = Type::getInt1Ty(Context);
H A DConstants.cpp663 pImpl->TheTrueVal = ConstantInt::get(Type::getInt1Ty(Context), 1);
670 pImpl->TheFalseVal = ConstantInt::get(Type::getInt1Ty(Context), 0);
2008 Type *AligningTy = StructType::get(Type::getInt1Ty(Ty->getContext()), Ty);
2150 Type *ResultTy = Type::getInt1Ty(LHS->getContext());
2175 Type *ResultTy = Type::getInt1Ty(LHS->getContext());
H A DAutoUpgrade.cpp513 Type::getInt1Ty(F->getContext())
960 llvm::VectorType *MaskTy = llvm::VectorType::get(Builder.getInt1Ty(),
997 llvm::VectorType::get(Builder.getInt1Ty(),
1360 Cmp = Constant::getNullValue(llvm::VectorType::get(Builder.getInt1Ty(), NumElts));
1362 Cmp = Constant::getAllOnesValue(llvm::VectorType::get(Builder.getInt1Ty(), NumElts));
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp311 Type::getInt1Ty(Context),
625 Type *CondTy = Type::getInt1Ty(Context);
710 if (Instr.getType() == IntegerType::getInt1Ty(F->getContext()))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp945 Val->getType() != Type::getInt1Ty(LIC->getContext()))
1468 Replacement = ConstantInt::get(Type::getInt1Ty(Val->getContext()),
H A DCorrelatedValuePropagation.cpp324 Constant *TorF = ConstantInt::get(Type::getInt1Ty(Cmp->getContext()), Result);
H A DStructurizeCFG.cpp306 Boolean = Type::getInt1Ty(Context);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp901 new GlobalVariable(Type::getInt1Ty(GV->getContext()), false,
1631 if (GVElType == Type::getInt1Ty(GV->getContext()) ||
1645 GlobalVariable *NewGV = new GlobalVariable(Type::getInt1Ty(GV->getContext()),
1656 assert(InitVal->getType() != Type::getInt1Ty(GV->getContext()) &&
1721 StoreVal = ConstantInt::get(Type::getInt1Ty(GV->getContext()),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp780 case 2: RetTy = Type::getInt1Ty(header->getContext()); break;
1211 brVal = ConstantInt::get(Type::getInt1Ty(Context), !SuccNum);

Completed in 184 milliseconds

123