Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp468 Action = TLI.getFixedPointOperationAction(Node->getOpcode(), in LegalizeOp()
DLegalizeDAG.cpp1136 Action = TLI.getFixedPointOperationAction(Node->getOpcode(), in LegalizeOp()
DLegalizeIntegerTypes.cpp835 TLI.getFixedPointOperationAction(N->getOpcode(), PromotedType, Scale); in PromoteIntRes_DIVFIX()
DSelectionDAGBuilder.cpp5490 TargetLowering::LegalizeAction Action = TLI.getFixedPointOperationAction( in expandDivFix()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h922 LegalizeAction getFixedPointOperationAction(unsigned Op, EVT VT, in getFixedPointOperationAction() function