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

  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 112 /// isZExtFree - Return true if any actual instruction that defines a value
120 bool isZExtFree(Type *Ty1, Type *Ty2) const override;
121 bool isZExtFree(EVT VT1, EVT VT2) const override;
122 bool isZExtFree(SDValue Val, EVT VT2) const override;
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.h 121 bool isZExtFree(Type *Src, Type *Dest) const override;
122 bool isZExtFree(EVT Src, EVT Dest) const override;
123 bool isZExtFree(SDValue Val, EVT VT2) const override;
AMDGPUISelLowering.cpp 529 bool AMDGPUTargetLowering::isZExtFree(Type *Src, Type *Dest) const {
536 bool AMDGPUTargetLowering::isZExtFree(EVT Src, EVT Dest) const {
544 bool AMDGPUTargetLowering::isZExtFree(SDValue Val, EVT VT2) const {
545 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 185 bool XCoreTargetLowering::isZExtFree(SDValue Val, EVT VT2) const {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 290 bool isZExtFree(Type *Ty1, Type *Ty2) const override;
291 bool isZExtFree(EVT VT1, EVT VT2) const override;
292 bool isZExtFree(SDValue Val, EVT VT2) const override;
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 279 using TargetLowering::isZExtFree;
280 bool isZExtFree(SDValue Val, EVT VT2) const override;
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 824 bool isZExtFree(Type *Ty1, Type *Ty2) const override;
825 bool isZExtFree(EVT VT1, EVT VT2) const override;
826 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 210 if (TLI->isZExtFree(OpTy, Ty))
359 TLI->isZExtFree(SrcLT.second, DstLT.second))
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 595 bool isZExtFree(SDValue Val, EVT VT2) const override;
    [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 332 /// casts are free. This uses isZExtFree and ZERO_EXTEND for the widening
364 TLI.isZExtFree(SmallVT, Op.getValueType())) {
    [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp 731 if (ExtendKind == ISD::ANY_EXTEND && TLI.isZExtFree(Val, RegisterVT))
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 1252 milliseconds