Home
last modified time | relevance | path

Searched +defs:UNDEF +defs:S (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12189 SDValue S = V.getOperand(Idx); in getScalarValueForVectorElement() local
26349 MCSymbol *S = Context.getOrCreateSymbol(Twine("GCC_except_table") + in LowerINTRINSIC_WO_CHAIN() local
29494 SDValue S = DAG.getConstant(APInt::getSignMask(64), dl, VT); in LowerShift() local
32678 SDValue UNDEF = DAG.getUNDEF(VT); in ReplaceNodeResults() local
58128 static bool matchAsm(StringRef S, ArrayRef<const char *> Pieces) { in matchAsm()