Home
last modified time | relevance | path

Searched refs:BeforeLegalizeTypes (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDAGCombine.h16 BeforeLegalizeTypes, enumerator
H A DTargetLowering.h3509 bool isBeforeLegalize() const { return Level == BeforeLegalizeTypes; } in isBeforeLegalize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp802 CurDAG->Combine(BeforeLegalizeTypes, AA, OptLevel); in CodeGenAndEmitDAG()
H A DDAGCombiner.cpp242 Level(BeforeLegalizeTypes), OptLevel(OL), AA(AA) { in DAGCombiner()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6339 if (DCI.Level != BeforeLegalizeTypes) in combineINT_TO_FP()
6660 if (DCI.Level == BeforeLegalizeTypes && VT.isVector() && isTypeLegal(VT) && in combineIntDIVREM()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12823 if (Level == BeforeLegalizeTypes) in isDesirableToCommuteWithShift()
12861 if (Level == BeforeLegalizeTypes) in shouldFoldConstantShiftPairToMask()