Home
last modified time | relevance | path

Searched refs:Else (Results 1 – 25 of 64) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEVPTBlockPass.cpp112 assert(NextPred != ARMVCC::Else && in StepOverPredicatedInstrs()
186 ARMVCC::VPTCodes CurrentPredicate = ARMVCC::Else; in CreateVPTBlock()
233 (CurrentPredicate == ARMVCC::Then ? ARMVCC::Else : ARMVCC::Then); in CreateVPTBlock()
258 assert(Pred != ARMVCC::Else && "VPT block pass does not expect Else preds"); in InsertVPTBlocks()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h92 Else enumerator
134 case ARMVCC::Else: return "e"; in ARMVPTPredToString()
142 .Case("e", ARMVCC::Else) in ARMVectorCondCodeFromString()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1970 const auto *Else = S->getElse(); in coverIfConsteval() local
1984 if (Else) { in coverIfConsteval()
1986 markSkipped(getEnd(Then), getEnd(Else)); in coverIfConsteval()
1991 markSkipped(S->getIfLoc(), Else ? getStart(Else) : getEnd(Then)); in coverIfConsteval()
1993 if (Else) in coverIfConsteval()
1994 propagateCounts(ParentCount, Else); in coverIfConsteval()
2030 const auto *Else = S->getElse(); in coverIfConstexpr() local
2037 if (Else) in coverIfConstexpr()
2039 markSkipped(getEnd(Then), getEnd(Else)); in coverIfConstexpr()
2042 markSkipped(startOfSkipped, Else ? getStart(Else) : getEnd(Then)); in coverIfConstexpr()
[all …]
H A DCGStmt.cpp879 const Stmt *Else = S.getElse(); in EmitIfStmt() local
884 const Stmt *Executed = S.isNegatedConsteval() ? S.getThen() : Else; in EmitIfStmt()
910 const Stmt *Skipped = Else; in EmitIfStmt()
934 if (Else) in EmitIfStmt()
952 LH = Stmt::getLikelihood(S.getThen(), Else); in EmitIfStmt()
983 if (Else) { in EmitIfStmt()
991 incrementProfileCounter(Else); in EmitIfStmt()
994 EmitStmt(Else); in EmitIfStmt()
/freebsd/sys/dev/usb/
H A Dusb_if.m46 # Else: Use builtin request handler
61 # Else: Failure
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp175 Stmt::Likelihood Stmt::getLikelihood(const Stmt *Then, const Stmt *Else) { in getLikelihood() argument
177 Likelihood LHE = ::getLikelihood(Else).first; in getLikelihood()
193 Stmt::determineLikelihoodConflict(const Stmt *Then, const Stmt *Else) { in determineLikelihoodConflict() argument
195 std::pair<Likelihood, const Attr *> LHE = ::getLikelihood(Else); in determineLikelihoodConflict()
970 SourceLocation RPL, Stmt *Then, SourceLocation EL, Stmt *Else) in IfStmt() argument
972 bool HasElse = Else != nullptr; in IfStmt()
984 setElse(Else); in IfStmt()
1005 Stmt *Then, SourceLocation EL, Stmt *Else) { in Create() argument
1006 bool HasElse = Else != nullptr; in Create()
1014 IfStmt(Ctx, IL, Kind, Init, Var, Cond, LPL, RPL, Then, EL, Else); in Create()
H A DStmtPrinter.cpp318 if (Stmt *Else = If->getElse()) { in PrintRawIfStmt() local
321 PrintStmt(Else); in PrintRawIfStmt()
346 if (Stmt *Else = If->getElse()) { in PrintRawIfStmt() local
349 if (auto *CS = dyn_cast<CompoundStmt>(Else)) { in PrintRawIfStmt()
353 } else if (auto *ElseIf = dyn_cast<IfStmt>(Else)) { in PrintRawIfStmt()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp52 {tgtok::Else, "else"},
779 } else if (Kind == tgtok::Else) { in lexPreprocessor()
820 IfdefOrElseEntry.Kind == tgtok::Else) && in lexPreprocessor()
903 assert((Kind == tgtok::Else || Kind == tgtok::Endif) && in prepSkipRegion()
H A DTGLexer.h72 Else, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h460 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) { in Else() function
754 void Else(SourceLocation Loc, SourceLocation IfLoc) override { in Else() function
755 First->Else(Loc, IfLoc); in Else()
756 Second->Else(Loc, IfLoc); in Else()
H A DPPConditionalDirectiveRecord.h104 void Else(SourceLocation Loc, SourceLocation IfLoc) override;
H A DNoTrivialPPDirectiveTracer.h296 void Else(SourceLocation Loc, SourceLocation IfLoc) override { in Else() function
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Datmel-tcb.txt20 channels are needed. Else, only one channel will be used.
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_flags.inc39 "If set, prints the heap profile in text format. Else use the raw binary serialization format.")
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp126 void PPConditionalDirectiveRecord::Else(SourceLocation Loc, in Else() function in PPConditionalDirectiveRecord
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp55 Function *Else = nullptr; member in __anon9f980a420111::SIAnnotateControlFlow
207 getDecl(Else, Intrinsic::amdgcn_else, {IntMask, IntMask}), {popSaved()}); in insertElse()
H A DSIOptimizeVGPRLiveRange.cpp236 for (auto *Else : ElseBlocks) { in collectCandidateRegisters() local
237 for (auto &MI : Else->instrs()) { in collectCandidateRegisters()
/freebsd/sys/contrib/device-tree/Bindings/net/bluetooth/
H A Dmediatek,bluetooth.txt26 Else, the pin controller on the platform only can support pinmux control and
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dmediatek-bluetooth.txt26 Else, the pin controller on the platform only can support pinmux control and
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp257 Else, enumerator
348 case Else: in nestingString()
630 if (popAndPushWithSameSignature(Name, If, Else)) in parseInstruction()
643 if (pop(Name, If, Else)) in parseInstruction()
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dbrcm,bcm-keypad.txt53 as the output. Else defaults to column.
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap3430-sdp.dts36 * Else, use 4 bit mode
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp687 Stmt *Else = M.makeReturn(RetVal); in create_OSAtomicCompareAndSwap() local
695 /* RPL=*/SourceLocation(), Body, SourceLocation(), Else); in create_OSAtomicCompareAndSwap()
/freebsd/crypto/openssl/doc/man3/
H A DX509_verify_cert.pod24 Else the chain must reach a trust anchor contained in I<store>.
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1574 CanThrowResult Else = IS->getElse() ? canThrow(IS->getElse()) : CT_Cannot; in canThrow() local
1575 if (Then == Else) in canThrow()
1581 : mergeCanThrow(Then, Else)); in canThrow()

123