Home
last modified time | relevance | path

Searched refs:Conditional (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Dasltransform.c520 ACPI_PARSE_OBJECT *Conditional = NULL; in TrDoSwitch() local
581 NewOp->Asl.Parent = Conditional->Asl.Parent; in TrDoSwitch()
586 TrAmlInsertPeer (Conditional, NewOp); in TrDoSwitch()
591 Conditional = CaseOp; in TrDoSwitch()
593 Conditional->Asl.Child->Asl.Next = NULL; in TrDoSwitch()
607 TrAmlInitLineNumbers (NewOp2, Conditional); in TrDoSwitch()
632 TrAmlInitLineNumbers (NewOp2, Conditional); in TrDoSwitch()
638 TrAmlInitLineNumbers (NewOp2, Conditional); in TrDoSwitch()
643 TrAmlInitLineNumbers (NewOp2, Conditional); in TrDoSwitch()
649 NewOp2->Asl.Parent = Conditional; in TrDoSwitch()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DPropertiesBase.td182 code Conditional = "";
479 let Conditional = [{ hasBase && isTypeInfo }];
485 let Conditional = [{ hasBase && isTypeInfo }];
489 let Conditional = [{ hasBase && !isTypeInfo }];
493 let Conditional = [{ hasBase && !isTypeInfo }];
497 let Conditional = [{ hasBase && !isTypeInfo && isExpr }];
501 let Conditional = [{ hasBase && !isTypeInfo && !isExpr }];
508 let Conditional = [{ hasLValuePath }];
675 let Conditional = [{ !identifier }];
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DOperatorPrecedence.h30 Conditional = 3, // ? enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64RegisterBanks.td18 /// Conditional register: NZCV.
/netbsd-src/external/apache2/llvm/dist/llvm/utils/valgrind/
H A Di386-pc-linux-gnu.supp25 ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
H A Dx86_64-pc-linux-gnu.supp24 ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DOperatorPrecedence.cpp53 case tok::question: return prec::Conditional; in getBinOpPrecedence()
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/aarch64/
H A Dfcsel.s3 # Check the FP Conditional Select instruction: fcsel.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrCMovSetCC.td1 //===-- X86InstrCMovSetCC.td - Conditional Move and SetCC --*- tablegen -*-===//
64 // Conditional moves with folded loads with operands swapped and conditions
H A DX86InstrControl.td72 // Conditional Branches.
310 // Conditional tail calls are similar to the above, but they are branches
434 // Conditional tail calls are similar to the above, but they are branches
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/genopts/
H A Dloongarch.opt.in139 Conditional moves for integral are enabled.
143 Conditional moves for float are enabled.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch.opt146 Conditional moves for integral are enabled.
150 Conditional moves for float are enabled.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsCondMov.td1 //===-- MipsCondMov.td - Describe Mips Conditional Moves --*- tablegen -*--===//
9 // This is the Conditional Moves implementation.
13 // Conditional moves:
/netbsd-src/bin/sh/funcs/
H A Dcmv31 # Conditional move--don't replace an existing file.
/netbsd-src/external/gpl3/gdb.old/dist/sim/ppc/
H A Ddc-complex22 ## Branch Conditional instruction - Expand BO{0:4}
H A Ddc-stupid22 ## Branch Conditional instruction - Expand BO{0:4} only, ignore BO{5}
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A Ddc-stupid22 ## Branch Conditional instruction - Expand BO{0:4} only, ignore BO{5}
H A Ddc-complex22 ## Branch Conditional instruction - Expand BO{0:4}
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h819 bool Conditional = false);
856 FinalizeCallbackTy FiniCB, bool Conditional = false,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DWhitespaceManager.cpp243 Change.Tok->FakeLParens[e - 1 - i] == prec::Conditional && in calculateLineBreakInformation()
776 C.Tok->Next->FakeLParens.back() != prec::Conditional))); in alignChainedConditionals()
785 C.Tok->FakeLParens.back() != prec::Conditional)); in alignChainedConditionals()
/netbsd-src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/
H A Dgcc-rtl.vim64 hi def link rtlConditional Conditional
/netbsd-src/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/
H A Dgcc-rtl.vim64 hi def link rtlConditional Conditional
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCalledOnceCheck.cpp512 clarify(const CFGBlock *Conditional, const CFGBlock *SuccWithoutCall) { in clarify() argument
513 if (const Stmt *Terminator = Conditional->getTerminatorStmt()) { in clarify()
514 return NotCalledClarifier{Conditional, SuccWithoutCall}.Visit(Terminator); in clarify()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiInstrFormats.td285 // Conditional Branch (BR)
343 // Conditional Branch Relative (BRR)
376 // Conditional Set (SCC)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-fpu.md111 ;; Conditional Move Instructions
259 ;; Conditional Branch patterns

12345678910>>...14