Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1281 if (!LegalOperations) in PromoteIntBinOp()
1349 if (!LegalOperations) in PromoteIntShiftOp()
1398 if (!LegalOperations) in PromoteExtend()
1426 if (!LegalOperations) in PromoteLoad()
5248 if (LegalOperations && in isAndLoadExtLoad()
5979 if (!LegalOperations) in MatchBSwapHWordLow()
6245 if (!LegalOperations) in MatchBSwapHWord()
7299 if (LegalOperations) in mergeTruncStores()
7596 if (LegalOperations && in MatchLoadCombine()
19654 if (LegalOperations) in convertBuildVecZextToZext()
[all …]
H A DTargetLowering.cpp1889 if (!TLO.LegalOperations() || isOperationLegal(Opc, VT)) in SimplifyDemandedBits()
1927 if (!TLO.LegalOperations() || isOperationLegal(Opc, VT)) in SimplifyDemandedBits()
1951 if (!TLO.LegalOperations() || isOperationLegal(Opc, VT)) in SimplifyDemandedBits()
2112 if (!TLO.LegalOperations() && !VT.isVector() && !SrcVT.isVector() && in SimplifyDemandedBits()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.h58 bool LegalOperations) const override { in canCombineTruncStore() argument
H A DAMDGPUISelLowering.h163 bool LegalOperations, bool ForCodeSize,
H A DAMDGPUISelLowering.cpp863 SDValue Op, SelectionDAG &DAG, bool LegalOperations, bool ForCodeSize, in getNegatedExpression() argument
878 return TargetLowering::getNegatedExpression(Op, DAG, LegalOperations, in getNegatedExpression()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h974 bool LegalOperations, bool ForCodeSize,
H A DX86ISelLowering.cpp47366 bool LegalOperations = !DCI.isBeforeLegalizeOps(); in combineFneg() local
47368 TLI.getNegatedExpression(Arg, DAG, LegalOperations, CodeSize)) in combineFneg()
47375 bool LegalOperations, in getNegatedExpression() argument
47413 Op.getOperand(i), DAG, LegalOperations, ForCodeSize, Depth + 1); in getNegatedExpression()
47431 getNegatedExpression(Op.getOperand(0), DAG, LegalOperations, in getNegatedExpression()
47437 return TargetLowering::getNegatedExpression(Op, DAG, LegalOperations, in getNegatedExpression()
48378 bool LegalOperations = !DCI.isBeforeLegalizeOps(); in combineFMA() local
48379 if (SDValue NegV = TLI.getCheaperNegatedExpression(V, DAG, LegalOperations, in combineFMA()
48390 Vec, DAG, LegalOperations, CodeSize)) { in combineFMA()
48433 bool LegalOperations = !DCI.isBeforeLegalizeOps(); in combineFMADDSUB() local
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3295 bool LegalOperations() const { return LegalOps; } in LegalOperations() function