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

  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 111 /// isZExtFree - Return true if any actual instruction that defines a value
119 bool isZExtFree(Type *Ty1, Type *Ty2) const override;
120 bool isZExtFree(EVT VT1, EVT VT2) const override;
121 bool isZExtFree(SDValue Val, EVT VT2) const override;
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.h 120 bool isZExtFree(Type *Src, Type *Dest) const override;
121 bool isZExtFree(EVT Src, EVT Dest) const override;
122 bool isZExtFree(SDValue Val, EVT VT2) const override;
AMDGPUISelLowering.cpp 523 bool AMDGPUTargetLowering::isZExtFree(Type *Src, Type *Dest) const {
531 bool AMDGPUTargetLowering::isZExtFree(EVT Src, EVT Dest) const {
539 bool AMDGPUTargetLowering::isZExtFree(SDValue Val, EVT VT2) const {
540 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 189 bool XCoreTargetLowering::isZExtFree(SDValue Val, EVT VT2) const {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 300 bool isZExtFree(Type *Ty1, Type *Ty2) const override;
301 bool isZExtFree(EVT VT1, EVT VT2) const override;
302 bool isZExtFree(SDValue Val, EVT VT2) const override;
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 754 bool isZExtFree(Type *Ty1, Type *Ty2) const override;
755 bool isZExtFree(EVT VT1, EVT VT2) const override;
756 bool isZExtFree(SDValue Val, EVT VT2) const override;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 215 if (TLI->isZExtFree(OpTy, Ty))
369 TLI->isZExtFree(SrcLT.second, DstLT.second))
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 278 using TargetLowering::isZExtFree;
279 bool isZExtFree(SDValue Val, EVT VT2) const override;
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 564 bool isZExtFree(SDValue Val, EVT VT2) const override;
    [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
TargetLowering.cpp 320 /// casts are free. This uses isZExtFree and ZERO_EXTEND for the widening
352 TLI.isZExtFree(SmallVT, Op.getValueType())) {
    [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 300 milliseconds