HomeSort by relevance Sort by last modified time
    Searched refs:LH (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZ.h 35 LH = 5,
SystemZInstrInfo.cpp 360 case SystemZCC::LH: return get(SystemZ::JLH);
381 case SystemZ::JLH: return SystemZCC::LH;
403 case SystemZCC::LH: return SystemZCC::NLH;
406 case SystemZCC::NLH: return SystemZCC::LH;
  /external/clang/lib/Sema/
SemaStmtAttr.cpp 162 const LoopHintAttr *LH = dyn_cast<LoopHintAttr>(I);
165 if (!LH)
168 LoopHintAttr::OptionType Option = LH->getOption();
196 CategoryState.StateAttr = LH;
200 CategoryState.NumericAttr = LH;
204 SourceLocation OptionLoc = LH->getRange().getBegin();
209 << LH->getDiagnosticName(Policy);
SemaTemplateInstantiate.cpp     [all...]
  /external/clang/lib/CodeGen/
CGLoopInfo.cpp 135 const LoopHintAttr *LH = dyn_cast<LoopHintAttr>(Attr);
140 if (!LH && !OpenCLHint) {
161 } else if (LH) {
162 auto *ValueExpr = LH->getValue();
168 Option = LH->getOption();
169 State = LH->getState();
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 525 SDValue LL, LH, RL, RH, CL, CH;
527 GetSplitOp(N->getOperand(1), LL, LH);
542 Hi = DAG.getNode(N->getOpcode(), dl, LH.getValueType(), CH, LH, RH);
547 SDValue LL, LH, RL, RH;
549 GetSplitOp(N->getOperand(2), LL, LH);
554 Hi = DAG.getNode(ISD::SELECT_CC, dl, LH.getValueType(), N->getOperand(0),
555 N->getOperand(1), LH, RH, N->getOperand(4));
TargetLowering.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 442 SDValue LL, LH, RL, RH, CL, CH;
444 GetSplitOp(N->getOperand(1), LL, LH);
461 Hi = DAG.getNode(N->getOpcode(), dl, LH.getValueType(), CH, LH, RH);
466 SDValue LL, LH, RL, RH;
468 GetSplitOp(N->getOperand(2), LL, LH);
473 Hi = DAG.getNode(ISD::SELECT_CC, dl, LH.getValueType(), N->getOperand(0),
474 N->getOperand(1), LH, RH, N->getOperand(4));
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Orc/
OrcCBindingsStack.h 189 auto LH = Layer.addModuleSet(std::move(S), std::move(MemMgr),
191 ModuleHandleT H = createHandle(Layer, LH);
  /external/libvpx/libvpx/vpx_dsp/mips/
sub_pixel_variance_msa.c 395 filtval = LH(filter);
434 filtval = LH(filter);
476 filtval = LH(filter);
561 filtval = LH(filter);
603 filtval = LH(filter);
647 filtval = LH(filter);
744 filtval = LH(filter_horiz);
746 filtval = LH(filter_vert);
793 filtval = LH(filter_horiz);
795 filtval = LH(filter_vert)
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsNaClELFStreamer.cpp 214 case Mips::LH:
  /external/selinux/mcstrans/share/examples/nato/setrans.d/
eyes-only.conf 387 ~c331=LH # Lithuania
rel.conf 393 ~c200,~c331=LH # Lithuania
  /external/v8/src/mips/
constants-mips.h 373 LH = ((4U << 3) + 1) << kOpcodeShift,
914 OpcodeToBitNumber(LB) | OpcodeToBitNumber(LH) | OpcodeToBitNumber(LWL) |
    [all...]
  /external/v8/src/mips64/
constants-mips64.h 348 LH = ((4U << 3) + 1) << kOpcodeShift,
946 OpcodeToBitNumber(POP76) | OpcodeToBitNumber(LB) | OpcodeToBitNumber(LH) |
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 701 SDValue LH, RH;
702 LH = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
711 LH = DAG.getNode(ISD::MUL, dl, MVT::i32, LH, RL);
713 Hi = DAG.getNode(ISD::ADD, dl, MVT::i32, Hi, LH);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.cpp 688 SDValue LH, RH;
689 LH = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
698 LH = DAG.getNode(ISD::MUL, dl, MVT::i32, LH, RL);
700 Hi = DAG.getNode(ISD::ADD, dl, MVT::i32, Hi, LH);
    [all...]
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.h 340 void LH(int Rt, int Rbase, int16_t offset);
  /external/webp/src/dsp/
msa_macro.h 98 MSA_LOAD_FUNC(uint16_t, lh, msa_lh);
99 #define LH(psrc) MSA_LOAD(psrc, msa_lh)
118 #define LH(psrc) MSA_LOAD(psrc, msa_ulh)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 1287 milliseconds

1 2 3