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

  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 108 /// isZExtFree - Return true if any actual instruction that defines a value
116 bool isZExtFree(Type *Ty1, Type *Ty2) const override;
117 bool isZExtFree(EVT VT1, EVT VT2) const override;
118 bool isZExtFree(SDValue Val, EVT VT2) const override;
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.h 112 bool isZExtFree(Type *Src, Type *Dest) const override;
113 bool isZExtFree(EVT Src, EVT Dest) const override;
114 bool isZExtFree(SDValue Val, EVT VT2) const override;
AMDGPUISelLowering.cpp 448 bool AMDGPUTargetLowering::isZExtFree(Type *Src, Type *Dest) const {
456 bool AMDGPUTargetLowering::isZExtFree(EVT Src, EVT Dest) const {
464 bool AMDGPUTargetLowering::isZExtFree(SDValue Val, EVT VT2) const {
465 return isZExtFree(Val.getValueType(), VT2);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 99 using TargetLowering::isZExtFree;
100 bool isZExtFree(SDValue Val, EVT VT2) const override;
XCoreISelLowering.cpp 187 bool XCoreTargetLowering::isZExtFree(SDValue Val, EVT VT2) const {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 278 bool isZExtFree(Type *Ty1, Type *Ty2) const override;
279 bool isZExtFree(EVT VT1, EVT VT2) const override;
280 bool isZExtFree(SDValue Val, EVT VT2) const override;
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 694 /// isZExtFree - Return true if any actual instruction that defines a
702 bool isZExtFree(Type *Ty1, Type *Ty2) const override;
703 bool isZExtFree(EVT VT1, EVT VT2) const override;
704 bool isZExtFree(SDValue Val, EVT VT2) const override;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 281 using TargetLowering::isZExtFree;
282 bool isZExtFree(SDValue Val, EVT VT2) const override;
ARMISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 381 TLI->isZExtFree(SrcLT.second, DstLT.second))
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 317 /// casts are free. This uses isZExtFree and ZERO_EXTEND for the widening
349 TLI.isZExtFree(SmallVT, Op.getValueType())) {
    [all...]
DAGCombiner.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 537 milliseconds