Home
last modified time | relevance | path

Searched refs:getFixedPointOperationAction (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp454 Action = TLI.getFixedPointOperationAction(Node->getOpcode(), in LegalizeOp()
H A DLegalizeDAG.cpp1183 Action = TLI.getFixedPointOperationAction(Node->getOpcode(), in LegalizeOp()
H A DLegalizeIntegerTypes.cpp1145 TLI.getFixedPointOperationAction(N->getOpcode(), PromotedType, Scale); in PromoteIntRes_DIVFIX()
H A DSelectionDAGBuilder.cpp5675 TargetLowering::LegalizeAction Action = TLI.getFixedPointOperationAction( in expandDivFix()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1229 LegalizeAction getFixedPointOperationAction(unsigned Op, EVT VT, in getFixedPointOperationAction() function