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

1234567

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4599 std::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(N->getValueType(0));
4603 std::tie(LL, LH) = DAG.SplitVectorOperand(N, 0);
4604 std::tie(RL, RH) = DAG.SplitVectorOperand(N, 1);
4712 std::tie(CCLo, CCHi) = SplitVSETCC(N0.getNode(), DAG);
4713 std::tie(LL, LH) = DAG.SplitVectorOperand(N, 1);
4714 std::tie(RL, RH) = DAG.SplitVectorOperand(N, 2);
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1309 std::tie(Value, Overflow) = getAArch64XALUOOp(CC, Op, DAG);
2870 std::tie(Value, Overflow) = getAArch64XALUOOp(OFCC, LHS.getValue(0), DAG);
3192 std::tie(Value, Overflow) = getAArch64XALUOOp(OFCC, CC.getValue(0), DAG);
/external/chromium_org/v8/src/
H A Druntime.cc7675 int tie = EQUAL;
7686 tie = LESS;
7690 tie = GREATER;
7695 return Smi::FromInt(tie);
/external/clang/lib/AST/
H A DDecl.cpp3577 std::tie(FirstDecl, LastDecl) = BuildDeclChain(Decls,
H A DASTContext.cpp1635 std::tie(Width, Align) = ABI->getMemberPointerWidthAndAlign(MPT);
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp809 std::tie(sizeInBits, alignInBits) = CGM.getContext().getTypeInfo(type);
H A DCGObjC.cpp627 std::tie(IvarSize, IvarAlignment) =
/external/clang/lib/Driver/
H A DToolChains.cpp489 std::tie(first, second) = isysroot.split(StringRef("SDKs/iPhoneOS"));
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp621 std::tie(Depth, Index) = getDepthAndIndex(Unexpanded[I]);
H A DSemaDecl.cpp2441 std::tie(PrevDiag, OldLocation) =
3159 std::tie(PrevDiag, OldLocation) =
H A DSemaExpr.cpp6143 std::tie(lhptee, lhq) =
6145 std::tie(rhptee, rhq) =
/external/clang/lib/Serialization/
H A DASTWriter.cpp4909 std::tie(FID, Offset) = SM.getDecomposedLoc(FileLoc);
H A DASTReader.cpp2867 std::tie(F.SLocEntryBaseID, F.SLocEntryBaseOffset) =
/external/clang/tools/libclang/
H A DCIndex.cpp321 std::tie(File, Offset) = SM.getDecomposedExpansionLoc(Outer);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3282 std::tie(Value, OverflowCmp) = getARMXALUOOp(Op, DAG, ARMcc);
3312 std::tie(Value, OverflowCmp) = getARMXALUOOp(Cond, DAG, ARMcc);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7867 std::tie(V1Lo, V1Hi) = buildLoAndHiV8s(V1, V1LoBlendMask, V1HiBlendMask);
7868 std::tie(V2Lo, V2Hi) = buildLoAndHiV8s(V2, V2LoBlendMask, V2HiBlendMask);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 878 milliseconds

1234567