HomeSort by relevance Sort by last modified time
    Searched defs:LH (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/v8/src/compiler/arm/
linkage-arm.cc 36 typedef LinkageHelper<ArmLinkageHelperTraits> LH;
39 return LH::GetJSCallDescriptor(zone, parameter_count);
46 return LH::GetRuntimeCallDescriptor(zone, function, parameter_count,
54 return LH::GetStubCallDescriptor(zone, descriptor, stack_parameter_count,
61 return LH::GetSimplifiedCDescriptor(zone, sig);
  /external/chromium_org/v8/src/compiler/arm64/
linkage-arm64.cc 36 typedef LinkageHelper<Arm64LinkageHelperTraits> LH;
39 return LH::GetJSCallDescriptor(zone, parameter_count);
46 return LH::GetRuntimeCallDescriptor(zone, function, parameter_count,
54 return LH::GetStubCallDescriptor(zone, descriptor, stack_parameter_count,
61 return LH::GetSimplifiedCDescriptor(zone, sig);
  /external/chromium_org/v8/src/compiler/ia32/
linkage-ia32.cc 31 typedef LinkageHelper<IA32LinkageHelperTraits> LH;
34 return LH::GetJSCallDescriptor(zone, parameter_count);
41 return LH::GetRuntimeCallDescriptor(zone, function, parameter_count,
49 return LH::GetStubCallDescriptor(zone, descriptor, stack_parameter_count,
56 return LH::GetSimplifiedCDescriptor(zone, sig);
  /external/chromium_org/v8/src/compiler/x64/
linkage-x64.cc 50 typedef LinkageHelper<X64LinkageHelperTraits> LH;
53 return LH::GetJSCallDescriptor(zone, parameter_count);
60 return LH::GetRuntimeCallDescriptor(zone, function, parameter_count,
68 return LH::GetStubCallDescriptor(zone, descriptor, stack_parameter_count,
75 return LH::GetSimplifiedCDescriptor(zone, sig);
  /external/clang/lib/Sema/
SemaStmtAttr.cpp 130 const LoopHintAttr *LH = dyn_cast<LoopHintAttr>(I);
133 if (!LH)
136 int Option = LH->getOption();
137 int ValueInt = LH->getValue();
156 SourceLocation ValueLoc = LH->getRange().getEnd();
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 515 SDValue LL, LH, RL, RH, CL, CH;
517 GetSplitOp(N->getOperand(1), LL, LH);
532 Hi = DAG.getNode(N->getOpcode(), dl, LH.getValueType(), CH, LH, RH);
537 SDValue LL, LH, RL, RH;
539 GetSplitOp(N->getOperand(2), LL, LH);
544 Hi = DAG.getNode(ISD::SELECT_CC, dl, LH.getValueType(), N->getOperand(0),
545 N->getOperand(1), LH, RH, N->getOperand(4));
LegalizeIntegerTypes.cpp     [all...]
LegalizeVectorTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 555 const LoopHintAttr *LH = dyn_cast<LoopHintAttr>(Attr);
558 if (!LH)
561 LoopHintAttr::OptionType Option = LH->getOption();
562 int ValueInt = LH->getValue();
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 697 SDValue LH, RH;
698 LH = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
707 LH = DAG.getNode(ISD::MUL, dl, MVT::i32, LH, RL);
709 Hi = DAG.getNode(ISD::ADD, dl, MVT::i32, Hi, LH);
    [all...]
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.cpp     [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 292 milliseconds