Searched refs:ValTy (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowValues.h48 typedef typename ValueTypes::ValTy ValTy; typedef in class:clang::DataflowValues
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
[all...]
H A DDataflowSolver.h120 typename _Equal = std::equal_to<typename _DFValuesTy::ValTy> >
133 typedef typename _DFValuesTy::ValTy ValTy; typedef in class:clang::DataflowSolver
225 ValTy& V = TF.getVal();
259 BI = D.getBlockDataMap().insert( std::make_pair(B,ValTy()) ).first;
314 void UpdateEdges(CFG& cfg, const CFGBlock *B, ValTy& V) {
321 void UpdateEdgeValue(BlockEdge E, ValTy& V, const CFGBlock *TargetBlock) {
/freebsd-10.1-release/contrib/llvm/include/llvm/ADT/
H A DPointerUnion.h83 PointerUnionUIntTraits<PT1,PT2> > ValTy;
85 ValTy Val;
174 V.Val = ValTy::getFromOpaqueValue(VP);
208 PointerLikeTypeTraits<typename PointerUnion<PT1,PT2>::ValTy>
220 typedef PointerUnion<InnerUnion, PT3> ValTy; typedef in class:llvm::PointerUnion3
222 ValTy Val;
225 ValTy Val;
226 IsInnerUnion(ValTy val) : Val(val) { }
239 ValTy Val;
240 IsPT3(ValTy va
353 typedef PointerUnion<InnerUnion1, InnerUnion2> ValTy; typedef in class:llvm::PointerUnion4
[all...]
H A DScopedHashTable.h152 typedef ScopedHashTableVal<K, V> ValTy; typedef in class:llvm::ScopedHashTable
153 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,
/freebsd-10.1-release/contrib/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.cpp163 EVT ValTy = Addr.getValueType(); local
165 Alias = CurDAG->getTargetConstant(0, ValTy);
169 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), ValTy);
170 Offset = CurDAG->getTargetConstant(0, ValTy);
193 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), ValTy);
199 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), ValTy);
233 Offset = CurDAG->getTargetConstant(0, ValTy);
H A DMipsSEISelDAGToDAG.cpp255 EVT ValTy = Addr.getValueType(); local
259 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), ValTy);
260 Offset = CurDAG->getTargetConstant(0, ValTy);
285 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), ValTy);
289 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), ValTy);
349 EVT ValTy = Addr.getValueType(); local
359 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), ValTy);
363 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), ValTy);
H A DMipsISelLowering.cpp584 EVT ValTy = N->getValueType(0);
585 if (SMPos != 0 || Pos + SMSize > ValTy.getSizeInBits())
588 return DAG.getNode(MipsISD::Ext, SDLoc(N), ValTy,
638 EVT ValTy = N->getValueType(0); local
639 if ((Shamt != SMPos0) || (SMPos0 + SMSize0 > ValTy.getSizeInBits()))
642 return DAG.getNode(MipsISD::Ins, SDLoc(N), ValTy, Shl.getOperand(0),
666 EVT ValTy = N->getValueType(0);
669 SDValue Add1 = DAG.getNode(ISD::ADD, DL, ValTy, N->getOperand(0),
671 return DAG.getNode(ISD::ADD, DL, ValTy, Add1, Lo);
2090 EVT ValTy local
[all...]
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DCallSite.h40 typename ValTy = const Value,
53 CallSiteBase(ValTy *II) { *this = get(II); }
60 static CallSiteBase get(ValTy *V) {
85 ValTy *getCalledValue() const {
111 ValTy *getArgument(unsigned ArgNo) const {
/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp97 virtual unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
201 unsigned PPCTTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, argument
203 return TargetTransformInfo::getCmpSelInstrCost(Opcode, ValTy, CondTy);
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp105 virtual unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
372 unsigned BasicTTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, argument
385 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(ValTy);
394 if (ValTy->isVectorTy()) {
395 unsigned Num = ValTy->getVectorNumElements();
398 unsigned Cost = TopTTI->getCmpSelInstrCost(Opcode, ValTy->getScalarType(),
403 return getScalarizationOverhead(ValTy, true, false) + Num * Cost;
/freebsd-10.1-release/contrib/llvm/lib/Analysis/
H A DCostModel.cpp374 Type *ValTy = I->getOperand(0)->getType()->getPointerElementType(); local
375 return TTI->getAddressComputationCost(ValTy);
415 Type *ValTy = I->getOperand(0)->getType(); local
416 return TTI->getCmpSelInstrCost(I->getOpcode(), ValTy);
420 Type *ValTy = SI->getValueOperand()->getType(); local
421 return TTI->getMemoryOpCost(I->getOpcode(), ValTy,
H A DTargetTransformInfo.cpp194 unsigned TargetTransformInfo::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, argument
196 return PrevTTI->getCmpSelInstrCost(Opcode, ValTy, CondTy);
571 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, argument
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp123 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) const;
381 unsigned ARMTTI::getVectorInstrCost(unsigned Opcode, Type *ValTy, argument
387 ValTy->isVectorTy() &&
388 ValTy->getScalarSizeInBits() <= 32)
391 return TargetTransformInfo::getVectorInstrCost(Opcode, ValTy, Index);
394 unsigned ARMTTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, argument
399 if (ST->hasNEON() && ValTy->isVectorTy() && ISD == ISD::SELECT) {
412 EVT SelValTy = TLI->getValueType(ValTy);
421 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(ValTy);
425 return TargetTransformInfo::getCmpSelInstrCost(Opcode, ValTy, CondT
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp95 virtual unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
460 unsigned X86TTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, argument
463 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(ValTy);
514 return TargetTransformInfo::getCmpSelInstrCost(Opcode, ValTy, CondTy);
615 unsigned X86TTI::getReductionCost(unsigned Opcode, Type *ValTy, argument
618 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(ValTy);
692 return TargetTransformInfo::getReductionCost(Opcode, ValTy, IsPairwise);
/freebsd-10.1-release/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h358 virtual unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp48 const APValue &Value, QualType ValTy);
513 llvm::Type *ValTy = CGM.getTypes().ConvertType(Ty); local
514 if (llvm::StructType *ValSTy = dyn_cast<llvm::StructType>(ValTy)) {
541 QualType ValTy) {
544 const RecordDecl *RD = ValTy->castAs<RecordType>()->getDecl();
548 return Builder.Finalize(ValTy);
538 BuildStruct(CodeGenModule &CGM, CodeGenFunction *CGF, const APValue &Val, QualType ValTy) argument
H A DCGAtomic.cpp326 bool UseOptimizedLibcall, llvm::Value *Val, QualType ValTy,
330 unsigned Align = CGF.getContext().getTypeAlignInChars(ValTy).getQuantity();
331 Val = CGF.EmitLoadOfScalar(Val, false, Align, ValTy, Loc);
332 Args.add(RValue::get(Val), ValTy); local
325 AddDirectArgument(CodeGenFunction &CGF, CallArgList &Args, bool UseOptimizedLibcall, llvm::Value *Val, QualType ValTy, SourceLocation Loc) argument
H A DCGExprScalar.cpp2156 llvm::Type *ValTy = Val->getType(); local
2157 if (ValTy->isFloatTy() ||
2158 (isa<llvm::VectorType>(ValTy) &&
2159 cast<llvm::VectorType>(ValTy)->getElementType()->isFloatTy()))
/freebsd-10.1-release/contrib/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp306 Type *ValTy = Val->getType(); local
310 if (ValTy->isVectorTy() && ValTy->getScalarSizeInBits() == 1)
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp2270 Type *ValTy = EltTy->getScalarType(); local
2273 unsigned EltSize = TD->getTypeSizeInBits(ValTy);
2284 if (ValTy->isPointerTy())
2285 StoreVal = ConstantExpr::getIntToPtr(StoreVal, ValTy);
2286 else if (ValTy->isFloatingPointTy())
2287 StoreVal = ConstantExpr::getBitCast(StoreVal, ValTy);
2288 assert(StoreVal->getType() == ValTy && "Type mismatch!");
/freebsd-10.1-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp964 EVT ValTy = Op.getValueType(); local
969 Res = DAG.getTargetConstantPool(CP->getMachineCPVal(), ValTy,
972 Res = DAG.getTargetConstantPool(CP->getConstVal(), ValTy,
974 return DAG.getNode(HexagonISD::CONST32, dl, ValTy, Res);
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h4569 AtomicType(QualType ValTy, QualType Canonical) argument
4570 : Type(Atomic, Canonical, ValTy->isDependentType(),
4571 ValTy->isInstantiationDependentType(),
4572 ValTy->isVariablyModifiedType(),
4573 ValTy->containsUnexpandedParameterPack()),
4574 ValueType(ValTy) {}
/freebsd-10.1-release/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1010 MVT ValTy = VA.getLocVT(); local
1013 if (!VA.isRegLoc() || (ValTy != MVT::f64 && ValTy != MVT::f128))
1023 unsigned firstReg = (ValTy == MVT::f64) ? SP::D0 : SP::Q0;
1024 unsigned argSize = (ValTy == MVT::f64) ? 8 : 16;
1031 if (ValTy == MVT::f64)
1036 assert(ValTy == MVT::f128 && "Unexpected type!");
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4922 Type *ValTy = I->getOperand(0)->getType();
4923 VectorTy = ToVectorTy(ValTy, VF);
4930 Type *ValTy = (SI ? SI->getValueOperand()->getType() :
4932 VectorTy = ToVectorTy(ValTy, VF);
4948 unsigned ScalarAllocatedSize = DL->getTypeAllocSize(ValTy);
4969 Cost += VF * TTI.getMemoryOpCost(I->getOpcode(), ValTy->getScalarType(),
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2037 QualType ValTy = TR->getValueType(); local
2038 if (const ReferenceType *RT = ValTy->getAs<ReferenceType>()) {

Completed in 471 milliseconds

12