| /llvm-project-15.0.7/clang/test/PCH/ |
| H A D | thread-safety-attrs.cpp | 104 bool getBool(); 162 if (getBool()) in sls_fun_8() 169 if (getBool()) in sls_fun_9() 177 if (getBool()) { in sls_fun_good_6() 180 if (getBool()) { in sls_fun_good_6() 194 if (getBool()) { in sls_fun_good_7() 227 if (getBool()) in sls_fun_bad_4() 236 if (getBool()) in sls_fun_bad_5() 241 if (getBool()) { in sls_fun_bad_6() 244 if (getBool()) { in sls_fun_bad_6() [all …]
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | live-variables.cpp | 9 int getBool(); 18 if (p != 0 && getBool() && foo().m && getBool()) { in test()
|
| H A D | live-variables.m | 8 int getBool(void); function 19 if ((p != 0) && (getBool()) && ([filename lastPathComponent]) && (getBool())) {
|
| H A D | svalbuilder-logic.c | 13 extern int getBool(void); in pr15863() 14 _Bool a = getBool(); in pr15863()
|
| /llvm-project-15.0.7/llvm/test/Analysis/MemorySSA/ |
| H A D | multiple-backedges-hal.ll | 31 declare i1 @getBool() readnone 63 %KeepGoing = call i1 @getBool() 67 %KeepGoing.Tail = call i1 @getBool()
|
| H A D | many-doms.ll | 5 declare i1 @getBool() readnone
|
| H A D | many-dom-backedge.ll | 6 declare i1 @getBool() readnone
|
| /llvm-project-15.0.7/clang/test/CodeGenObjCXX/ |
| H A D | arc-list-init-destruct.mm | 18 bool getBool() { function 35 return {{g}, getBool()};
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | warn-thread-safety-analysis.cpp | 135 bool getBool(); 191 if (getBool()) in sls_fun_8() 198 if (getBool()) in sls_fun_9() 206 if (getBool()) { in sls_fun_good_6() 256 if (getBool()) in sls_fun_bad_4() 265 if (getBool()) in sls_fun_bad_5() 653 if (getBool()) in shared_fun_3() 662 if (getBool()) in shared_fun_4() 671 if (getBool()) in shared_fun_8() 712 if (getBool()) in shared_bad_1() [all …]
|
| H A D | warn-logical-not-compare.cpp | 4 bool getBool(); 117 ret = !getBool() == b1; in test1()
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPackDocument.h | 92 bool &getBool() { in getBool() function 112 bool getBool() const { in getBool() function
|
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/ |
| H A D | LLVMToLLVMIRTranslation.cpp | 180 cstValue = llvm::ConstantInt::getBool(ctx, value); in getLoopOptionMetadata() 184 cstValue = llvm::ConstantInt::getBool(ctx, value); in getLoopOptionMetadata() 193 cstValue = llvm::ConstantInt::getBool(ctx, value); in getLoopOptionMetadata()
|
| /llvm-project-15.0.7/llvm/lib/BinaryFormat/ |
| H A D | MsgPackDocumentYAML.cpp | 89 StringRef Err = yaml::ScalarTraits<bool>::input(S, nullptr, getBool()); in fromString()
|
| H A D | MsgPackDocument.cpp | 269 MPWriter.write(Node.getBool()); in writeToBlob()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Constants.h | 93 static ConstantInt *getBool(LLVMContext &Context, bool V); 96 static Constant *getBool(Type *Ty, bool V);
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 3232 ConstantInt::getBool(IRP.getAnchorValue().getContext(), false); in initialize() 3275 auto *Val = ConstantInt::getBool(IRP.getAnchorValue().getContext(), in initialize() 3643 *ConstantInt::getBool(Ctx, false)); in changeToSPMDMode() 3650 *ConstantInt::getBool(Ctx, false)); in changeToSPMDMode() 3653 *ConstantInt::getBool(Ctx, false)); in changeToSPMDMode() 3694 auto *FalseVal = ConstantInt::getBool(Ctx, false); in buildCustomStateMachine()
|
| H A D | GlobalOpt.cpp | 922 new StoreInst(ConstantInt::getBool( in OptimizeGlobalAddressOfAllocation()
|
| /llvm-project-15.0.7/mlir/test/IR/ |
| H A D | invalid.mlir | 175 %0 = "getBool"() : () -> i1
|
| /llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 3675 ConstantInt::getBool(Int32->getContext(), !IsSPMD); in createTargetInit() 3677 ConstantInt::getBool(Int32->getContext(), RequiresFullRuntime); in createTargetInit() 3729 ConstantInt::getBool(Int32->getContext(), RequiresFullRuntime); in createTargetDeinit()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Constants.cpp | 841 ConstantInt *ConstantInt::getBool(LLVMContext &Context, bool V) { in getBool() function in ConstantInt 861 Constant *ConstantInt::getBool(Type *Ty, bool V) { in getBool() function in ConstantInt
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyIndVar.cpp | 291 ICmp->replaceAllUsesWith(ConstantInt::getBool(ICmp->getContext(), *Ev)); in eliminateIVComparison()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 407 ConstantInt::getBool(I.getContext(), I.hasNoSignedWrap())); in visitMul()
|
| H A D | InstCombineCalls.cpp | 1403 ConstantInt::getBool(II->getContext(), IntMinIsPoison)); in visitCallInst()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopIdiomRecognize.cpp | 1918 ConstantInt::getBool(InitX->getContext(), ZeroCheck)}; in recognizeAndInsertFFS()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 2755 llvm::ConstantInt::getBool(CondTy, LH == Stmt::LH_Likely); in emitCondLikelihoodViaExpectIntrinsic()
|