Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3266 bool LegalOps; member
3272 DAG(InDAG), LegalTys(LT), LegalOps(LO) {} in TargetLoweringOpt()
3275 bool LegalOperations() const { return LegalOps; } in LegalOperations()
3635 bool LegalOps, bool OptForSize,
3642 bool LegalOps, bool OptForSize,
3646 getNegatedExpression(Op, DAG, LegalOps, OptForSize, Cost, Depth);
3657 SDValue getNegatedExpression(SDValue Op, SelectionDAG &DAG, bool LegalOps,
3660 return getNegatedExpression(Op, DAG, LegalOps, OptForSize, Cost, Depth);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1793 if (DemandedBits.isOneValue() && !TLO.LegalOps && !VT.isVector()) in SimplifyDemandedBits()
2749 if (Updated && !IdentityLHS && !IdentityRHS && !TLO.LegalOps) { in SimplifyDemandedVectorElts()
5981 bool LegalOps, bool OptForSize, in getNegatedExpression() argument
6030 if (LegalOps && !IsOpLegal) in getNegatedExpression()
6060 if (LegalOps && !IsOpLegal) in getNegatedExpression()
6081 if (LegalOps && !isOperationLegalOrCustom(ISD::FSUB, VT)) in getNegatedExpression()
6088 getNegatedExpression(X, DAG, LegalOps, OptForSize, CostX, Depth); in getNegatedExpression()
6096 getNegatedExpression(Y, DAG, LegalOps, OptForSize, CostY, Depth); in getNegatedExpression()
6144 getNegatedExpression(X, DAG, LegalOps, OptForSize, CostX, Depth); in getNegatedExpression()
6152 getNegatedExpression(Y, DAG, LegalOps, OptForSize, CostY, Depth); in getNegatedExpression()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h785 SDValue getNegatedExpression(SDValue Op, SelectionDAG &DAG, bool LegalOps,
H A DPPCISelLowering.cpp16338 bool LegalOps, bool OptForSize, in getNegatedExpression() argument
16361 getNegatedExpression(N2, DAG, LegalOps, OptForSize, N2Cost, Depth + 1); in getNegatedExpression()
16373 SDValue NegN0 = getNegatedExpression(N0, DAG, LegalOps, OptForSize, in getNegatedExpression()
16377 SDValue NegN1 = getNegatedExpression(N1, DAG, LegalOps, OptForSize, in getNegatedExpression()
16398 return TargetLowering::getNegatedExpression(Op, DAG, LegalOps, OptForSize, in getNegatedExpression()
16826 bool LegalOps = !DCI.isBeforeLegalizeOps(); in combineFMALike() local
16839 if (SDValue NegN0 = getCheaperNegatedExpression(N0, DAG, LegalOps, CodeSize)) in combineFMALike()
16844 if (SDValue NegN1 = getCheaperNegatedExpression(N1, DAG, LegalOps, CodeSize)) in combineFMALike()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5977 if (!TLO.LegalOps) in targetShrinkDemandedConstant()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1648 if (!TLO.LegalOps) in targetShrinkDemandedConstant()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp18206 if (!TLO.LegalOps) in targetShrinkDemandedConstant()