Home
last modified time | relevance | path

Searched refs:LH (Results 1 – 25 of 61) sorted by relevance

123

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp507 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_Select() local
510 GetSplitOp(N->getOperand(1), LL, LH); in SplitRes_Select()
542 Hi = DAG.getNode(Opcode, dl, LH.getValueType(), CH, LH, RH); in SplitRes_Select()
551 Hi = DAG.getNode(Opcode, dl, LH.getValueType(), CH, LH, RH, EVLHi); in SplitRes_Select()
556 SDValue LL, LH, RL, RH; in SplitRes_SELECT_CC() local
558 GetSplitOp(N->getOperand(2), LL, LH); in SplitRes_SELECT_CC()
563 Hi = DAG.getNode(ISD::SELECT_CC, dl, LH.getValueType(), N->getOperand(0), in SplitRes_SELECT_CC()
564 N->getOperand(1), LH, RH, N->getOperand(4)); in SplitRes_SELECT_CC()
DTargetLowering.cpp7077 SDValue LH, SDValue RL, SDValue RH) const { in expandMUL_LOHI() argument
7097 assert((LL.getNode() && LH.getNode() && RL.getNode() && RH.getNode()) || in expandMUL_LOHI()
7098 (!LL.getNode() && !LH.getNode() && !RL.getNode() && !RH.getNode())); in expandMUL_LOHI()
7158 if (!LH.getNode() && !RH.getNode() && in expandMUL_LOHI()
7161 LH = DAG.getNode(ISD::SRL, dl, VT, LHS, Shift); in expandMUL_LOHI()
7162 LH = DAG.getNode(ISD::TRUNCATE, dl, HiLoVT, LH); in expandMUL_LOHI()
7167 if (!LH.getNode()) in expandMUL_LOHI()
7177 LH = DAG.getNode(ISD::MUL, dl, HiLoVT, LH, RL); in expandMUL_LOHI()
7179 Hi = DAG.getNode(ISD::ADD, dl, HiLoVT, Hi, LH); in expandMUL_LOHI()
7200 if (!MakeMUL_LOHI(LH, RL, Lo, Hi, false)) in expandMUL_LOHI()
[all …]
DLegalizeIntegerTypes.cpp3702 SDValue LL, LH, RL, RH; in ExpandIntRes_Logical() local
3703 GetExpandedInteger(N->getOperand(0), LL, LH); in ExpandIntRes_Logical()
3706 Hi = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), LH, RH); in ExpandIntRes_Logical()
3715 SDValue LL, LH, RL, RH; in ExpandIntRes_MUL() local
3716 GetExpandedInteger(N->getOperand(0), LL, LH); in ExpandIntRes_MUL()
3721 LL, LH, RL, RH)) in ExpandIntRes_MUL()
3773 DAG.getNode(ISD::MUL, dl, NVT, RL, LH))); in ExpandIntRes_MUL()
3865 SDValue LL, LH, RL, RH; in ExpandIntRes_MULFIX() local
3866 GetExpandedInteger(LHS, LL, LH); in ExpandIntRes_MULFIX()
3873 LL, LH, RL, RH)) { in ExpandIntRes_MULFIX()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaStmtAttr.cpp339 const LoopHintAttr *LH = dyn_cast<LoopHintAttr>(I); in CheckForIncompatibleAttributes() local
342 if (!LH) in CheckForIncompatibleAttributes()
346 LoopHintAttr::OptionType Option = LH->getOption(); in CheckForIncompatibleAttributes()
388 CategoryState.StateAttr = LH; in CheckForIncompatibleAttributes()
392 CategoryState.NumericAttr = LH; in CheckForIncompatibleAttributes()
396 SourceLocation OptionLoc = LH->getRange().getBegin(); in CheckForIncompatibleAttributes()
401 << LH->getDiagnosticName(Policy); in CheckForIncompatibleAttributes()
DSemaTemplateInstantiate.cpp1273 const LoopHintAttr *TransformLoopHintAttr(const LoopHintAttr *LH);
1754 TemplateInstantiator::TransformLoopHintAttr(const LoopHintAttr *LH) { in TransformLoopHintAttr() argument
1755 Expr *TransformedExpr = getDerived().TransformExpr(LH->getValue()).get(); in TransformLoopHintAttr()
1757 if (TransformedExpr == LH->getValue()) in TransformLoopHintAttr()
1758 return LH; in TransformLoopHintAttr()
1761 if (getSema().CheckLoopHintExpr(TransformedExpr, LH->getLocation())) in TransformLoopHintAttr()
1762 return LH; in TransformLoopHintAttr()
1766 return LoopHintAttr::CreateImplicit(getSema().Context, LH->getOption(), in TransformLoopHintAttr()
1767 LH->getState(), TransformedExpr, *LH); in TransformLoopHintAttr()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCodeGenFunction.cpp1629 Stmt::Likelihood LH /* =None */, const Expr *CntrIdx /* = nullptr */) { in EmitBranchToCounterBlock() argument
1633 return EmitBranchOnBoolExpr(Cond, TrueBlock, FalseBlock, TrueCount, LH); in EmitBranchToCounterBlock()
1681 EmitBranchOnBoolExpr(Cond, ThenBlock, ElseBlock, TrueCount, LH); in EmitBranchToCounterBlock()
1701 Stmt::Likelihood LH) { in EmitBranchOnBoolExpr() argument
1716 FalseBlock, TrueCount, LH); in EmitBranchOnBoolExpr()
1725 FalseBlock, TrueCount, LH, CondBOp); in EmitBranchOnBoolExpr()
1742 LH == Stmt::LH_Unlikely ? Stmt::LH_None : LH); in EmitBranchOnBoolExpr()
1752 FalseBlock, TrueCount, LH); in EmitBranchOnBoolExpr()
1767 FalseBlock, TrueCount, LH); in EmitBranchOnBoolExpr()
1776 FalseBlock, TrueCount, LH, CondBOp); in EmitBranchOnBoolExpr()
[all …]
DCGLoopInfo.cpp603 const LoopHintAttr *LH = dyn_cast<LoopHintAttr>(Attr); in push() local
608 if (!LH && !OpenCLHint) { in push()
629 } else if (LH) { in push()
630 auto *ValueExpr = LH->getValue(); in push()
636 Option = LH->getOption(); in push()
637 State = LH->getState(); in push()
754 if (LH->getValue()) in push()
DCGStmt.cpp828 Stmt::Likelihood LH = Stmt::LH_None; in EmitIfStmt() local
832 LH = Stmt::getLikelihood(S.getThen(), S.getElse()); in EmitIfStmt()
833 EmitBranchOnBoolExpr(S.getCond(), ThenBlock, ElseBlock, ThenCount, LH); in EmitIfStmt()
1436 Stmt::Likelihood LH = Stmt::getLikelihood(Attrs); in EmitCaseStmtRange() local
1452 SwitchLikelihood->push_back(LH); in EmitCaseStmtRange()
1492 Cond = emitCondLikelihoodViaExpectIntrinsic(Cond, LH); in EmitCaseStmtRange()
1881 for (const auto LH : Likelihoods) { in getLikelihoodWeights() local
1882 switch (LH) { in getLikelihoodWeights()
1911 for (const auto LH : Likelihoods) { in getLikelihoodWeights() local
1912 switch (LH) { in getLikelihoodWeights()
/openbsd/src/regress/lib/libcrypto/x509/bettertls/certificates/
D2524.crt21 44NBEQo6N3RNNeMUAa6vTYP6K3xB0Vk1oZS/cHw6hH6t/lI3yhzIUTQ+BhPV8+LH
D3288.key9 nrgZ8IUIr7H0I7aFwsB8LXmkSn0I2PSfeN86jRHBt9vSODVtFC8BEy6P9WL6E/LH
D2283.key2 MIIEowIBAAKCAQEAuuV4vm+xqhnJAJs5qaMhMl9UuHUQ5UEpchBiPEMUd7xll/LH
D1962.key24 Mq4pvVECgYA0ec+fHn5EfG1/hGPnAC5MjjP36LHbrP+2AVT+LH/ULGDb9n7qSk2G
D464.chain44 LH+pBkThaMdl/MAPmppM4MW9Vf85KMS6C+Rcoo4aC/DgWqKpzEfDeD19TO7oyMiE
D23.chain35 6q2Q0zF5jDUzI8tKh6WlTldKVEi03iKopzL72RgGgOHZoFx9HP/cEkdSFKVu9/LH
D1251.chain11 15LH//qUM3ZlS+KtljGkGXue/zWH5CweTSzWW+4eg/UcE1Ro9Is/BrWnR1ZQP6FD
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
DMipsNaClELFStreamer.cpp222 case Mips::LH: in isBasePlusOffsetMemoryAccess()
/openbsd/src/gnu/usr.bin/perl/lib/unicore/
DJamo.txt79 11B6; LH # HANGUL JONGSEONG RIEUL-HIEUH
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td86 "Z", "NZ", "P", "NP", "M", "NM", "LH", "NLH", "O", "NO" ] in {
159 foreach V = [ "E", "H", "L", "HE", "LE", "LH",
250 foreach V = [ "E", "H", "L", "HE", "LE", "LH",
565 "Z", "NZ", "P", "NP", "M", "NM", "LH", "NLH", "O", "NO" ] in {
606 "Z", "NZ", "P", "NP", "M", "NM", "LH", "NLH", "O", "NO" ] in {
637 "Z", "NZ", "P", "NP", "M", "NM", "LH", "NLH", "O", "NO" ] in {
652 // either way, but signed-extending loads have a short LH and a long LHY,
682 // 32-bit extensions from 16-bit memory. LHMux expands to LH or LHH,
686 defm LH : UnaryRXPair<"lh", 0x48, 0xE378, asextloadi16, GR32, 2>;
706 // Expands to LLCR or RISB[LH]G, depending on the choice of registers.
[all …]
/openbsd/src/share/zoneinfo/datfiles/
Daustralasia197 Rule LH 1981 1984 - Oct lastSun 2:00 1:00 -
198 Rule LH 1982 1985 - Mar Sun>=1 2:00 0 -
199 Rule LH 1985 only - Oct lastSun 2:00 0:30 -
200 Rule LH 1986 1989 - Mar Sun>=15 2:00 0 -
201 Rule LH 1986 only - Oct 19 2:00 0:30 -
202 Rule LH 1987 1999 - Oct lastSun 2:00 0:30 -
203 Rule LH 1990 1995 - Mar Sun>=1 2:00 0 -
204 Rule LH 1996 2005 - Mar lastSun 2:00 0 -
205 Rule LH 2000 only - Aug lastSun 2:00 0:30 -
206 Rule LH 2001 2007 - Oct lastSun 2:00 0:30 -
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVMergeBaseOffset.cpp367 case RISCV::LH: in foldIntoMemoryOps()
DRISCVInstrInfoA.td113 defm : LdPat<atomic_load_16, LH>;
/openbsd/src/gnu/llvm/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp672 SDValue LH, RH; in TryExpandADDWithMul() local
673 LH = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, in TryExpandADDWithMul()
682 LH = DAG.getNode(ISD::MUL, dl, MVT::i32, LH, RL); in TryExpandADDWithMul()
684 Hi = DAG.getNode(ISD::ADD, dl, MVT::i32, Hi, LH); in TryExpandADDWithMul()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/i370/
Di370.md908 return \"LH %0,%H1\";
911 return \"LH %0,%1\";
958 return \"LH %0,%H1\";
961 return \"LH %0,%1\";
1590 return \"LH %0,%H1\";
1593 return \"LH %0,%1\";
/openbsd/src/gnu/usr.bin/perl/lib/ExtUtils/
Dtypemap408 * (where the LH condition is false)
/openbsd/src/lib/libexpat/
DREADME.md261 # rm -f CMakeCache.txt ; cmake -D_EXPAT_HELP=ON -LH . | grep -B1 ':.*=' | sed 's,^--$,,'

123