Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2107 if (DCI.isBeforeLegalizeOps() || in SimplifySetCC()
2305 EVT ShiftTy = DCI.isBeforeLegalizeOps() ? in SimplifySetCC()
2335 EVT ShiftTy = DCI.isBeforeLegalizeOps() ? in SimplifySetCC()
2363 EVT ShiftTy = DCI.isBeforeLegalizeOps() ? in SimplifySetCC()
2466 if (NewCond != Cond && (DCI.isBeforeLegalizeOps() || in SimplifySetCC()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp501 if (DCI.isBeforeLegalizeOps()) in PerformDivRemCombine()
610 if (DCI.isBeforeLegalizeOps()) in PerformSELECTCombine()
646 if (DCI.isBeforeLegalizeOps() || !Subtarget->hasMips32r2()) in PerformANDCombine()
687 if (DCI.isBeforeLegalizeOps() || !Subtarget->hasMips32r2()) in PerformORCombine()
739 if (DCI.isBeforeLegalizeOps()) in PerformADDCombine()
/external/llvm/include/llvm/Target/
DTargetLowering.h926 bool isBeforeLegalizeOps() const { return BeforeLegalizeOps; } in isBeforeLegalizeOps() function
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp13507 if (!DCI.isBeforeLegalizeOps()) in PerformTruncateCombine()
13630 if (DCI.isBeforeLegalizeOps()) in XFormVExtractWithShuffleIntoLoad()
14092 if (N->getOpcode() == ISD::VSELECT && DCI.isBeforeLegalizeOps() && in PerformSELECTCombine()
14105 DCI.isBeforeLegalizeOps()); in PerformSELECTCombine()
14774 if (DCI.isBeforeLegalizeOps()) in PerformAndCombine()
14850 if (DCI.isBeforeLegalizeOps()) in PerformOrCombine()
15033 if (DCI.isBeforeLegalizeOps()) in PerformXorCombine()
15630 !DCI.isBeforeLegalizeOps()); in PerformBTCombine()
15655 if (!DCI.isBeforeLegalizeOps()) in PerformSExtCombine()
15786 if (!DCI.isBeforeLegalizeOps()) in PerformZExtCombine()