Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp602 !DCI.isBeforeLegalizeOps()); in SimplifyDemandedBits()
618 !DCI.isBeforeLegalizeOps()); in SimplifyDemandedBits()
2753 !DCI.isBeforeLegalizeOps()); in SimplifyDemandedVectorElts()
3787 if (DCI.isBeforeLegalizeOps() || in foldSetCCWithAnd()
4225 (DCI.isBeforeLegalizeOps() || in SimplifySetCC()
4234 (DCI.isBeforeLegalizeOps() || in SimplifySetCC()
4484 if (DCI.isBeforeLegalizeOps() || in SimplifySetCC()
4537 if (DCI.isBeforeLegalizeOps() || in SimplifySetCC()
4666 if ((DCI.isBeforeLegalizeOps() || in SimplifySetCC()
4686 if ((DCI.isBeforeLegalizeOps() || in SimplifySetCC()
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsISelLowering.cpp550 if (DCI.isBeforeLegalizeOps()) in performDivRemCombine()
659 if (DCI.isBeforeLegalizeOps()) in performSELECTCombine()
740 if (DCI.isBeforeLegalizeOps()) in performCMovFPCombine()
767 if (DCI.isBeforeLegalizeOps() || !Subtarget.hasExtractInsert()) in performANDCombine()
854 if (DCI.isBeforeLegalizeOps() || !Subtarget.hasExtractInsert()) in performORCombine()
1050 if (DCI.isBeforeLegalizeOps()) { in performSUBCombine()
1065 if (DCI.isBeforeLegalizeOps()) { in performADDCombine()
1100 if (DCI.isBeforeLegalizeOps() || !Subtarget.hasCnMips()) in performSHLCombine()
/openbsd/src/gnu/llvm/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp1600 !DCI.isBeforeLegalizeOps()); in PerformDAGCombine()
1616 !DCI.isBeforeLegalizeOps()); in PerformDAGCombine()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp15260 if (DCI.isBeforeLegalizeOps()) in performXorCombine()
15560 if (DCI.isBeforeLegalizeOps()) in performMulCombine()
15935 if (ResTy == MVT::v4i64 && DCI.isBeforeLegalizeOps()) in performFDivCombine()
16297 if (DCI.isBeforeLegalizeOps()) in performSVEAndCombine()
16725 if (DCI.isBeforeLegalizeOps()) in performConcatVectorsCombine()
16815 if (DCI.isBeforeLegalizeOps()) in performExtractSubvectorCombine()
16882 if (DCI.isBeforeLegalizeOps()) in tryCombineFixedPointConvert()
17319 if (DCI.isBeforeLegalizeOps()) in performAddSubLongCombine()
17645 if (DCI.isBeforeLegalizeOps()) in tryCombineLongOpWithDup()
18401 if (!DCI.isBeforeLegalizeOps() && N->getOpcode() == ISD::ZERO_EXTEND && in performExtendCombine()
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelLowering.cpp41258 if (!DCI.isBeforeLegalizeOps() && N0.hasOneUse()) { in combineTargetShuffle()
43606 if (!DCI.isBeforeLegalizeOps()) in combineCastedMaskArithmetic()
44582 if (DCI.isBeforeLegalizeOps()) in combineExtractWithShuffle()
45265 if (!DCI.isBeforeLegalizeOps()) in combineToExtendBoolVectorInReg()
45632 !DCI.isBeforeLegalizeOps()); in combineVSelectToBLENDV()
45755 if (CondConstantVector && DCI.isBeforeLegalizeOps() && in combineSelect()
47099 if (!DCI.isBeforeLegalize() && !DCI.isBeforeLegalizeOps()) { in combineCMov()
48772 if (N0.getOpcode() == ISD::BITCAST && !DCI.isBeforeLegalizeOps()) { in convertIntLogicToFPLogic()
49221 if (DCI.isBeforeLegalizeOps()) in combineAnd()
49735 if (DCI.isBeforeLegalizeOps()) in combineOr()
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp1874 if (DCI.isBeforeLegalizeOps() || in PerformDAGCombine()
DAMDGPUISelLowering.cpp4253 !DCI.isBeforeLegalizeOps()); in PerformDAGCombine()
DSIISelLowering.cpp9923 if (VT != MVT::i64 || DCI.isBeforeLegalizeOps()) in performOrCombine()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetLowering.h3940 bool isBeforeLegalizeOps() const { return Level < AfterLegalizeVectorOps; } in isBeforeLegalizeOps() function
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp3468 if (DCI.isBeforeLegalizeOps()) in PerformDAGCombine()
DHexagonISelLoweringHVX.cpp3598 if (DCI.isBeforeLegalizeOps()) in PerformHvxDAGCombine()
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp14711 if (DCI.isBeforeLegalizeOps()) in expandVSXLoadForLE()
14777 if (DCI.isBeforeLegalizeOps()) in expandVSXStoreForLE()
17587 bool LegalOps = !DCI.isBeforeLegalizeOps(); in combineFMALike()