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

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

Completed in 619 milliseconds