HomeSort by relevance Sort by last modified time
    Searched refs:Tmp (Results 51 - 75 of 78) sorted by null

1 23 4

  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 472 use_iterator tmp = *this; ++*this; return tmp; local
1812 SDNodeIterator tmp = *this; ++*this; return tmp; local
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
TargetLowering.cpp 190 SDValue Tmp = DAG.getNode(ISD::SETCC, dl,
197 NewLHS = DAG.getNode(ISD::OR, dl, Tmp.getValueType(), Tmp, NewLHS);
    [all...]
LegalizeIntegerTypes.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 244 StringRef Tmp;
  /external/clang/lib/AST/
DeclPrinter.cpp 516 if (ExprWithCleanups *Tmp = dyn_cast<ExprWithCleanups>(Init))
517 Init = Tmp->getSubExpr();
    [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 903 } else if (const CXXTemporaryObjectExpr *Tmp =
905 Type = Tmp->getTypeSourceInfo();
    [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 873 SDValue Tmp = Ops[1];
875 Ops[0] = Tmp;
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 752 llvm::Value *Tmp = CGF.CreateTempAlloca(Ty);
754 llvm::Value *Casted = CGF.Builder.CreateBitCast(Tmp, I8PtrTy);
760 return CGF.Builder.CreateLoad(Tmp);
2063 llvm::Value *tmp = CreateMemTemp(type); local
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 393 for (APInt Tmp = Span.getLower(); Tmp != Span.getUpper(); ++Tmp)
394 Vals.push_back(ConstantInt::get(V->getContext(), Tmp));
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 385 unsigned Tmp = AnonCounter++; // MSVC2012 ICEs without this.
386 return "anonymous." + utostr(Tmp);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 31 raw_string_ostream Tmp(Result);
32 Tmp << *T;
33 return Tmp.str();
    [all...]
  /external/llvm/include/llvm/Object/
ELF.h 537 ELFEntityIterator Tmp = *this;
539 return Tmp;
    [all...]

Completed in 1642 milliseconds

1 23 4