Home
last modified time | relevance | path

Searched refs:BuildSDIV (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dneon-idiv.ll8 ; (TargetLowering::BuildSDIV).
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4564 SDValue BuildSDIV(SDNode *N, SelectionDAG &DAG, bool IsAfterLegalization,
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp572 SDValue BuildSDIV(SDNode *N);
4444 if (SDValue Op = BuildSDIV(N)) in visitSDIVLike()
24285 SDValue DAGCombiner::BuildSDIV(SDNode *N) { in BuildSDIV() function in DAGCombiner
24292 if (SDValue S = TLI.BuildSDIV(N, DAG, LegalOperations, Built)) { in BuildSDIV()
H A DTargetLowering.cpp5770 SDValue TargetLowering::BuildSDIV(SDNode *N, SelectionDAG &DAG, in BuildSDIV() function in TargetLowering