Home
last modified time | relevance | path

Searched refs:isZExtFree (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h117 virtual bool isZExtFree(Type *Ty1, Type *Ty2) const;
118 virtual bool isZExtFree(EVT VT1, EVT VT2) const;
119 virtual bool isZExtFree(SDValue Val, EVT VT2) const;
DMSP430ISelLowering.cpp1052 bool MSP430TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree() function in MSP430TargetLowering
1057 bool MSP430TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree() function in MSP430TargetLowering
1062 bool MSP430TargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in MSP430TargetLowering
1063 return isZExtFree(Val.getValueType(), VT2); in isZExtFree()
/external/llvm/lib/Target/X86/
DX86ISelLowering.h638 virtual bool isZExtFree(Type *Ty1, Type *Ty2) const;
639 virtual bool isZExtFree(EVT VT1, EVT VT2) const;
640 virtual bool isZExtFree(SDValue Val, EVT VT2) const;
DX86ISelLowering.cpp12640 bool X86TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree() function in X86TargetLowering
12645 bool X86TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree() function in X86TargetLowering
12650 bool X86TargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in X86TargetLowering
12652 if (isZExtFree(VT1, VT2)) in isZExtFree()
/external/llvm/lib/Target/ARM/
DARMISelLowering.h298 using TargetLowering::isZExtFree;
299 virtual bool isZExtFree(SDValue Val, EVT VT2) const;
DARMISelLowering.cpp9533 bool ARMTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in ARMTargetLowering
/external/llvm/include/llvm/Target/
DTargetLowering.h1186 virtual bool isZExtFree(Type * /*Ty1*/, Type * /*Ty2*/) const { in isZExtFree() function
1190 virtual bool isZExtFree(EVT /*VT1*/, EVT /*VT2*/) const { in isZExtFree() function
1197 virtual bool isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function
1198 return isZExtFree(Val.getValueType(), VT2); in isZExtFree()
/external/llvm/lib/CodeGen/
DBasicTargetTransformInfo.cpp259 TLI->isZExtFree(SrcLT.second, DstLT.second)) in getCastInstrCost()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp326 TLI.isZExtFree(SmallVT, Op.getValueType())) { in ShrinkDemandedOp()
DDAGCombiner.cpp2333 (!TLI.isZExtFree(VT, Op0VT) || in SimplifyBinOpWithSameOpcodeHands()
4643 !TLI.isZExtFree(N0.getValueType(), VT))) { in visitZERO_EXTEND()
DSelectionDAGBuilder.cpp777 TLI.isZExtFree(Val, RegisterVT)? ISD::ZERO_EXTEND: ISD::ANY_EXTEND; in getCopyToRegs()