Home
last modified time | relevance | path

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

123

/external/llvm/lib/Support/
DTriple.cpp706 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getVendorName() local
711 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getOSName() local
717 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getEnvironmentName() local
723 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getOSAndEnvironmentName() local
DAPInt.cpp784 uint64_t Tmp = Src[I]; in lshrNear() local
859 APInt Tmp(width, mantissa); in RoundDoubleToAPInt() local
887 APInt Tmp(isNeg ? -(*this) : (*this)); in roundToDouble() local
2222 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, AC); in InsertPHITranslatedSubExpr() 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.cpp471 ExplodedNodeSet Tmp(Pred); in ProcessInitializer() local
914 ExplodedNodeSet Tmp; in Visit() local
963 ExplodedNodeSet Tmp; in Visit() local
1030 ExplodedNodeSet Tmp; in Visit() local
1278 ExplodedNodeSet Tmp; in Visit() local
1941 ExplodedNodeSet Tmp; in VisitMemberExpr() local
2184 ExplodedNodeSet Tmp; in evalStore() local
2218 ExplodedNodeSet Tmp; in evalLoad() local
2247 ExplodedNodeSet Tmp; in evalLoadCommon() local
2303 ExplodedNodeSet Tmp; in evalLocation() local
DExprEngineObjC.cpp90 ExplodedNodeSet Tmp; in VisitObjCForCollectionStmt() local
/external/llvm/lib/AsmParser/
DLLLexer.cpp783 APInt Tmp(bits, HexStr, 16); in LexIdentifier() local
907 APInt Tmp(numBits, StringRef(TokStart, Len), 10); in LexDigitOrNegative() local
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp122 bool Tmp; in getBody() local
127 bool Tmp; in isBodyAutosynthesized() local
133 bool Tmp; in isBodyAutosynthesizedFromModelFile() local
DConsumed.cpp311 const CXXBindTemporaryExpr *Tmp; member
355 PropagationInfo(const CXXBindTemporaryExpr *Tmp) in PropagationInfo()
1219 void ConsumedStateMap::setState(const CXXBindTemporaryExpr *Tmp, in setState()
1224 void ConsumedStateMap::remove(const CXXBindTemporaryExpr *Tmp) { in remove()
DFormatString.cpp106 const char *Tmp = Beg; in ParsePositionAmount() local
/external/llvm/lib/MC/
DSubtargetFeature.cpp57 SmallVector<StringRef, 3> Tmp; in Split() local
DMCStreamer.cpp93 SmallString<128> Tmp; in EmitULEB128IntValue() local
102 SmallString<128> Tmp; in EmitSLEB128IntValue() local
/external/llvm/utils/TableGen/
DDAGISelMatcherOpt.cpp382 Matcher *Tmp = EqualMatchers[i]->takeNext(); in FactorNodes() local
DRegisterInfoEmitter.cpp475 std::string Tmp; in EmitRegMapping() local
506 std::string Tmp; in EmitRegMapping() local
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp56 APInt Tmp = ImmVal.ashr(ShiftVal).sextOrTrunc(64); in getIntImmCost() local
/external/llvm/include/llvm/Object/
DELF.h110 ELFEntityIterator Tmp = *this; variable
200 Elf_Sym_Iter Tmp = *this; variable
/external/clang/tools/driver/
Ddriver.cpp357 if (llvm::ErrorOr<std::string> Tmp = llvm::sys::findProgramByName( in SetInstallDir() local
/external/clang/lib/CodeGen/
DCGBuiltin.cpp208 llvm::Value *Tmp = CGF.Builder.CreateCall2(Callee, X, Y); in EmitOverflowIntrinsic() local
369 Value *Tmp = Builder.CreateAdd(Builder.CreateCall2(F, ArgValue, in EmitBuiltinExpr() local
390 Value *Tmp = Builder.CreateCall(F, ArgValue); in EmitBuiltinExpr() local
3396 Value *Tmp = CreateMemTemp(E->getArg(0)->getType()); in EmitARMBuiltinExpr() local
4168 Value *Tmp = Builder.CreateAlloca(ConvertType(E->getArg(0)->getType()), in EmitAArch64BuiltinExpr() local
5934 Value *Tmp = CreateMemTemp(E->getArg(0)->getType()); in EmitX86BuiltinExpr() local
5940 Value *Tmp = CreateMemTemp(E->getType()); in EmitX86BuiltinExpr() local
6430 llvm::Value *Tmp = Builder.CreateCall3(Callee, X, Y, Z); in EmitR600BuiltinExpr() local
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp245 CallInst *Tmp = CallInst::Create(ActualCallee, Args); in lowerCallFromStatepoint() local
/external/llvm/lib/Target/R600/
DR600OptimizeVectorRegisters.cpp196 MachineInstr *Tmp = BuildMI(MBB, Pos, DL, TII->get(AMDGPU::INSERT_SUBREG), in RebuildVector() local
/external/clang/lib/Lex/
DPPDirectives.cpp96 Token Tmp; in DiscardUntilEndOfDirective() local
257 Token Tmp; in CheckEndOfDirective() local
/external/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp131 Value *Tmp = Builder.CreateAShr(Dividend, Shift); in generateSignedDivisionCode() local
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp229 SmallString<256> Tmp; in relaxInstruction() local
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp434 WorklistT::iterator Tmp = I; in remapSections() local

123