Home
last modified time | relevance | path

Searched refs:getBatchAA (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h84 BatchAAResults *getBatchAA() const { in getBatchAA() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp573 SDB->init(GFI, getBatchAA(), AC, LibInfo); in runOnMachineFunction()
947 CurDAG->Combine(BeforeLegalizeTypes, getBatchAA(), OptLevel); in CodeGenAndEmitDAG()
993 CurDAG->Combine(AfterLegalizeTypes, getBatchAA(), OptLevel); in CodeGenAndEmitDAG()
1047 CurDAG->Combine(AfterLegalizeVectorOps, getBatchAA(), OptLevel); in CodeGenAndEmitDAG()
1087 CurDAG->Combine(AfterLegalizeDAG, getBatchAA(), OptLevel); in CodeGenAndEmitDAG()