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

  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 108 /// isZExtFree - Return true if any actual instruction that defines a value
116 virtual bool isZExtFree(Type *Ty1, Type *Ty2) const;
117 virtual bool isZExtFree(EVT VT1, EVT VT2) const;
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 644 /// isZExtFree - Return true if any actual instruction that defines a
652 virtual bool isZExtFree(Type *Ty1, Type *Ty2) const;
653 virtual bool isZExtFree(EVT VT1, EVT VT2) const;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
DAGCombiner.cpp     [all...]

Completed in 371 milliseconds