Searched refs:tie (Results 76 - 100 of 156) sorted by relevance

1234567

/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DGCOV.cpp495 std::tie(Line, Remaining) = Remaining.split("\n");
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp275 std::tie(CtorFunc, std::ignore) = createSanitizerCtorAndInitFunctions(
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp293 std::tie(Itr, Inserted) = ConstCandMap.insert(std::make_pair(ConstInt, 0));
/freebsd-11.0-release/contrib/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp696 std::tie(CommandStr, Rest) = Line.split(' ');
/freebsd-11.0-release/contrib/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp195 std::tie(WeightStr, FileName) = WeightedFilename.split(',');
/freebsd-11.0-release/contrib/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp481 std::tie(OldAddrInt, ErrorMsg) =
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp589 std::tie(stateTrue, stateFalse) = state->assume(ArgIsNull);
897 std::tie(StNonNil, StNil) = State->assume(*KnownCollection);
H A DMallocChecker.cpp727 std::tie(TrueState, FalseState) = State->assume(MaskedFlags);
885 std::tie(TrueState, FalseState) =
1321 std::tie(notNullState, nullState) = State->assume(location);
1920 std::tie(StatePtrIsNull, StatePtrNotNull) = State->assume(PtrEQ);
1922 std::tie(StateSizeIsZero, StateSizeNotZero) = State->assume(SizeZero);
2085 std::tie(AllocNode, Region) = getAllocationSite(N, Sym, C);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp516 std::tie(Pad, HandlerParentState) = Worklist.pop_back_val();
1109 std::tie(EHBlock, InVal) = Worklist.pop_back_val();
H A DRegisterCoalescer.cpp1184 std::tie(Reads, Writes) = UseMI->readsWritesVirtualRegister(SrcReg, &Ops);
1892 std::tie(Orig0, Reg0) = followCopyChain(Value0);
1898 std::tie(Orig1, Reg1) = Other.followCopyChain(Value1);
/freebsd-11.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex481 \gdef\sepspaces{\obeyspaces\let =\tie}
485 % expansion of \tie (\leavevmode \penalty \@M \ ).
636 % Be sure we're in horizontal mode when doing a tie, since we make space
645 \gdef\tie{\leavevmode\penalty\tiepenalty\ }
3403 \definedummyword{tie}%
4865 \catcode `\^=7 \catcode `\_=8 \catcode `\~=\active \let~=\tie
6153 \turnoffactive \putwordpage\tie\refx{#1-pg}{}%
6172 \putwordChapter@tie \the\chapno
6174 \putwordSection@tie \the\chapno.\the\secno
6176 \putwordSection@tie \th
[all...]
/freebsd-11.0-release/contrib/amd/doc/
H A Dtexinfo.tex472 \gdef\sepspaces{\obeyspaces\let =\tie}
476 % expansion of \tie (\leavevmode \penalty \@M \ ).
627 % Be sure we're in horizontal mode when doing a tie, since we make space
636 \gdef\tie{\leavevmode\penalty\tiepenalty\ }
3230 \definedummyword{tie}%
4670 \catcode `\^=7 \catcode `\_=8 \catcode `\~=\active \let~=\tie
5955 \turnoffactive \otherbackslash \putwordpage\tie\refx{#1-pg}{}%
5974 \putwordChapter@tie \the\chapno
5976 \putwordSection@tie \the\chapno.\the\secno
5978 \putwordSection@tie \th
[all...]
/freebsd-11.0-release/contrib/groff/doc/
H A Dtexinfo.tex473 \gdef\sepspaces{\obeyspaces\let =\tie}
477 % expansion of \tie (\leavevmode \penalty \@M \ ).
628 % Be sure we're in horizontal mode when doing a tie, since we make space
637 \gdef\tie{\leavevmode\penalty\tiepenalty\ }
3301 \definedummyword{tie}%
4742 \catcode `\^=7 \catcode `\_=8 \catcode `\~=\active \let~=\tie
6027 \turnoffactive \otherbackslash \putwordpage\tie\refx{#1-pg}{}%
6046 \putwordChapter@tie \the\chapno
6048 \putwordSection@tie \the\chapno.\the\secno
6050 \putwordSection@tie \th
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp2119 return std::tie(LHS.This, LHS.Return) < std::tie(RHS.This, RHS.Return);
2898 std::tie(J, Inserted) = VisitedGroupIndices.insert(
3219 return std::tie(LHS.This, LHS.Return) < std::tie(RHS.This, RHS.Return);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp773 std::tie(Decl1, BO1, Expr1) = tryNormalizeBinaryOperator(LHS);
781 std::tie(Decl2, BO2, Expr2) = tryNormalizeBinaryOperator(RHS);
1680 std::tie(RHSBlock, ExitBlock) =
2484 std::tie(EntryConditionBlock, ExitConditionBlock) =
2801 std::tie(EntryConditionBlock, ExitConditionBlock) =
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp1318 std::tie(CC, SwapArgs) = getX86ConditionCode(Predicate);
1444 std::tie(CC, SwapArgs) = getX86ConditionCode(Predicate);
1805 std::tie(CC, NeedSwap) = getX86ConditionCode(Predicate);
1913 std::tie(CC, NeedSwap) = getX86SSEConditionCode(Predicate);
2011 std::tie(CC, NeedSwap) = getX86ConditionCode(CI->getPredicate());
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp1113 std::tie(ID, FirstInLineOffset) = SourceMgr.getDecomposedLoc(
1756 return std::tie(Includes[LHSI].Category, Includes[LHSI].Filename) <
1757 std::tie(Includes[RHSI].Category, Includes[RHSI].Filename);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5202 std::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(N->getValueType(0));
5206 std::tie(LL, LH) = DAG.SplitVectorOperand(N, 0);
5207 std::tie(RL, RH) = DAG.SplitVectorOperand(N, 1);
5292 std::tie(MaskLo, MaskHi) = SplitVSETCC(Mask.getNode(), DAG);
5295 std::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(MSC->getValueType(0));
5303 std::tie(LoMemVT, HiMemVT) = DAG.GetSplitDestVTs(MemoryVT);
5306 std::tie(DataLo, DataHi) = DAG.SplitVector(Data, DL);
5310 std::tie(IndexLo, IndexHi) = DAG.SplitVector(MSC->getIndex(), DL);
5353 std::tie(MaskLo, MaskHi) = SplitVSETCC(Mask.getNode(), DAG);
5356 std::tie(LoV
[all...]
H A DStatepointLowering.cpp319 std::tie(ReturnValue, CallEndVal) = Builder.lowerCallOperands(
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1240 std::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(VT);
1241 std::tie(LoMemVT, HiMemVT) = DAG.GetSplitDestVTs(MemVT);
1242 std::tie(Lo, Hi) = DAG.SplitVector(Op, SL, LoVT, HiVT);
1384 std::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(VT);
1385 std::tie(LoMemVT, HiMemVT) = DAG.GetSplitDestVTs(MemVT);
1386 std::tie(Lo, Hi) = DAG.SplitVector(Val, SL, LoVT, HiVT);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp1854 std::tie(SpellFID, SpellRelativeOffs) = getDecomposedLoc(SpellLoc);
1933 std::tie(FID, Offset) = getDecomposedLoc(Loc);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp1360 std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo);
1750 std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo);
1889 std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo);
3246 std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo);
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DLazyCallGraph.cpp282 std::tie(C, I) = DFSSCCs.pop_back_val();
/freebsd-11.0-release/contrib/llvm/lib/Linker/
H A DLinkModules.cpp687 std::tie(SK, LinkFromSrc) = ComdatsChosen[SC];
/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCAssembler.cpp687 std::tie(FixedValue, IsPCRel) = handleFixup(Layout, *F, Fixup);

Completed in 665 milliseconds

1234567