Home
last modified time | relevance | path

Searched refs:LegalOps (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3652 bool LegalOps; member
3658 DAG(InDAG), LegalTys(LT), LegalOps(LO) {} in TargetLoweringOpt()
3661 bool LegalOperations() const { return LegalOps; } in LegalOperations()
4076 bool LegalOps, bool OptForSize,
4081 SDValue Op, SelectionDAG &DAG, bool LegalOps, bool OptForSize,
4086 getNegatedExpression(Op, DAG, LegalOps, OptForSize, Cost, Depth);
4102 bool LegalOps, bool OptForSize,
4104 return getCheaperOrNeutralNegatedExpression(Op, DAG, LegalOps, OptForSize,
4110 SDValue getNegatedExpression(SDValue Op, SelectionDAG &DAG, bool LegalOps,
4113 return getNegatedExpression(Op, DAG, LegalOps, OptForSize, Cost, Depth);
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2154 if (DemandedBits.isOne() && !TLO.LegalOps && !VT.isVector()) in SimplifyDemandedBits()
3253 if (Updated && !IdentityLHS && !IdentityRHS && !TLO.LegalOps) { in SimplifyDemandedVectorElts()
6814 if (LegalOps && !IsOpLegal) in getNegatedExpression()
6844 if (LegalOps && !IsOpLegal) in getNegatedExpression()
6865 if (LegalOps && !isOperationLegalOrCustom(ISD::FSUB, VT)) in getNegatedExpression()
6872 getNegatedExpression(X, DAG, LegalOps, OptForSize, CostX, Depth); in getNegatedExpression()
6880 getNegatedExpression(Y, DAG, LegalOps, OptForSize, CostY, Depth); in getNegatedExpression()
6928 getNegatedExpression(X, DAG, LegalOps, OptForSize, CostX, Depth); in getNegatedExpression()
6936 getNegatedExpression(Y, DAG, LegalOps, OptForSize, CostY, Depth); in getNegatedExpression()
6973 getNegatedExpression(Z, DAG, LegalOps, OptForSize, CostZ, Depth); in getNegatedExpression()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h826 SDValue getNegatedExpression(SDValue Op, SelectionDAG &DAG, bool LegalOps,
H A DPPCISelLowering.cpp17080 bool LegalOps, bool OptForSize, in getNegatedExpression() argument
17103 getNegatedExpression(N2, DAG, LegalOps, OptForSize, N2Cost, Depth + 1); in getNegatedExpression()
17115 SDValue NegN0 = getNegatedExpression(N0, DAG, LegalOps, OptForSize, in getNegatedExpression()
17119 SDValue NegN1 = getNegatedExpression(N1, DAG, LegalOps, OptForSize, in getNegatedExpression()
17140 return TargetLowering::getNegatedExpression(Op, DAG, LegalOps, OptForSize, in getNegatedExpression()
17587 bool LegalOps = !DCI.isBeforeLegalizeOps(); in combineFMALike() local
17600 if (SDValue NegN0 = getCheaperNegatedExpression(N0, DAG, LegalOps, CodeSize)) in combineFMALike()
17605 if (SDValue NegN1 = getCheaperNegatedExpression(N1, DAG, LegalOps, CodeSize)) in combineFMALike()
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp934 if (Op.getOpcode() == ISD::BUILD_VECTOR && TLO.LegalOps && TLO.LegalTys) in shouldSimplifyDemandedVectorElts()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp10698 if (!TLO.LegalOps) in targetShrinkDemandedConstant()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp19964 if (!TLO.LegalOps) in targetShrinkDemandedConstant()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2072 if (!TLO.LegalOps) in targetShrinkDemandedConstant()