Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp471 Action = TLI.getFixedPointOperationAction(Node->getOpcode(), in LegalizeOp()
H A DLegalizeDAG.cpp1153 Action = TLI.getFixedPointOperationAction(Node->getOpcode(), in LegalizeOp()
H A DLegalizeIntegerTypes.cpp974 TLI.getFixedPointOperationAction(N->getOpcode(), PromotedType, Scale); in PromoteIntRes_DIVFIX()
H A DSelectionDAGBuilder.cpp5428 TargetLowering::LegalizeAction Action = TLI.getFixedPointOperationAction( in expandDivFix()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1061 LegalizeAction getFixedPointOperationAction(unsigned Op, EVT VT, in getFixedPointOperationAction() function