Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp425 Action = TLI.getFixedPointOperationAction(Node->getOpcode(), in LegalizeOp()
H A DLegalizeDAG.cpp1162 Action = TLI.getFixedPointOperationAction(Node->getOpcode(), in LegalizeOp()
H A DLegalizeIntegerTypes.cpp1070 TLI.getFixedPointOperationAction(N->getOpcode(), PromotedType, Scale); in PromoteIntRes_DIVFIX()
H A DSelectionDAGBuilder.cpp5495 TargetLowering::LegalizeAction Action = TLI.getFixedPointOperationAction( in expandDivFix()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1134 LegalizeAction getFixedPointOperationAction(unsigned Op, EVT VT, in getFixedPointOperationAction() function