Searched refs:getBatchAA (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGISel.h | 84 BatchAAResults *getBatchAA() const { in getBatchAA() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 573 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()
|