Home
last modified time | relevance | path

Searched refs:SetCCOpcode (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp803 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); in IntCondCCodeToICC() local
809 switch (SetCCOpcode) { in IntCondCCodeToICC()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4669 switch (SetCCOpcode) { in TranslateIntegerX86CC()
4697 if (SetCCOpcode == ISD::SETLT && RHSC->isNullValue()) { in TranslateX86CC()
4708 return TranslateIntegerX86CC(SetCCOpcode); in TranslateX86CC()
4716 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode); in TranslateX86CC()
4720 switch (SetCCOpcode) { in TranslateX86CC()
4736 switch (SetCCOpcode) { in TranslateX86CC()
19214 switch (SetCCOpcode) { in translateX86FSETCC()
19289 if ((SetCCOpcode == ISD::SETEQ || SetCCOpcode == ISD::SETNE) && in LowerIntVSETCC_AVX512()
19294 if (SetCCOpcode == ISD::SETLT) { in LowerIntVSETCC_AVX512()
19295 SetCCOpcode = ISD::getSetCCSwappedOperands(SetCCOpcode); in LowerIntVSETCC_AVX512()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5534 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); in LowerVSETCC() local
5538 (SetCCOpcode == ISD::SETEQ || SetCCOpcode == ISD::SETNE)) { in LowerVSETCC()
5550 if (SetCCOpcode == ISD::SETNE) in LowerVSETCC()
5561 switch (SetCCOpcode) { in LowerVSETCC()
5602 switch (SetCCOpcode) { in LowerVSETCC()