HomeSort by relevance Sort by last modified time
    Searched refs:isTruncateFree (Results 1 - 16 of 16) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 95 virtual bool isTruncateFree(Type *Ty1, Type *Ty2) const;
96 virtual bool isTruncateFree(EVT VT1, EVT VT2) const;
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 104 /// isTruncateFree - Return true if it's free to truncate a value of type
107 virtual bool isTruncateFree(Type *Ty1, Type *Ty2) const;
108 virtual bool isTruncateFree(EVT VT1, EVT VT2) const;
114 /// registers. Also, if isTruncateFree(Ty2, Ty1) is true, this does not
MSP430ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 244 /// isTruncateFree - Return true if it's free to truncate a value of
247 virtual bool isTruncateFree(Type *Ty1, Type *Ty2) const;
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 81 virtual bool isTruncateFree(Type *Ty1, Type *Ty2) const;
161 bool BasicTTI::isTruncateFree(Type *Ty1, Type *Ty2) const {
162 return getTLI()->isTruncateFree(Ty1, Ty2);
286 TLI->isTruncateFree(SrcLT.second, DstLT.second))
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 123 bool TargetTransformInfo::isTruncateFree(Type *Ty1, Type *Ty2) const {
124 return PrevTTI->isTruncateFree(Ty1, Ty2);
484 bool isTruncateFree(Type *Ty1, Type *Ty2) const {
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 661 /// isTruncateFree - Return true if it's free to truncate a value of
664 virtual bool isTruncateFree(Type *Ty1, Type *Ty2) const;
665 virtual bool isTruncateFree(EVT VT1, EVT VT2) const;
673 /// virtual registers. Also, if isTruncateFree(Ty2, Ty1) is true, this
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
TargetLowering.cpp 327 if (TLI.isTruncateFree(Op.getValueType(), SmallVT) &&
    [all...]
SelectionDAG.cpp     [all...]

Completed in 455 milliseconds