Home
last modified time | relevance | path

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

12

/external/llvm/lib/Analysis/
DCostModel.cpp386 Type *ValTy = I->getOperand(0)->getType()->getPointerElementType(); in getInstructionCost() local
427 Type *ValTy = I->getOperand(0)->getType(); in getInstructionCost() local
432 Type *ValTy = SI->getValueOperand()->getType(); in getInstructionCost() local
DTargetTransformInfo.cpp195 unsigned TargetTransformInfo::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost()
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp382 unsigned ARMTTI::getVectorInstrCost(unsigned Opcode, Type *ValTy, in getVectorInstrCost()
395 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/X86/
DX86TargetTransformInfo.cpp682 unsigned X86TTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost()
837 unsigned X86TTI::getReductionCost(unsigned Opcode, Type *ValTy, in getReductionCost()
/external/llvm/include/llvm/ADT/
DScopedHashTable.h153 typedef ScopedHashTableVal<K, V> ValTy; typedef
/external/llvm/lib/Target/Mips/
DMips16ISelDAGToDAG.cpp164 EVT ValTy = Addr.getValueType(); in selectAddr16() local
DMipsSEISelDAGToDAG.cpp256 EVT ValTy = Addr.getValueType(); in selectAddrFrameIndex() local
272 EVT ValTy = Addr.getValueType(); in selectAddrFrameIndexOffset() local
DMipsISelLowering.cpp648 EVT ValTy = N->getValueType(0); in performANDCombine() local
702 EVT ValTy = N->getValueType(0); in performORCombine() local
730 EVT ValTy = N->getValueType(0); in performADDCombine() local
2176 EVT ValTy = Op->getValueType(0); in lowerADD() local
/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp342 unsigned PPCTTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost()
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp441 unsigned AArch64TTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost()
DAArch64ISelLowering.cpp7934 Type *ValTy = cast<PointerType>(Addr->getType())->getElementType(); in emitLoadLinked() local
/external/llvm/lib/CodeGen/
DBasicTargetTransformInfo.cpp453 unsigned BasicTTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp513 llvm::Type *ValTy = CGM.getTypes().ConvertType(Ty); in Finalize() local
541 QualType ValTy) { in BuildStruct()
DCGAtomic.cpp463 bool UseOptimizedLibcall, llvm::Value *Val, QualType ValTy, in AddDirectArgument()
DCGExprScalar.cpp2167 llvm::Type *ValTy = Val->getType(); in EmitDiv() local
DCGBuiltin.cpp147 static Value *EmitFAbs(CodeGenFunction &CGF, Value *V, QualType ValTy) { in EmitFAbs()
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp307 Type *ValTy = Val->getType(); in Act() local
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp952 EVT ValTy = Op.getValueType(); in LowerConstantPool() local
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1751 Type *ValTy; in createMachineMemOperandFor() local
DSelectionDAGBuilder.cpp3259 Type *ValTy = Op1->getType(); in visitInsertValue() local
3300 Type *ValTy = I.getType(); in visitExtractValue() local
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp2267 Type *ValTy = EltTy->getScalarType(); in RewriteMemIntrinUserOfAlloca() local
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp2102 QualType ValTy = TR->getValueType(); in evalLoad() local
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5732 Type *ValTy = I->getOperand(0)->getType(); in getInstructionCost() local
5740 Type *ValTy = (SI ? SI->getValueOperand()->getType() : in getInstructionCost() local
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1010 MVT ValTy = VA.getLocVT(); in fixupVariableFloatArgs() local

12