Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1315 if (DCI.isBeforeLegalizeOps() || in simplifySetCCWithAnd()
1367 (DCI.isBeforeLegalizeOps() || in SimplifySetCC()
1605 if (DCI.isBeforeLegalizeOps() || in SimplifySetCC()
1663 if (DCI.isBeforeLegalizeOps() || in SimplifySetCC()
1753 if ((DCI.isBeforeLegalizeOps() || in SimplifySetCC()
1768 if ((DCI.isBeforeLegalizeOps() || in SimplifySetCC()
2001 if (NewCond != Cond && (DCI.isBeforeLegalizeOps() || in SimplifySetCC()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp418 if (DCI.isBeforeLegalizeOps()) in PerformDivRemCombine()
528 if (DCI.isBeforeLegalizeOps()) in PerformSETCCCombine()
548 if (DCI.isBeforeLegalizeOps() || !Subtarget->hasMips32r2()) in PerformANDCombine()
589 if (DCI.isBeforeLegalizeOps() || !Subtarget->hasMips32r2()) in PerformORCombine()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp469 if (DCI.isBeforeLegalizeOps()) in performDivRemCombine()
579 if (DCI.isBeforeLegalizeOps()) in performSELECTCombine()
658 if (DCI.isBeforeLegalizeOps()) in performCMovFPCombine()
688 if (DCI.isBeforeLegalizeOps() || !Subtarget.hasExtractInsert()) in performANDCombine()
731 if (DCI.isBeforeLegalizeOps() || !Subtarget.hasExtractInsert()) in performORCombine()
785 if (DCI.isBeforeLegalizeOps()) in performADDCombine()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7483 if (DCI.isBeforeLegalizeOps()) in performXorCombine()
7541 if (DCI.isBeforeLegalizeOps()) in performMulCombine()
7734 if (ResTy == MVT::v4i64 && DCI.isBeforeLegalizeOps()) in performFpToIntCombine()
7737 assert((ResTy != MVT::v4i64 || DCI.isBeforeLegalizeOps()) && in performFpToIntCombine()
7981 if (DCI.isBeforeLegalizeOps()) in performBitcastCombine()
8084 if (DCI.isBeforeLegalizeOps()) in performConcatVectorsCombine()
8128 if (DCI.isBeforeLegalizeOps()) in tryCombineFixedPointConvert()
8370 if (DCI.isBeforeLegalizeOps()) in performAddSubLongCombine()
8419 if (DCI.isBeforeLegalizeOps()) in tryCombineLongOpWithDup()
8594 if (!DCI.isBeforeLegalizeOps() && N->getOpcode() == ISD::ZERO_EXTEND && in performExtendCombine()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h893 bool isBeforeLegalizeOps() const { return BeforeLegalizeOps; } in isBeforeLegalizeOps() function
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp1620 !DCI.isBeforeLegalizeOps()); in PerformDAGCombine()
1637 !DCI.isBeforeLegalizeOps()); in PerformDAGCombine()
/external/llvm/include/llvm/Target/
DTargetLowering.h2323 bool isBeforeLegalizeOps() const { return Level < AfterLegalizeVectorOps; } in isBeforeLegalizeOps() function
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp26073 if (!DCI.isBeforeLegalize() && DCI.isBeforeLegalizeOps() && in combineShuffle()
26153 if (DCI.isBeforeLegalizeOps()) in XFormVExtractWithShuffleIntoLoad()
26850 if (N->getOpcode() == ISD::VSELECT && DCI.isBeforeLegalizeOps() && in combineSelect()
26888 DCI.isBeforeLegalizeOps()); in combineSelect()
27327 if (!DCI.isBeforeLegalize() && !DCI.isBeforeLegalizeOps()) { in combineCMov()
28239 if (DCI.isBeforeLegalizeOps()) in combineAnd()
28418 if (DCI.isBeforeLegalizeOps()) in combineOr()
28642 if (DCI.isBeforeLegalizeOps()) in combineXor()
28794 if (RegVT.is256BitVector() && !DCI.isBeforeLegalizeOps() && in combineLoad()
29937 !DCI.isBeforeLegalizeOps()); in combineBT()
[all …]
/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp2101 if (DCI.isBeforeLegalizeOps() || in PerformDAGCombine()
DSIISelLowering.cpp2909 !DCI.isBeforeLegalizeOps()); in PerformDAGCombine()
DAMDGPUISelLowering.cpp2710 !DCI.isBeforeLegalizeOps()); in PerformDAGCombine()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2110 if (DCI.isBeforeLegalizeOps() || in SimplifySetCC()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp13322 if (DCI.isBeforeLegalizeOps()) in PerformAndCombine()
13376 if (DCI.isBeforeLegalizeOps()) in PerformOrCombine()
14015 !DCI.isBeforeLegalizeOps()); in PerformBTCombine()