Searched defs:ValTy (Results 1 - 23 of 23) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowValues.h48 typedef typename ValueTypes::ValTy ValTy; typedef in class:clang::DataflowValues
[all...]
H A DDataflowSolver.h133 typedef typename _DFValuesTy::ValTy ValTy; typedef in class:clang::DataflowSolver
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DPointerUnion.h220 typedef PointerUnion<InnerUnion, PT3> ValTy; typedef in class:llvm::PointerUnion3
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
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp381 unsigned ARMTTI::getVectorInstrCost(unsigned Opcode, Type *ValTy, argument
394 unsigned ARMTTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.cpp163 EVT ValTy = Addr.getValueType(); local
H A DMipsSEISelDAGToDAG.cpp255 EVT ValTy = Addr.getValueType(); local
349 EVT ValTy = Addr.getValueType(); local
H A DMipsISelLowering.cpp638 EVT ValTy = N->getValueType(0); local
2090 EVT ValTy local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp201 unsigned PPCTTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, argument
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DCostModel.cpp374 Type *ValTy = I->getOperand(0)->getType()->getPointerElementType(); local
415 Type *ValTy = I->getOperand(0)->getType(); local
420 Type *ValTy = SI->getValueOperand()->getType(); local
H A DTargetTransformInfo.cpp194 unsigned TargetTransformInfo::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, argument
571 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, argument
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp372 unsigned BasicTTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, argument
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp460 unsigned X86TTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, argument
615 unsigned X86TTI::getReductionCost(unsigned Opcode, Type *ValTy, argument
/freebsd-10-stable/contrib/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp306 Type *ValTy = Val->getType(); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGAtomic.cpp332 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 DCGExprConstant.cpp513 llvm::Type *ValTy = CGM.getTypes().ConvertType(Ty); local
538 BuildStruct(CodeGenModule &CGM, CodeGenFunction *CGF, const APValue &Val, QualType ValTy) argument
H A DCGBuiltin.cpp147 static Value *EmitFAbs(CodeGenFunction &CGF, Value *V, QualType ValTy) { argument
H A DCGExprScalar.cpp2156 llvm::Type *ValTy = Val->getType(); local
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp964 EVT ValTy = Op.getValueType(); local
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp2270 Type *ValTy = EltTy->getScalarType(); local
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1010 MVT ValTy = VA.getLocVT(); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2037 QualType ValTy = TR->getValueType(); local
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h4569 AtomicType(QualType ValTy, QualType Canonical) argument

Completed in 477 milliseconds