Home
last modified time | relevance | path

Searched defs:Tmp (Results 1 – 25 of 70) sorted by relevance

123

/external/llvm/lib/Support/
DTriple.cpp599 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getVendorName() local
604 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getOSName() local
610 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getEnvironmentName() local
616 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getOSAndEnvironmentName() local
DAPInt.cpp772 uint64_t Tmp = Src[I]; in lshrNear() local
847 APInt Tmp(width, mantissa); in RoundDoubleToAPInt() local
875 APInt Tmp(isNeg ? -(*this) : (*this)); in roundToDouble() local
2194 APInt Tmp(*this); in toString() local
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmswtpnt.c202 cmsMAT3 Cone, Tmp; in ComputeChromaticAdaptation() local
254 cmsMAT3 Tmp; in _cmsAdaptMatrixToD50() local
/external/llvm/lib/Analysis/
DPHITransAddr.cpp95 SmallVector<Instruction*, 8> Tmp(InstInputs.begin(), InstInputs.end()); in Verify() local
372 PHITransAddr Tmp(InVal, DL); in InsertPHITranslatedSubExpr() local
/external/llvm/lib/AsmParser/
DLLLexer.cpp756 APInt Tmp(bits, StringRef(TokStart+3, len), 16); in LexIdentifier() local
880 APInt Tmp(numBits, StringRef(TokStart, Len), 10); in LexDigitOrNegative() local
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp123 ExplodedNodeSet Tmp; in VisitBinaryOperator() local
217 ExplodedNodeSet Tmp; in VisitBlockExpr() local
773 ExplodedNodeSet Tmp; in VisitUnaryOperator() local
902 ExplodedNodeSet Tmp; in VisitIncrementDecrementOperator() local
DExprEngine.cpp462 ExplodedNodeSet Tmp(Pred); in ProcessInitializer() local
822 ExplodedNodeSet Tmp; in Visit() local
871 ExplodedNodeSet Tmp; in Visit() local
938 ExplodedNodeSet Tmp; in Visit() local
1186 ExplodedNodeSet Tmp; in Visit() local
1829 ExplodedNodeSet Tmp; in VisitMemberExpr() local
2072 ExplodedNodeSet Tmp; in evalStore() local
2106 ExplodedNodeSet Tmp; in evalLoad() local
2135 ExplodedNodeSet Tmp; in evalLoadCommon() local
2191 ExplodedNodeSet Tmp; in evalLocation() local
DExprEngineObjC.cpp90 ExplodedNodeSet Tmp; in VisitObjCForCollectionStmt() local
/external/llvm/lib/MC/
DSubtargetFeature.cpp57 SmallVector<StringRef, 2> Tmp; in Split() local
DMCStreamer.cpp125 SmallString<128> Tmp; in EmitULEB128IntValue() local
134 SmallString<128> Tmp; in EmitSLEB128IntValue() local
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp121 bool Tmp; in getBody() local
126 bool Tmp; in isBodyAutosynthesized() local
DConsumed.cpp311 const CXXBindTemporaryExpr *Tmp; member
355 PropagationInfo(const CXXBindTemporaryExpr *Tmp) in PropagationInfo()
1220 void ConsumedStateMap::setState(const CXXBindTemporaryExpr *Tmp, in setState()
1225 void ConsumedStateMap::remove(const CXXBindTemporaryExpr *Tmp) { in remove()
DFormatString.cpp106 const char *Tmp = Beg; in ParsePositionAmount() local
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp912 SDValue Tmp = in SelectSETCC() local
1285 SDNode *Tmp = in Select() local
1466 SDNode *Tmp = CurDAG->getMachineNode(PPC::ADDIStocHA, dl, MVT::i64, in Select() local
1524 SDNode *Tmp = CurDAG->getMachineNode(Opc1, dl, VT, EltVal); in Select() local
/external/llvm/utils/TableGen/
DDAGISelMatcherOpt.cpp382 Matcher *Tmp = EqualMatchers[i]->takeNext(); in FactorNodes() local
DRegisterInfoEmitter.cpp473 std::string Tmp; in EmitRegMapping() local
504 std::string Tmp; in EmitRegMapping() local
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp174 APInt Tmp = ImmVal.ashr(ShiftVal).sextOrTrunc(64); in getIntImmCost() local
/external/clang/tools/driver/
Ddriver.cpp384 std::string Tmp = llvm::sys::FindProgramByName( in main() local
/external/llvm/include/llvm/Object/
DELF.h98 ELFEntityIterator Tmp = *this; variable
194 Elf_Sym_Iter Tmp = *this; variable
/external/clang/lib/CodeGen/
DCGBuiltin.cpp192 llvm::Value *Tmp = CGF.Builder.CreateCall2(Callee, X, Y); in EmitOverflowIntrinsic() local
337 Value *Tmp = Builder.CreateAdd(Builder.CreateCall2(F, ArgValue, in EmitBuiltinExpr() local
358 Value *Tmp = Builder.CreateCall(F, ArgValue); in EmitBuiltinExpr() local
3154 Value *Tmp = CreateMemTemp(E->getArg(0)->getType()); in EmitARMBuiltinExpr() local
3883 Value *Tmp = Builder.CreateAlloca(ConvertType(E->getArg(0)->getType()), in EmitAArch64BuiltinExpr() local
5671 Value *Tmp = CreateMemTemp(E->getArg(0)->getType()); in EmitX86BuiltinExpr() local
5677 Value *Tmp = CreateMemTemp(E->getType()); in EmitX86BuiltinExpr() local
5996 llvm::Value *Tmp = Builder.CreateCall3(Callee, X, Y, Z); in EmitR600BuiltinExpr() local
/external/llvm/lib/Target/R600/
DR600OptimizeVectorRegisters.cpp195 MachineInstr *Tmp = BuildMI(MBB, Pos, DL, TII->get(AMDGPU::INSERT_SUBREG), in RebuildVector() local
/external/clang/lib/Lex/
DPPDirectives.cpp124 Token Tmp; in DiscardUntilEndOfDirective() local
209 Token Tmp; in CheckEndOfDirective() local
/external/llvm/include/llvm/Support/
DMathExtras.h129 T Tmp = Val >> Shift; variable
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp956 APInt Tmp = ImmVal.ashr(ShiftVal).sextOrTrunc(64); in getIntImmCost() local
/external/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp131 Value *Tmp = Builder.CreateAShr(Dividend, Shift); in generateSignedDivisionCode() local

123