Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp55 llvm::Type::getInt1Ty(Ctx), 1))})); in createPipeliningMetadata()
218 llvm::Type::getInt1Ty(Ctx), 0))})); in createLoopVectorizeMetadata()
248 ConstantAsMetadata::get(ConstantInt::get(llvm::Type::getInt1Ty(Ctx), in createLoopVectorizeMetadata()
268 ConstantInt::get(llvm::Type::getInt1Ty(Ctx), IsScalable))}; in createLoopVectorizeMetadata()
299 llvm::Type::getInt1Ty(Ctx), AttrVal))})); in createLoopVectorizeMetadata()
329 llvm::Type::getInt1Ty(Ctx), 0))})); in createLoopDistributeMetadata()
345 llvm::Type::getInt1Ty(Ctx), in createLoopDistributeMetadata()
H A DCGHLSLBuiltins.cpp68 CGF->Builder.getInt1Ty(), CGF->CGM.getHLSLRuntime().getAnyIntrinsic(), in handleHlslClip()
341 llvm::ConstantInt::get(llvm::Type::getInt1Ty(getLLVMContext()), false); in EmitHLSLBuiltinExpr()
359 llvm::ConstantInt::get(llvm::Type::getInt1Ty(getLLVMContext()), false); in EmitHLSLBuiltinExpr()
370 /*ReturnType=*/llvm::Type::getInt1Ty(getLLVMContext()), in EmitHLSLBuiltinExpr()
387 /*ReturnType=*/llvm::Type::getInt1Ty(getLLVMContext()), in EmitHLSLBuiltinExpr()
543 llvm::Type *retType = llvm::Type::getInt1Ty(this->getLLVMContext()); in EmitHLSLBuiltinExpr()
H A DCodeGenTypes.cpp414 ResultType = llvm::Type::getInt1Ty(getLLVMContext()); in ConvertType()
664 ? llvm::Type::getInt1Ty(getLLVMContext()) in ConvertType()
H A DCGCoroutine.cpp345 CGF.CreateTempAlloca(Builder.getInt1Ty(), Prefix + Twine("resume.eh")); in emitSuspendExpression()
705 GroActiveFlag = CGF.CreateTempAlloca(Builder.getInt1Ty(), CharUnits::One(), in EmitGroAlloca()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResourceAccess.cpp58 Type *LoadType = StructType::get(ContainedType, Builder.getInt1Ty()); in createTypedBufferStore()
135 Type *LoadType = StructType::get(ContainedType, Builder.getInt1Ty()); in createTypedBufferLoad()
158 Type *LoadType = StructType::get(LI->getType(), Builder.getInt1Ty()); in createRawLoad()
H A DDXILOpBuilder.cpp260 Type *Int1Ty = Type::getInt1Ty(Context); in getBinaryWithCarryType()
276 return Type::getInt1Ty(Ctx); in getTypeFromOpParamType()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DType.cpp30 Type *Type::getInt1Ty(Context &Ctx) { in getInt1Ty() function in Type
31 return Ctx.getType(llvm::Type::getInt1Ty(Ctx.LLVMCtx)); in getInt1Ty()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp90 assert(V->getType() == Type::getInt1Ty(V->getContext()) && in translate()
260 Type *Int1Ty = Type::getInt1Ty(U->getContext()); in runOnUse()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp292 ScalableVectorType::get(Type::getInt1Ty(I->getContext()), 16); in optimizePredicateStore()
352 ScalableVectorType::get(Type::getInt1Ty(I->getContext()), 16); in optimizePredicateLoad()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp178 appendToUsed(*M, {new GlobalVariable(*M, Type::getInt1Ty(Context), true, in createFSDiscriminatorVariable()
H A DControlFlowUtils.cpp148 PHINode::Create(Type::getInt1Ty(Context), Branches.size(), in calcPredicateUsingBooleans()
/freebsd/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp161 ScalarTypes.assign({Type::getInt1Ty(Context), Type::getInt8Ty(Context), in Modifier()
615 Type *CondTy = Type::getInt1Ty(Context); in Act()
700 if (Instr.getType() == IntegerType::getInt1Ty(F->getContext())) in IntroduceControlFlow()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandReductions.cpp105 if (FTy->getElementType() == Builder.getInt1Ty()) { in expandReductions()
H A DReplaceWithVeclib.cpp81 VectorType::get(Type::getInt1Ty(II->getContext()), Info.Shape.VF); in replaceWithTLIFunction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DSystemZ.cpp84 Value *Undef = ConstantInt::get(Builder.getInt1Ty(), false); in EmitSystemZBuiltinExpr()
96 Value *Undef = ConstantInt::get(Builder.getInt1Ty(), false); in EmitSystemZBuiltinExpr()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp294 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; } in getInt1Ty() function in Type
327 case 1: return cast<IntegerType>(Type::getInt1Ty(C)); in get()
1020 return TargetTypeInfo(ScalableVectorType::get(Type::getInt1Ty(C), 16), in getTargetTypeInfo()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Atomic/
H A DAtomic.cpp85 IntegerType::getInt1Ty(ctx), Args); in EmitAtomicCompareExchangeLibcall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp435 ScalableVectorType::get(Builder.getInt1Ty(), ByteCompareVF); in createMaskedFindMismatch()
565 VectorType::get(Builder.getInt1Ty(), VectorLoadType->getElementCount()); in createPredicatedFindMismatch()
1089 ScalableVectorType::get(Type::getInt1Ty(Ctx), VF)}; in recognizeFindFirstByte()
1181 auto *PredVTy = ScalableVectorType::get(Builder.getInt1Ty(), VF); in expandFindFirstByte()
H A DVPlanConstruction.cpp572 IntegerType::getInt1Ty(TripCount->getType()->getContext()))); in prepareForVectorization()
575 IntegerType::getInt1Ty(TripCount->getType()->getContext()))); in prepareForVectorization()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h452 LLVM_ABI static IntegerType *getInt1Ty(LLVMContext &C);
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp102 if (LI && LI->getType() == Type::getInt1Ty(Ctx) && in converted()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp223 IRB.getInt1Ty(), Intrinsic::allow_ubsan_check, in addBoundsChecking()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp958 Type::getInt1Ty(GV->getContext()), false, GlobalValue::InternalLinkage, in OptimizeGlobalAddressOfAllocation()
1177 if (GVElType == Type::getInt1Ty(GV->getContext()) || in TryToShrinkGlobalToBoolean()
1194 GlobalVariable *NewGV = new GlobalVariable(Type::getInt1Ty(GV->getContext()), in TryToShrinkGlobalToBoolean()
1205 assert(InitVal->getType() != Type::getInt1Ty(GV->getContext()) && in TryToShrinkGlobalToBoolean()
1270 StoreVal = ConstantInt::get(Type::getInt1Ty(GV->getContext()), in TryToShrinkGlobalToBoolean()
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp537 fuzzerop::onlyType(Type::getInt1Ty(C)), false); in mutate()
618 *BB, {}, {}, fuzzerop::onlyType(Type::getInt1Ty(C)), false); in connectBlocksToSink()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DType.h276 LLVM_ABI static Type *getInt1Ty(Context &Ctx);

1234