Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp487 !DCI.isBeforeLegalizeOps()); in SimplifyDemandedBits()
1290 !DCI.isBeforeLegalizeOps()); in SimplifyDemandedVectorElts()
1829 if (DCI.isBeforeLegalizeOps() || in simplifySetCCWithAnd()
1959 (DCI.isBeforeLegalizeOps() || in SimplifySetCC()
2202 if (DCI.isBeforeLegalizeOps() || in SimplifySetCC()
2260 if (DCI.isBeforeLegalizeOps() || in SimplifySetCC()
2364 if ((DCI.isBeforeLegalizeOps() || in SimplifySetCC()
2384 if ((DCI.isBeforeLegalizeOps() || in SimplifySetCC()
2400 if (!VT.isVector() || DCI.isBeforeLegalizeOps()) { in SimplifySetCC()
2418 if (!VT.isVector() || DCI.isBeforeLegalizeOps()) { in SimplifySetCC()
[all …]
/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-7.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp565 if (DCI.isBeforeLegalizeOps()) in performDivRemCombine()
674 if (DCI.isBeforeLegalizeOps()) in performSELECTCombine()
753 if (DCI.isBeforeLegalizeOps()) in performCMovFPCombine()
780 if (DCI.isBeforeLegalizeOps() || !Subtarget.hasExtractInsert()) in performANDCombine()
866 if (DCI.isBeforeLegalizeOps() || !Subtarget.hasExtractInsert()) in performORCombine()
1054 if (DCI.isBeforeLegalizeOps()) { in performSUBCombine()
1069 if (DCI.isBeforeLegalizeOps()) { in performADDCombine()
1104 if (DCI.isBeforeLegalizeOps() || !Subtarget.hasCnMips()) in performSHLCombine()
/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-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8603 if (DCI.isBeforeLegalizeOps()) in performXorCombine()
8658 if (DCI.isBeforeLegalizeOps()) in performMulCombine()
8891 if (ResTy == MVT::v4i64 && DCI.isBeforeLegalizeOps()) in performFpToIntCombine()
8894 assert((ResTy != MVT::v4i64 || DCI.isBeforeLegalizeOps()) && in performFpToIntCombine()
8964 if (ResTy == MVT::v4i64 && DCI.isBeforeLegalizeOps()) in performFDivCombine()
9143 if (DCI.isBeforeLegalizeOps()) in performBitcastCombine()
9248 if (DCI.isBeforeLegalizeOps()) in performConcatVectorsCombine()
9293 if (DCI.isBeforeLegalizeOps()) in tryCombineFixedPointConvert()
9535 if (DCI.isBeforeLegalizeOps()) in performAddSubLongCombine()
9584 if (DCI.isBeforeLegalizeOps()) in tryCombineLongOpWithDup()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h893 bool isBeforeLegalizeOps() const { return BeforeLegalizeOps; } in isBeforeLegalizeOps() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp1602 !DCI.isBeforeLegalizeOps()); in PerformDAGCombine()
1618 !DCI.isBeforeLegalizeOps()); in PerformDAGCombine()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp31202 if (!DCI.isBeforeLegalize() && DCI.isBeforeLegalizeOps() && in combineShuffle()
31302 if (DCI.isBeforeLegalizeOps()) in XFormVExtractWithShuffleIntoLoad()
31515 if (!DCI.isBeforeLegalizeOps()) in combineCastedMaskArithmetic()
32207 if (DCI.isBeforeLegalizeOps()) in combineExtractWithShuffle()
32587 !DCI.isBeforeLegalizeOps()); in combineVSelectToShrunkBlend()
32620 DCI.isBeforeLegalizeOps()) { in combineSelect()
33386 if (!DCI.isBeforeLegalize() && !DCI.isBeforeLegalizeOps()) { in combineCMov()
34791 if (DCI.isBeforeLegalizeOps()) in combineAnd()
35113 if (DCI.isBeforeLegalizeOps()) in combineOr()
35637 if (RegVT.is256BitVector() && !DCI.isBeforeLegalizeOps() && in combineLoad()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h2883 bool isBeforeLegalizeOps() const { return Level < AfterLegalizeVectorOps; } in isBeforeLegalizeOps() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp1994 if (DCI.isBeforeLegalizeOps() || in PerformDAGCombine()
DAMDGPUISelLowering.cpp3877 !DCI.isBeforeLegalizeOps()); in PerformDAGCombine()
DSIISelLowering.cpp7759 !DCI.isBeforeLegalizeOps()); in performCvtF32UByteNCombine()
/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()