| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILResource.cpp | 305 Entries[7] = ConstantAsMetadata::get(B.getInt1(GloballyCoherent)); in write() 306 Entries[8] = ConstantAsMetadata::get(B.getInt1(HasCounter)); in write() 307 Entries[9] = ConstantAsMetadata::get(B.getInt1(IsROV)); in write()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/HLSL/ |
| H A D | HLSLResource.cpp | 63 ConstantAsMetadata::get(B.getInt1(IsROV)), in FrontendResource()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | MatrixBuilder.h | 71 Value *Ops[] = {DataPtr, Stride, B.getInt1(IsVolatile), B.getInt32(Rows), 94 Stride, B.getInt1(IsVolatile),
|
| H A D | IRBuilder.h | 455 ConstantInt *getInt1(bool V) { in getInt1() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64LoopIdiomTransform.cpp | 565 Builder.getInt1(false)); in expandFindMismatch() 642 {PredMatchCmp, /*ZeroIsPoison=*/Builder.getInt1(true)}); in expandFindMismatch()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuilder.h | 126 return CreateAlignedStore(getInt1(Value), Addr, CharUnits::One()); in CreateFlagStore()
|
| H A D | CGCleanup.cpp | 1267 llvm::Constant *value = CGF.Builder.getInt1(kind == ForDeactivation); in SetupCleanupBlockActivation() 1278 CGF.Builder.CreateStore(CGF.Builder.getInt1(kind == ForActivation), var); in SetupCleanupBlockActivation()
|
| H A D | CGObjC.cpp | 836 args.add(RValue::get(CGF.Builder.getInt1(isAtomic)), Context.BoolTy); in emitStructGetterCall() 837 args.add(RValue::get(CGF.Builder.getInt1(hasStrong)), Context.BoolTy); in emitStructGetterCall() 1231 args.add(RValue::get(Builder.getInt1(strategy.isAtomic())), in generateObjCGetterBody() 1541 args.add(RValue::get(Builder.getInt1(strategy.isAtomic())), in generateObjCSetterBody() 1543 args.add(RValue::get(Builder.getInt1(strategy.isCopy())), in generateObjCSetterBody()
|
| H A D | CGCoroutine.cpp | 252 CoroSuspend, {SaveCall, Builder.getInt1(IsFinalSuspend)}); in emitSuspendExpression()
|
| H A D | CGBuiltin.cpp | 1110 Value *Min = Builder.getInt1((Type & 2) != 0); in emitBuiltinObjectSize() 1113 Value *Dynamic = Builder.getInt1(IsDynamic); in emitBuiltinObjectSize() 3140 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr() 3157 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr() 7538 Ops.push_back(Builder.getInt1(getTarget().isCLZForZeroUndef())); in EmitCommonNeonBuiltinExpr() 8208 llvm::Value *Call = Builder.CreateCall(F, {Builder.getInt1(true)}); in EmitAMDGCNBallotForExec() 8386 Value *Res = Builder.CreateCall(F, {Arg, Builder.getInt1(false)}); in EmitARMBuiltinExpr() 10715 Value *Res = Builder.CreateCall(F, {Arg, Builder.getInt1(false)}); in EmitAArch64BuiltinExpr() 14156 return Builder.CreateCall(F, {Ops[0], Builder.getInt1(false)}); in EmitX86BuiltinExpr() 14162 return Builder.CreateCall(F, {Ops[0], Builder.getInt1(false)}); in EmitX86BuiltinExpr() [all …]
|
| H A D | CGExprScalar.cpp | 683 return Builder.getInt1(E->isSatisfied()); in VisitConceptSpecializationExpr() 687 return Builder.getInt1(E->isSatisfied()); in VisitRequiresExpr() 718 return Builder.getInt1(E->getValue()); in VisitCXXNoexceptExpr()
|
| H A D | CGAtomic.cpp | 564 SI->addCase(CGF.Builder.getInt1(false), StrongBB); in EmitAtomicOp()
|
| H A D | CodeGenFunction.cpp | 2908 OffsetValue = Builder.getInt1(false); // no offset. in emitAlignmentAssumptionCheck()
|
| H A D | CGObjCMac.cpp | 4710 CGF.Builder.CreateStore(CGF.Builder.getInt1(HasFinally), CallTryExitVar); in EmitTryOrSynchronizedStmt()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | IRBuilder.cpp | 141 Value *Ops[] = {Ptr, Val, Size, getInt1(isVolatile)}; in CreateMemSet() 169 Value *Ops[] = {Dst, Val, Size, getInt1(IsVolatile)}; in CreateMemSetInline() 226 Value *Ops[] = {Dst, Src, Size, getInt1(isVolatile)}; in CreateMemTransferInst()
|
| H A D | AutoUpgrade.cpp | 1831 Value *Res = Builder.CreateCall(F, {Op0, Builder.getInt1(false)}); in upgradeAbs() 3511 { CI->getArgOperand(0), Builder.getInt1(false) }); in UpgradeIntrinsicCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVEmitIntrinsics.cpp | 249 Args.push_back(IRB->getInt1(I.isInBounds())); in visitGetElementPtrInst()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombine.cpp | 588 ConstantInt *BoolConst = B.getInt1(!DefinedForZero); in tryToRecognizeTableBasedCttz()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | VectorUtils.cpp | 845 Mask.push_back(Builder.getInt1(HasMember)); in createBitMaskForGaps()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopIdiomRecognize.cpp | 1921 Value *Ops[] = {Val, IRBuilder.getInt1(ZeroCheck)}; in createFFSIntrinsic()
|
| H A D | SROA.cpp | 2640 Mask2.push_back(IRB.getInt1(i >= BeginIndex && i < EndIndex)); in insertVector()
|