Searched refs:tie (Results 151 - 175 of 207) sorted by relevance

123456789

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp243 return std::tie(BrokenHints, MaxWeight) <
244 std::tie(O.BrokenHints, O.MaxWeight);
595 // The virtual register number is a tie breaker for same-sized ranges.
H A DMachineTraceMetrics.cpp937 std::tie(I, New) = Heights.insert(std::make_pair(Dep.DefMI, UseHeight));
H A DLiveIntervalAnalysis.cpp641 std::tie(MBBStart, MBBEnd) = Indexes->getMBBRange(MBB);
H A DTargetLoweringBase.cpp1360 std::tie(RRC, Cost) = findRepresentativeClass(TRI, (MVT::SimpleValueType)i);
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp784 return std::tie(*Members, SpillSize, SpillAlignment) <
785 std::tie(*B.Members, B.SpillSize, B.SpillAlignment);
838 // Finally order by name as a tie breaker.
/external/opencv3/modules/cudafeatures2d/src/cuda/
H A Dbf_match.cu75 reduceKeyVal<BLOCK_SIZE>(s_distance, bestDistance, smem_tuple(s_trainIdx, s_imgIdx), thrust::tie(bestTrainIdx, bestImgIdx), threadIdx.x, less<float>());
/external/opencv3/modules/cudalegacy/src/cuda/
H A Dfgd.cu187 reduce<MERGE_THREADBLOCK_SIZE>(smem_tuple(data0, data1, data2), thrust::tie(sum0, sum1, sum2), threadIdx.x, thrust::make_tuple(op, op, op));
/external/clang/lib/AST/
H A DDeclBase.cpp1089 std::tie(ExternalFirst, ExternalLast) =
/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp691 std::tie(LibCallR, LibCallI) = EmitComplexBinOpLibCall(
H A DCGExprScalar.cpp2024 std::tie(numElts, eltType) = CGF.getVLASize(VAT);
2671 std::tie(numElements, elementType) = CGF.getVLASize(vla);
2992 std::tie(LHS, RHS) = CGF.EmitARCStoreStrong(E, Ignore);
2996 std::tie(LHS, RHS) = CGF.EmitARCStoreAutoreleasing(E);
H A DCGDecl.cpp1072 std::tie(elementCount, elementType) = getVLASize(Ty);
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp590 std::tie(StTrue, StFalse) = N->getState()->assume(DefinedRHS);
H A DMemRegion.cpp1413 std::tie(VR, OriginalVR) = getCaptureRegions(VD);
H A DExprEngine.cpp1638 std::tie(StTrue, StFalse) = PrevState->assume(V);
1818 std::tie(StateCase, DefaultSt) =
2395 std::tie(StateTrue, StateFalse) = state->assume(*SEV);
H A DBugReporter.cpp2881 std::tie(PriorityEntry, IsNew) =
2910 std::tie(OrigN, GraphWrapper.Index) = ReportNodes.pop_back_val();
/external/llvm/lib/MC/
H A DMCAssembler.cpp956 std::tie(FixedValue, IsPCRel) = handleFixup(Layout, *F, Fixup);
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp272 std::tie(PropsIt, Inserted) =
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_common.c397 parse->tie = pos;
/external/wpa_supplicant_8/src/common/
H A Dwpa_common.c397 parse->tie = pos;
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_common.c397 parse->tie = pos;
/external/clang/lib/Lex/
H A DPPMacroExpansion.cpp991 std::tie(prevLexer, tokIndex) = MacroExpandingLexersStack[i];
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1252 std::tie(LoVT, HiVT) = GetSplitDestVTs(N.getValueType());
/external/llvm/lib/Linker/
H A DIRMover.cpp1307 std::tie(DstOp, DstIndex) = Flags.lookup(ID);
/external/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp163 std::tie(MapIter, Inserted) = GlobalNumbers.insert({Global, NextNumber});
/external/clang/lib/Sema/
H A DSemaLookup.cpp1126 std::tie(OuterCtx, SearchAfterTemplateScope) = findOuterContext(S);
1269 std::tie(OuterCtx, SearchAfterTemplateScope) = findOuterContext(S);

Completed in 971 milliseconds

123456789