HomeSort by: relevance | last modified time | path
    Searched refs:LH (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmtAttr.cpp 269 const LoopHintAttr *LH = dyn_cast<LoopHintAttr>(I);
272 if (!LH)
275 LoopHintAttr::OptionType Option = LH->getOption();
326 CategoryState.StateAttr = LH;
330 CategoryState.NumericAttr = LH;
334 SourceLocation OptionLoc = LH->getRange().getBegin();
339 << LH->getDiagnosticName(Policy);
SemaTemplateInstantiate.cpp 1078 const LoopHintAttr *TransformLoopHintAttr(const LoopHintAttr *LH);
1489 TemplateInstantiator::TransformLoopHintAttr(const LoopHintAttr *LH) {
1490 Expr *TransformedExpr = getDerived().TransformExpr(LH->getValue()).get();
1492 if (TransformedExpr == LH->getValue())
1493 return LH;
1496 if (getSema().CheckLoopHintExpr(TransformedExpr, LH->getLocation()))
1497 return LH;
1501 return LoopHintAttr::CreateImplicit(getSema().Context, LH->getOption(),
1502 LH->getState(), TransformedExpr, *LH);
    [all...]
  /src/external/bsd/openldap/dist/include/
ldap_avl.h 67 #define LH (-1)
71 #define avl_bf2str(bf) ((bf) == -1 ? "LH" : (bf) == 0 ? "EH" : (bf) == 1 ? "RH" : "(unknown)" )
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 1532 Stmt::Likelihood LH /* =None */, const Expr *CntrIdx /* = nullptr */) {
1536 return EmitBranchOnBoolExpr(Cond, TrueBlock, FalseBlock, TrueCount, LH);
1584 EmitBranchOnBoolExpr(Cond, ThenBlock, ElseBlock, TrueCount, LH);
1599 /// \param LH The value of the likelihood attribute on the True branch.
1604 Stmt::Likelihood LH) {
1619 FalseBlock, TrueCount, LH);
1628 FalseBlock, TrueCount, LH, CondBOp);
1645 LH == Stmt::LH_Unlikely ? Stmt::LH_None : LH);
1655 FalseBlock, TrueCount, LH);
    [all...]
CGLoopInfo.cpp 602 const LoopHintAttr *LH = dyn_cast<LoopHintAttr>(Attr);
607 if (!LH && !OpenCLHint) {
628 } else if (LH) {
629 auto *ValueExpr = LH->getValue();
635 Option = LH->getOption();
636 State = LH->getState();
753 if (LH->getValue())
CGStmt.cpp 754 Stmt::Likelihood LH = Stmt::LH_None;
757 LH = Stmt::getLikelihood(S.getThen(), S.getElse());
758 EmitBranchOnBoolExpr(S.getCond(), ThenBlock, ElseBlock, Count, LH);
1326 Stmt::Likelihood LH = Stmt::getLikelihood(Attrs);
1342 SwitchLikelihood->push_back(LH);
1382 Cond = emitCondLikelihoodViaExpectIntrinsic(Cond, LH);
1750 for (const auto LH : Likelihoods) {
1751 switch (LH) {
1780 for (const auto LH : Likelihoods) {
1781 switch (LH) {
    [all...]
CodeGenFunction.h 1472 Stmt::Likelihood LH);
4481 Stmt::Likelihood LH = Stmt::LH_None,
4491 Stmt::Likelihood LH = Stmt::LH_None);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 510 SDValue LL, LH, RL, RH, CL, CH;
512 GetSplitOp(N->getOperand(1), LL, LH);
543 Hi = DAG.getNode(N->getOpcode(), dl, LH.getValueType(), CH, LH, RH);
548 SDValue LL, LH, RL, RH;
550 GetSplitOp(N->getOperand(2), LL, LH);
555 Hi = DAG.getNode(ISD::SELECT_CC, dl, LH.getValueType(), N->getOperand(0),
556 N->getOperand(1), LH, RH, N->getOperand(4));
TargetLowering.cpp 6258 SDValue LH, SDValue RL, SDValue RH) const {
6277 // LL, LH, RL, and RH must be either all NULL or all set to a value.
6278 assert((LL.getNode() && LH.getNode() && RL.getNode() && RH.getNode()) ||
6279 (!LL.getNode() && !LH.getNode() && !RL.getNode() && !RH.getNode()));
6346 if (!LH.getNode() && !RH.getNode() &&
6349 LH = DAG.getNode(ISD::SRL, dl, VT, LHS, Shift);
6350 LH = DAG.getNode(ISD::TRUNCATE, dl, HiLoVT, LH);
6355 if (!LH.getNode())
6365 LH = DAG.getNode(ISD::MUL, dl, HiLoVT, LH, RL)
    [all...]
LegalizeIntegerTypes.cpp 3284 SDValue LL, LH, RL, RH;
3285 GetExpandedInteger(N->getOperand(0), LL, LH);
3288 Hi = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), LH, RH);
3297 SDValue LL, LH, RL, RH;
3298 GetExpandedInteger(N->getOperand(0), LL, LH);
3303 LL, LH, RL, RH))
3361 DAG.getNode(ISD::MUL, dl, NVT, RL, LH)));
3450 SDValue LL, LH, RL, RH;
3451 GetExpandedInteger(LHS, LL, LH);
3458 LL, LH, RL, RH))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsNaClELFStreamer.cpp 222 case Mips::LH:
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVMergeBaseOffset.cpp 213 case RISCV::LH:
RISCVISelDAGToDAG.cpp 1456 case RISCV::LH:
RISCVInstrInfo.cpp 69 case RISCV::LH:
  /src/external/bsd/openldap/dist/libraries/libldap/
