Home
last modified time | relevance | path

Searched refs:CanFold (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveIntervalAnalysis.cpp1207 bool CanFold = false; in rewriteInstructionForSpills() local
1276 CanFold = false; in rewriteInstructionForSpills()
1294 CanFold = false; in rewriteInstructionForSpills()
1301 CanFold = canFoldMemoryOperand(MI, Ops, DefIsReMat); in rewriteInstructionForSpills()
1392 return CanFold; in rewriteInstructionForSpills()
1547 bool CanFold = rewriteInstructionForSpills(li, I->valno, TrySplit, in rewriteInstructionsForSpills() local
1555 AllCanFold &= CanFold; in rewriteInstructionsForSpills()
1908 bool CanFold = false; in addIntervalsForSpills() local
1912 CanFold = true; in addIntervalsForSpills()
1927 CanFold = false; in addIntervalsForSpills()
[all …]
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1132 bool CanFold = Shift->isLogicalShift(); in visitICmpInstWithInstAndIntCst() local
1133 if (!CanFold) { in visitICmpInstWithInstAndIntCst()
1142 CanFold = true; in visitICmpInstWithInstAndIntCst()
1145 if (CanFold) { in visitICmpInstWithInstAndIntCst()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1693 bool CanFold = false; in visitICmpInstWithInstAndIntCst() local
1698 CanFold = false; in visitICmpInstWithInstAndIntCst()
1706 CanFold = true; in visitICmpInstWithInstAndIntCst()
1714 CanFold = true; in visitICmpInstWithInstAndIntCst()
1722 CanFold = true; in visitICmpInstWithInstAndIntCst()
1726 if (CanFold) { in visitICmpInstWithInstAndIntCst()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp5436 bool CanFold = true; in LowerBuildVectorv4x32() local
5437 for (unsigned i = EltIdx + 1; i < 4 && CanFold; ++i) { in LowerBuildVectorv4x32()
5445 CanFold = SrcVector == V1 && in LowerBuildVectorv4x32()
5449 if (!CanFold) in LowerBuildVectorv4x32()
6126 bool CanFold = true; in isHorizontalBinOp() local
6133 for (unsigned i = 0, e = NumElts; i != e && CanFold; ++i) { in isHorizontalBinOp()
6145 CanFold = Op->getOpcode() == Opcode && Op->hasOneUse(); in isHorizontalBinOp()
6147 if (!CanFold) in isHorizontalBinOp()
6155 CanFold = (Op0.getOpcode() == ISD::EXTRACT_VECTOR_ELT && in isHorizontalBinOp()
6160 if (!CanFold) in isHorizontalBinOp()
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3754 bool CanFold = true; in visitOR() local
3775 CanFold = false; in visitOR()
3788 if (CanFold) { in visitOR()