HomeSort by relevance Sort by last modified time
    Searched defs:ValTy (Results 1 - 21 of 21) sorted by null

  /external/clang/include/clang/Analysis/FlowSensitive/
DataflowValues.h 48 typedef typename ValueTypes::ValTy ValTy;
51 typedef llvm::DenseMap<ProgramPoint, ValTy> EdgeDataMapTy;
52 typedef llvm::DenseMap<const CFGBlock*, ValTy> BlockDataMapTy;
53 typedef llvm::DenseMap<const Stmt*, ValTy> StmtDataMapTy;
87 ValTy& getEdgeData(const BlockEdge &E) {
93 const ValTy& getEdgeData(const BlockEdge &E) const {
101 ValTy& getBlockData(const CFGBlock *B) {
107 const ValTy& getBlockData(const CFGBlock *B) const {
117 ValTy& getStmtData(const Stmt *S)
    [all...]
  /external/llvm/include/llvm/ADT/
PointerUnion.h 84 PointerUnionUIntTraits<PT1,PT2> > ValTy;
86 ValTy Val;
181 V.Val = ValTy::getFromOpaqueValue(VP);
221 PointerLikeTypeTraits<typename PointerUnion<PT1,PT2>::ValTy>
233 typedef PointerUnion<InnerUnion, PT3> ValTy;
235 ValTy Val;
238 ValTy Val;
239 IsInnerUnion(ValTy val) : Val(val) { }
252 ValTy Val;
253 IsPT3(ValTy val) : Val(val) {
    [all...]
ScopedHashTable.h 153 typedef ScopedHashTableVal<K, V> ValTy;
154 DenseMap<K, ValTy*, KInfo> TopLevelMap;
180 typename DenseMap<K, ValTy*, KInfo>::iterator I = TopLevelMap.find(Key);
196 typename DenseMap<K, ValTy*, KInfo>::iterator I =
212 KeyEntry = ValTy::Create(S->getLastValInScope(), KeyEntry, Key, Val,
  /external/llvm/lib/Analysis/
CostModel.cpp 423 Type *ValTy = I->getOperand(0)->getType();
424 return TTI->getCmpSelInstrCost(I->getOpcode(), ValTy);
428 Type *ValTy = SI->getValueOperand()->getType();
429 return TTI->getMemoryOpCost(I->getOpcode(), ValTy,
  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 167 EVT ValTy = Addr.getValueType();
169 Alias = CurDAG->getTargetConstant(0, DL, ValTy);
173 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), ValTy);
174 Offset = CurDAG->getTargetConstant(0, DL, ValTy);
197 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), ValTy);
203 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), DL, ValTy);
239 Offset = CurDAG->getTargetConstant(0, DL, ValTy);
MipsSEISelDAGToDAG.cpp 282 EVT ValTy = Addr.getValueType();
284 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), ValTy);
285 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), ValTy);
298 EVT ValTy = Addr.getValueType();
303 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), ValTy);
308 ValTy);
    [all...]
MipsISelLowering.cpp 717 EVT ValTy = N->getValueType(0);
718 if (SMPos != 0 || Pos + SMSize > ValTy.getSizeInBits())
722 return DAG.getNode(MipsISD::Ext, DL, ValTy,
    [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 315 Type *ValTy = Val->getType();
319 if (ValTy->isVectorTy() && ValTy->getScalarSizeInBits() == 1)
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 53 const APValue &Value, QualType ValTy);
541 llvm::Type *ValTy = CGM.getTypes().ConvertType(Ty);
542 if (llvm::StructType *ValSTy = dyn_cast<llvm::StructType>(ValTy)) {
580 QualType ValTy) {
583 const RecordDecl *RD = ValTy->castAs<RecordType>()->getDecl();
587 return Builder.Finalize(ValTy);
    [all...]
CGAtomic.cpp 650 bool UseOptimizedLibcall, llvm::Value *Val, QualType ValTy,
654 CharUnits Align = CGF.getContext().getTypeAlignInChars(ValTy);
656 ValTy =
662 CGF.getContext().getPointerType(ValTy),
665 Args.add(RValue::get(Val), ValTy);
    [all...]
CGExprScalar.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
DIE.h 312 DIEBlock *, DIELoc *, DIELocList> ValTy;
313 static_assert(sizeof(ValTy) <= sizeof(uint64_t) ||
314 sizeof(ValTy) <= sizeof(void *),
318 ValTy Val;
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
RewriteStatepointsForGC.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 441 milliseconds