/external/llvm/lib/Analysis/ |
D | CostModel.cpp | 114 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
|
D | TargetTransformInfo.cpp | 185 unsigned TargetTransformInfo::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost()
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.cpp | 383 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/ |
D | DataflowValues.h | 48 typedef typename ValueTypes::ValTy ValTy; typedef
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 192 unsigned PPCTTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost()
|
/external/llvm/include/llvm/ADT/ |
D | ScopedHashTable.h | 152 typedef ScopedHashTableVal<K, V> ValTy; typedef
|
/external/llvm/lib/Target/Mips/ |
D | Mips16ISelDAGToDAG.cpp | 162 EVT ValTy = Addr.getValueType(); in selectAddr16() local
|
D | MipsSEISelDAGToDAG.cpp | 240 EVT ValTy = Addr.getValueType(); in selectAddrRegImm() local
|
D | MipsISelLowering.cpp | 594 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/ |
D | X86TargetTransformInfo.cpp | 459 unsigned X86TTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost()
|
/external/llvm/lib/CodeGen/ |
D | BasicTargetTransformInfo.cpp | 361 unsigned BasicTTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost()
|
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 530 llvm::Type *ValTy = CGM.getTypes().ConvertType(Ty); in Finalize() local 558 QualType ValTy) { in BuildStruct()
|
D | CGAtomic.cpp | 324 bool UseOptimizedLibcall, llvm::Value *Val, QualType ValTy) { in AddDirectArgument()
|
D | CGBuiltin.cpp | 146 static Value *EmitFAbs(CodeGenFunction &CGF, Value *V, QualType ValTy) { in EmitFAbs()
|
D | CGExprScalar.cpp | 2072 llvm::Type *ValTy = Val->getType(); in EmitDiv() local
|
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 305 Type *ValTy = Val->getType(); in Act() local
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 951 EVT ValTy = Op.getValueType(); in LowerConstantPool() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 4544 Type *ValTy = I->getOperand(0)->getType(); in getInstructionCost() local 4552 Type *ValTy = (SI ? SI->getValueOperand()->getType() : in getInstructionCost() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 2270 Type *ValTy = EltTy->getScalarType(); in RewriteMemIntrinUserOfAlloca() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngine.cpp | 2004 QualType ValTy = TR->getValueType(); in evalLoad() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 3079 Type *ValTy = Op1->getType(); in visitInsertValue() local 3121 Type *ValTy = I.getType(); in visitExtractValue() local
|