Home
last modified time | relevance | path

Searched defs:ValTy (Results 1 – 21 of 21) sorted by relevance

/external/llvm/lib/Analysis/
DCostModel.cpp114 Type *ValTy = I->getOperand(0)->getType()->getPointerElementType(); in getInstructionCost() local
155 Type *ValTy = I->getOperand(0)->getType(); in getInstructionCost() local
160 Type *ValTy = SI->getValueOperand()->getType(); in getInstructionCost() local
DTargetTransformInfo.cpp185 unsigned TargetTransformInfo::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost()
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp383 unsigned ARMTTI::getVectorInstrCost(unsigned Opcode, Type *ValTy, in getVectorInstrCost()
396 unsigned ARMTTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost()
/external/clang/include/clang/Analysis/FlowSensitive/
DDataflowValues.h48 typedef typename ValueTypes::ValTy ValTy; typedef
/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp192 unsigned PPCTTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost()
/external/llvm/include/llvm/ADT/
DScopedHashTable.h152 typedef ScopedHashTableVal<K, V> ValTy; typedef
/external/llvm/lib/Target/Mips/
DMips16ISelDAGToDAG.cpp162 EVT ValTy = Addr.getValueType(); in selectAddr16() local
DMipsSEISelDAGToDAG.cpp240 EVT ValTy = Addr.getValueType(); in selectAddrRegImm() local
DMipsISelLowering.cpp594 EVT ValTy = N->getValueType(0); in performANDCombine() local
648 EVT ValTy = N->getValueType(0); in performORCombine() local
676 EVT ValTy = N->getValueType(0); in performADDCombine() local
2121 EVT ValTy = Op->getValueType(0); in lowerADD() local
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp459 unsigned X86TTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost()
/external/llvm/lib/CodeGen/
DBasicTargetTransformInfo.cpp361 unsigned BasicTTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp530 llvm::Type *ValTy = CGM.getTypes().ConvertType(Ty); in Finalize() local
558 QualType ValTy) { in BuildStruct()
DCGAtomic.cpp324 bool UseOptimizedLibcall, llvm::Value *Val, QualType ValTy) { in AddDirectArgument()
DCGBuiltin.cpp146 static Value *EmitFAbs(CodeGenFunction &CGF, Value *V, QualType ValTy) { in EmitFAbs()
DCGExprScalar.cpp2072 llvm::Type *ValTy = Val->getType(); in EmitDiv() local
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp305 Type *ValTy = Val->getType(); in Act() local
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp951 EVT ValTy = Op.getValueType(); in LowerConstantPool() local
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4544 Type *ValTy = I->getOperand(0)->getType(); in getInstructionCost() local
4552 Type *ValTy = (SI ? SI->getValueOperand()->getType() : in getInstructionCost() local
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp2270 Type *ValTy = EltTy->getScalarType(); in RewriteMemIntrinUserOfAlloca() local
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp2004 QualType ValTy = TR->getValueType(); in evalLoad() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3079 Type *ValTy = Op1->getType(); in visitInsertValue() local
3121 Type *ValTy = I.getType(); in visitExtractValue() local