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

  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 102 /// isTruncateFree - Return true if it's free to truncate a value of type
105 virtual bool isTruncateFree(Type *Ty1, Type *Ty2) const;
106 virtual bool isTruncateFree(EVT VT1, EVT VT2) const;
112 /// registers. Also, if isTruncateFree(Ty2, Ty1) is true, this does not
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 638 /// isTruncateFree - Return true if it's free to truncate a value of
641 virtual bool isTruncateFree(Type *Ty1, Type *Ty2) const;
642 virtual bool isTruncateFree(EVT VT1, EVT VT2) const;
648 /// virtual registers. Also, if isTruncateFree(Ty2, Ty1) is true, this
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 272 TLI.isTruncateFree(U->getOperand(0)->getType(), U->getType()))
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
TargetLowering.cpp     [all...]
SelectionDAG.cpp     [all...]

Completed in 357 milliseconds