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

  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 110 /// isZExtFree - Return true if any actual instruction that defines a value
118 virtual bool isZExtFree(Type *Ty1, Type *Ty2) const;
119 virtual bool isZExtFree(EVT VT1, EVT VT2) const;
120 virtual bool isZExtFree(SDValue Val, EVT VT2) const;
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 669 /// isZExtFree - Return true if any actual instruction that defines a
677 virtual bool isZExtFree(Type *Ty1, Type *Ty2) const;
678 virtual bool isZExtFree(EVT VT1, EVT VT2) const;
679 virtual bool isZExtFree(SDValue Val, EVT VT2) const;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 298 using TargetLowering::isZExtFree;
299 virtual bool isZExtFree(SDValue Val, EVT VT2) const;
ARMISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 290 TLI->isZExtFree(SrcLT.second, DstLT.second))
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 300 /// casts are free. This uses isZExtFree and ZERO_EXTEND for the widening
328 TLI.isZExtFree(SmallVT, Op.getValueType())) {
    [all...]
DAGCombiner.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 349 milliseconds