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.cpp472 Action = TLI.getFixedPointOperationAction(Node->getOpcode(), in LegalizeOp()
H A DLegalizeDAG.cpp1171 Action = TLI.getFixedPointOperationAction(Node->getOpcode(), in LegalizeOp()
H A DLegalizeIntegerTypes.cpp1244 TLI.getFixedPointOperationAction(N->getOpcode(), PromotedType, Scale); in PromoteIntRes_DIVFIX()
H A DSelectionDAGBuilder.cpp5913 TargetLowering::LegalizeAction Action = TLI.getFixedPointOperationAction( in expandDivFix()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1276 LegalizeAction getFixedPointOperationAction(unsigned Op, EVT VT, in getFixedPointOperationAction() function