Searched refs:isTruncateFree (Results 1 - 14 of 14) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h80 virtual bool isTruncateFree(Type *Ty1, Type *Ty2) const;
81 virtual bool isTruncateFree(EVT VT1, EVT VT2) const;
H A DHexagonISelLowering.cpp1328 HexagonTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { function in class:HexagonTargetLowering
1337 bool HexagonTargetLowering::isTruncateFree(EVT VT1, EVT VT2) const { function in class:HexagonTargetLowering
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h102 /// isTruncateFree - Return true if it's free to truncate a value of type
105 virtual bool isTruncateFree(Type *Ty1, Type *Ty2) const;
106 virtual bool isTruncateFree(EVT VT1, EVT VT2) const;
112 /// registers. Also, if isTruncateFree(Ty2, Ty1) is true, this does not
H A DMSP430ISelLowering.cpp984 bool MSP430TargetLowering::isTruncateFree(Type *Ty1, function in class:MSP430TargetLowering
992 bool MSP430TargetLowering::isTruncateFree(EVT VT1, EVT VT2) const { function in class:MSP430TargetLowering
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h561 /// isTruncateFree - Return true if it's free to truncate a value of
564 virtual bool isTruncateFree(Type *Ty1, Type *Ty2) const;
565 virtual bool isTruncateFree(EVT VT1, EVT VT2) const;
571 /// virtual registers. Also, if isTruncateFree(Ty2, Ty1) is true, this
H A DX86ISelLowering.cpp11252 bool X86TargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { function in class:X86TargetLowering
11262 bool X86TargetLowering::isTruncateFree(EVT VT1, EVT VT2) const { function in class:X86TargetLowering
/external/llvm/lib/CodeGen/
H A DAnalysis.cpp277 TLI.isTruncateFree(U->getOperand(0)->getType(), U->getType()))
/external/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp998 !TLI->isTruncateFree(I->getType(), LI->getType()))
1030 if (TLI && !TLI->isTruncateFree(I->getType(), Src->getType()))
H A DLoopStrengthReduce.cpp3340 if (SrcTy != DstTy && TLI->isTruncateFree(SrcTy, DstTy)) {
/external/llvm/include/llvm/Target/
H A DTargetLowering.h1566 /// isTruncateFree - Return true if it's free to truncate a value of
1569 virtual bool isTruncateFree(Type * /*Ty1*/, Type * /*Ty2*/) const {
1573 virtual bool isTruncateFree(EVT /*VT1*/, EVT /*VT2*/) const {
1581 /// virtual registers. Also, if isTruncateFree(Ty2, Ty1) is true, this
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1627 && TLI->isTruncateFree(Phi->getType(), Phis.back()->getType())) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2309 !TLI.isTruncateFree(Op0VT, VT)) &&
3665 TLI.isTruncateFree(VT, TruncVT)) {
4120 bool isTruncFree = TLI.isTruncateFree(N->getValueType(0), N0.getValueType());
4541 (!TLI.isTruncateFree(N0.getOperand(0).getOperand(0).getValueType(),
4772 !TLI.isTruncateFree(N0.getOperand(0).getOperand(0).getValueType(),
7347 if (NVT.bitsLT(LVT) && !TLI.isTruncateFree(LVT, NVT))
H A DTargetLowering.cpp1187 if (TLI.isTruncateFree(Op.getValueType(), SmallVT) &&
H A DSelectionDAG.cpp3640 TLI.isTruncateFree(LargestVT, VT))

Completed in 275 milliseconds