tavl.c 47 static const int avl_bfs[] = {LH, RH};
avl.c 60 static const int avl_bfs[] = {LH, RH};
  /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 675 SDValue LH, RH;
676 LH = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
685 LH = DAG.getNode(ISD::MUL, dl, MVT::i32, LH, RL);
687 Hi = DAG.getNode(ISD::ADD, dl, MVT::i32, Hi, LH);
  /src/sys/arch/mips/mips/
bds_emul.S 114 PTR_WORD _C_LABEL(mips_emul_lh) # 041 LH
  /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/
evppkey_brainpool.txt 36 MEIwFAYHKoZIzj0CAQYJKyQDAwIIAQEBAyoABAu+ovBXBFQuw3Rt9qeImT6mLh9rerLFnTRL0+LH
  /src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
evppkey_brainpool.txt 36 MEIwFAYHKoZIzj0CAQYJKyQDAwIIAQEBAyoABAu+ovBXBFQuw3Rt9qeImT6mLh9rerLFnTRL0+LH
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LowerMatrixIntrinsics.cpp 1085 Value *LH = Builder.CreateExtractElement(
1088 Value *Splat = Builder.CreateVectorSplat(BlockSize, LH, "splat");
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsInstructionSelector.cpp 213 return Opc == TargetOpcode::G_SEXTLOAD ? Mips::LH : Mips::LHu;
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 4325 /// \param LH High bits of the LHS of the MUL. See LL for meaning.
4332 SDValue LL = SDValue(), SDValue LH = SDValue(),
4340 /// \param LH High bits of the LHS of the MUL. See LL for meaning.
4346 SDValue LL = SDValue(), SDValue LH = SDValue(),
  /src/external/gpl3/binutils/dist/opcodes/
nds32-asm.c 454 {"lh", "=rt,[%ra+(%rb<<%sv)]", MEM (LH), 4, ATTR_ALL, 0, NULL, 0, NULL},
455 {"lh", "=rt,[%ra+%rb{<<%sv}]", MEM (LH), 4, ATTR_ALL, 0, NULL, 0, NULL},
462 {"lh.bi", "=rt,[%ra],%rb{<<%sv}", MEM (LH_BI), 4, ATTR_ALL, 0, NULL, 0, NULL},
463 {"lh.bi", "=rt,[%ra],(%rb<<%sv)", MEM (LH_BI), 4, ATTR_ALL, 0, NULL, 0, NULL},
464 {"lh.p", "=rt,[%ra],%rb{<<%sv}", MEM (LH_BI), 4, ATTR_ALL, 0, NULL, 0, NULL},
517 {"lh", "=rt,[%ra]", OP6 (LHI), 4, ATTR_ALL, 0, NULL, 0, NULL},
  /src/external/gpl3/binutils.old/dist/opcodes/
nds32-asm.c 454 {"lh", "=rt,[%ra+(%rb<<%sv)]", MEM (LH), 4, ATTR_ALL, 0, NULL, 0, NULL},
455 {"lh", "=rt,[%ra+%rb{<<%sv}]", MEM (LH), 4, ATTR_ALL, 0, NULL, 0, NULL},
462 {"lh.bi", "=rt,[%ra],%rb{<<%sv}", MEM (LH_BI), 4, ATTR_ALL, 0, NULL, 0, NULL},
463 {"lh.bi", "=rt,[%ra],(%rb<<%sv)", MEM (LH_BI), 4, ATTR_ALL, 0, NULL, 0, NULL},
464 {"lh.p", "=rt,[%ra],%rb{<<%sv}", MEM (LH_BI), 4, ATTR_ALL, 0, NULL, 0, NULL},
517 {"lh", "=rt,[%ra]", OP6 (LHI), 4, ATTR_ALL, 0, NULL, 0, NULL},

Completed in 58 milliseconds

1 2