Home
last modified time | relevance | path

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

12

/NextBSD/contrib/llvm/lib/IR/
HDValueTypes.cpp187 case MVT::i1: return Type::getInt1Ty(Context); in getTypeForEVT()
200 case MVT::v2i1: return VectorType::get(Type::getInt1Ty(Context), 2); in getTypeForEVT()
201 case MVT::v4i1: return VectorType::get(Type::getInt1Ty(Context), 4); in getTypeForEVT()
202 case MVT::v8i1: return VectorType::get(Type::getInt1Ty(Context), 8); in getTypeForEVT()
203 case MVT::v16i1: return VectorType::get(Type::getInt1Ty(Context), 16); in getTypeForEVT()
204 case MVT::v32i1: return VectorType::get(Type::getInt1Ty(Context), 32); in getTypeForEVT()
205 case MVT::v64i1: return VectorType::get(Type::getInt1Ty(Context), 64); in getTypeForEVT()
HDType.cpp236 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; } in getInt1Ty() function in Type
280 return getInt1Ty(C)->getPointerTo(AS); in getInt1PtrTy()
310 case 1: return cast<IntegerType>(Type::getInt1Ty(C)); in get()
HDIRBuilder.cpp195 assert(Cond->getType() == getInt1Ty() && in CreateAssumption()
HDConstants.cpp533 pImpl->TheTrueVal = ConstantInt::get(Type::getInt1Ty(Context), 1); in getTrue()
540 pImpl->TheFalseVal = ConstantInt::get(Type::getInt1Ty(Context), 0); in getFalse()
1962 StructType::get(Type::getInt1Ty(Ty->getContext()), Ty, nullptr); in getAlignOf()
2091 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); in getICmp()
2115 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); in getFCmp()
HDAutoUpgrade.cpp80 Type::getInt1Ty(F->getContext()) in UpgradeIntrinsicFunction1()
HDInstructions.cpp68 if (VT->getElementType() != Type::getInt1Ty(Op0->getContext())) in areInvalidOperands()
76 } else if (Op0->getType() != Type::getInt1Ty(Op0->getContext())) { in areInvalidOperands()
1106 StructType::get(Cmp->getType(), Type::getInt1Ty(Cmp->getContext()), in AtomicCmpXchgInst()
1119 StructType::get(Cmp->getType(), Type::getInt1Ty(Cmp->getContext()), in AtomicCmpXchgInst()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDSanitizerMetadata.cpp48 llvm::ConstantInt::get(llvm::Type::getInt1Ty(VMContext), IsDynInit)), in reportGlobalToASan()
50 llvm::Type::getInt1Ty(VMContext), IsBlacklisted))}; in reportGlobalToASan()
HDCGLoopInfo.cpp54 Type::getInt1Ty(Ctx), in createMetadata()
HDCGCleanup.cpp268 = CreateTempAlloca(Builder.getInt1Ty(), "cleanup.cond"); in initFullExprCleanup()
1101 var = CGF.CreateTempAlloca(CGF.Builder.getInt1Ty(), "cleanup.isactive"); in SetupCleanupBlockActivation()
HDCodeGenTypes.cpp339 ResultType = llvm::Type::getInt1Ty(getLLVMContext()); in ConvertType()
HDCGExprScalar.cpp181 if (ZI->getOperand(0)->getType() == Builder.getInt1Ty()) { in EmitIntToBoolConversion()
424 return llvm::ConstantInt::get(Builder.getInt1Ty(), E->getValue()); in VisitExpressionTraitExpr()
3107 llvm::PHINode *PN = llvm::PHINode::Create(llvm::Type::getInt1Ty(VMContext), 2, in VisitBinLAnd()
3186 llvm::PHINode *PN = llvm::PHINode::Create(llvm::Type::getInt1Ty(VMContext), 2, in VisitBinLOr()
/NextBSD/contrib/llvm/tools/llvm-stress/
HDllvm-stress.cpp273 Type::getInt1Ty(Context), in pickScalarType()
577 Type *CondTy = Type::getInt1Ty(Context); in Act()
661 if (Instr.getType() == IntegerType::getInt1Ty(F->getContext())) in IntroduceControlFlow()
/NextBSD/contrib/llvm/include/llvm/IR/
HDInstrTypes.h880 return VectorType::get(Type::getInt1Ty(opnd_type->getContext()),
883 return Type::getInt1Ty(opnd_type->getContext());
HDType.h393 static IntegerType *getInt1Ty(LLVMContext &C);
HDIRBuilder.h242 return ConstantInt::get(getInt1Ty(), V); in getInt1()
291 IntegerType *getInt1Ty() { in getInt1Ty() function
292 return Type::getInt1Ty(Context); in getInt1Ty()
/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDCodeExtractor.cpp305 case 2: RetTy = Type::getInt1Ty(header->getContext()); break; in constructFunction()
546 brVal = ConstantInt::get(Type::getInt1Ty(Context), !SuccNum); in emitCallAndSwitchStatement()
HDSimplifyCFG.cpp2353 BI->setCondition(ConstantInt::get(Type::getInt1Ty(BB->getContext()), in SimplifyCondBranchToCondBranch()
2363 PHINode *NewPN = PHINode::Create(Type::getInt1Ty(BB->getContext()), in SimplifyCondBranchToCondBranch()
2377 NewPN->addIncoming(ConstantInt::get(Type::getInt1Ty(BB->getContext()), in SimplifyCondBranchToCondBranch()
4192 Type::getInt1Ty(Mod.getContext()), in SwitchToLookupTable()
/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDSIAnnotateControlFlow.cpp122 Boolean = Type::getInt1Ty(Context); in doInitialization()
/NextBSD/contrib/llvm/lib/Transforms/IPO/
HDGlobalOpt.cpp877 new GlobalVariable(Type::getInt1Ty(GV->getContext()), false, in OptimizeGlobalAddressOfMalloc()
1602 if (GVElType == Type::getInt1Ty(GV->getContext()) || in TryToShrinkGlobalToBoolean()
1616 GlobalVariable *NewGV = new GlobalVariable(Type::getInt1Ty(GV->getContext()), in TryToShrinkGlobalToBoolean()
1626 assert(InitVal->getType() != Type::getInt1Ty(GV->getContext()) && in TryToShrinkGlobalToBoolean()
1643 StoreVal = ConstantInt::get(Type::getInt1Ty(GV->getContext()), in TryToShrinkGlobalToBoolean()
HDLowerBitSets.cpp248 Int1Ty = Type::getInt1Ty(M->getContext()); in doInitialization()
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDLoopUnswitch.cpp766 Val->getType() != Type::getInt1Ty(LIC->getContext())) in EmitPreheaderBranchOnCondition()
1056 Replacement = ConstantInt::get(Type::getInt1Ty(Val->getContext()), in RewriteLoopBodyWithConditionConstant()
HDStructurizeCFG.cpp277 Boolean = Type::getInt1Ty(Context); in INITIALIZE_PASS_DEPENDENCY()
/NextBSD/contrib/llvm/lib/CodeGen/
HDAtomicExpandPass.cpp496 PHINode *Success = Builder.CreatePHI(Type::getInt1Ty(Ctx), 2); in expandAtomicCmpXchg()
/NextBSD/contrib/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp2411 Type *SelectorTy = Type::getInt1Ty(Context); in parseConstants()
2416 SelectorTy = VectorType::get(Type::getInt1Ty(Context), in parseConstants()
3659 popValue(Record, OpNum, NextValueNo, Type::getInt1Ty(Context), Cond)) in parseFunctionBody()
3681 if (vector_type->getElementType() != Type::getInt1Ty(Context)) in parseFunctionBody()
3685 if (Cond->getType() != Type::getInt1Ty(Context)) in parseFunctionBody()
3806 Type::getInt1Ty(Context)); in parseFunctionBody()
/NextBSD/contrib/llvm/lib/Analysis/
HDLazyValueInfo.cpp895 Type::getInt1Ty(Val->getContext()), isTrueDest)); in getEdgeValueLocal()

12