Home
last modified time | relevance | path

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

123

/external/llvm/include/llvm/ADT/
DOwningPtr.h53 T *Tmp = Ptr; variable
55 delete Tmp; variable
61 T *Tmp = Ptr; in take() local
78 T *Tmp = RHS.Ptr; in swap() local
117 T *Tmp = Ptr; variable
125 T *Tmp = Ptr; in take() local
140 T *Tmp = RHS.Ptr; in swap() local
/external/llvm/lib/Support/
DTriple.cpp491 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getVendorName() local
496 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getOSName() local
502 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getEnvironmentName() local
508 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getOSAndEnvironmentName() local
DAPInt.cpp771 uint64_t Tmp = Src[I]; in lshrNear() local
846 APInt Tmp(width, mantissa); in RoundDoubleToAPInt() local
874 APInt Tmp(isNeg ? -(*this) : (*this)); in roundToDouble() local
2193 APInt Tmp(*this); in toString() local
/external/llvm/lib/AsmParser/
DLLLexer.cpp699 APInt Tmp(bits, StringRef(TokStart+3, len), 16); in LexIdentifier() local
823 APInt Tmp(numBits, StringRef(TokStart, Len), 10); in LexDigitOrNegative() local
/external/llvm/lib/Analysis/
DPHITransAddr.cpp95 SmallVector<Instruction*, 8> Tmp(InstInputs.begin(), InstInputs.end()); in Verify() local
375 PHITransAddr Tmp(InVal, TD); in InsertPHITranslatedSubExpr() local
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp116 ExplodedNodeSet Tmp; in VisitBinaryOperator() local
209 ExplodedNodeSet Tmp; in VisitBlockExpr() local
745 ExplodedNodeSet Tmp; in VisitUnaryOperator() local
872 ExplodedNodeSet Tmp; in VisitIncrementDecrementOperator() local
DExprEngine.cpp455 ExplodedNodeSet Tmp(Pred); in ProcessInitializer() local
750 ExplodedNodeSet Tmp; in Visit() local
799 ExplodedNodeSet Tmp; in Visit() local
865 ExplodedNodeSet Tmp; in Visit() local
1113 ExplodedNodeSet Tmp; in Visit() local
1974 ExplodedNodeSet Tmp; in evalStore() local
2008 ExplodedNodeSet Tmp; in evalLoad() local
2037 ExplodedNodeSet Tmp; in evalLoadCommon() local
2093 ExplodedNodeSet Tmp; in evalLocation() local
DExprEngineObjC.cpp90 ExplodedNodeSet Tmp; in VisitObjCForCollectionStmt() local
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp869 SDValue Tmp = in SelectSETCC() local
1194 SDNode *Tmp = in Select() local
1279 SDNode *Tmp = CurDAG->getMachineNode(PPC::ADDIStocHA, dl, MVT::i64, in Select() local
1345 SDNode *Tmp = CurDAG->getMachineNode(Opc1, dl, VT, EltVal); in Select() local
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp114 bool Tmp; in getBody() local
119 bool Tmp; in isBodyAutosynthesized() local
DFormatString.cpp106 const char *Tmp = Beg; in ParsePositionAmount() local
/external/clang/lib/CodeGen/
DCGBuiltin.cpp191 llvm::Value *Tmp = CGF.Builder.CreateCall2(Callee, X, Y); in EmitOverflowIntrinsic() local
333 Value *Tmp = Builder.CreateAdd(Builder.CreateCall2(F, ArgValue, in EmitBuiltinExpr() local
354 Value *Tmp = Builder.CreateCall(F, ArgValue); in EmitBuiltinExpr() local
1980 Value *Tmp = Builder.CreateAlloca(ConvertType(E->getArg(0)->getType()), in EmitARMBuiltinExpr() local
2890 Value *Tmp = Builder.CreateAlloca(Int32Ty, One); in EmitX86BuiltinExpr() local
2898 Value *Tmp = Builder.CreateAlloca(Int32Ty, One); in EmitX86BuiltinExpr() local
DCGStmt.cpp1734 llvm::Value *Tmp = Builder.CreateExtractValue(Result, i, "asmresult"); in EmitAsmStmt() local
1740 llvm::Value *Tmp = RegResults[i]; in EmitAsmStmt() local
/external/llvm/utils/TableGen/
DDAGISelMatcherOpt.cpp374 Matcher *Tmp = EqualMatchers[i]->takeNext(); in FactorNodes() local
DRegisterInfoEmitter.cpp473 std::string Tmp; in EmitRegMapping() local
504 std::string Tmp; in EmitRegMapping() local
/external/clang/tools/driver/
Ddriver.cpp362 std::string Tmp = llvm::sys::FindProgramByName( in main() local
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp271 SmallString<256> Tmp; in relaxInstruction() local
/external/llvm/lib/MC/
DMCStreamer.cpp105 SmallString<128> Tmp; in EmitULEB128IntValue() local
114 SmallString<128> Tmp; in EmitSLEB128IntValue() local
DMCDwarf.cpp358 SmallString<256> Tmp; in Emit() local
1482 SmallString<256> Tmp; in EmitAdvanceLoc() local
/external/llvm/include/llvm/Support/
DMathExtras.h128 T Tmp = Val >> Shift; variable
/external/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp105 Value *Tmp = Builder.CreateAShr(Dividend, ThirtyOne); in generateSignedDivisionCode() local
/external/llvm/lib/Target/R600/
DR600OptimizeVectorRegisters.cpp191 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
202 Token Tmp; in CheckEndOfDirective() local
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp244 StringRef Tmp; in ParseSectionName() local
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp208 SmallString<256> Tmp; in relaxInstruction() local

123