Home
last modified time | relevance | path

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

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