Home
last modified time | relevance | path

Searched refs:InSrc (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp1043 bool InSrc = false; in getShuffleComment() local
1046 if (M == SM_SentinelZero && InSrc) { in getShuffleComment()
1047 InSrc = false; in getShuffleComment()
1059 if (!InSrc) { in getShuffleComment()
1060 InSrc = true; in getShuffleComment()
1069 if (InSrc) in getShuffleComment()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp9889 SDValue InSrc = Inputs[i].getOperand(0); in DAGCombineExtBoolTrunc() local
9891 DAG.ReplaceAllUsesOfValueWith(Inputs[i], InSrc); in DAGCombineExtBoolTrunc()
9894 DAG.getSExtOrTrunc(InSrc, dl, N->getValueType(0))); in DAGCombineExtBoolTrunc()
9897 DAG.getZExtOrTrunc(InSrc, dl, N->getValueType(0))); in DAGCombineExtBoolTrunc()
9900 DAG.getAnyExtOrTrunc(InSrc, dl, N->getValueType(0))); in DAGCombineExtBoolTrunc()