Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp792 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); in IntCondCCodeToICC() local
798 switch (SetCCOpcode) { in IntCondCCodeToICC()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp2977 static unsigned TranslateX86CC(ISD::CondCode SetCCOpcode, bool isFP, in TranslateX86CC() argument
2981 if (SetCCOpcode == ISD::SETGT && RHSC->isAllOnesValue()) { in TranslateX86CC()
2985 } else if (SetCCOpcode == ISD::SETLT && RHSC->isNullValue()) { in TranslateX86CC()
2988 } else if (SetCCOpcode == ISD::SETLT && RHSC->getZExtValue() == 1) { in TranslateX86CC()
2995 switch (SetCCOpcode) { in TranslateX86CC()
3015 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode); in TranslateX86CC()
3019 switch (SetCCOpcode) { in TranslateX86CC()
3035 switch (SetCCOpcode) { in TranslateX86CC()
8463 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); in LowerVSETCC() local
8484 switch (SetCCOpcode) { in LowerVSETCC()
[all …]
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp3957 static X86::CondCode TranslateIntegerX86CC(ISD::CondCode SetCCOpcode) { in TranslateIntegerX86CC() argument
3958 switch (SetCCOpcode) { in TranslateIntegerX86CC()
3976 static unsigned TranslateX86CC(ISD::CondCode SetCCOpcode, const SDLoc &DL, in TranslateX86CC() argument
3981 if (SetCCOpcode == ISD::SETGT && RHSC->isAllOnesValue()) { in TranslateX86CC()
3986 if (SetCCOpcode == ISD::SETLT && RHSC->isNullValue()) { in TranslateX86CC()
3990 if (SetCCOpcode == ISD::SETLT && RHSC->getZExtValue() == 1) { in TranslateX86CC()
3997 return TranslateIntegerX86CC(SetCCOpcode); in TranslateX86CC()
4005 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode); in TranslateX86CC()
4009 switch (SetCCOpcode) { in TranslateX86CC()
4025 switch (SetCCOpcode) { in TranslateX86CC()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp3440 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); in LowerVSETCC() local
3444 switch (SetCCOpcode) { in LowerVSETCC()
3483 switch (SetCCOpcode) { in LowerVSETCC()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp4881 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); in LowerVSETCC() local
4891 switch (SetCCOpcode) { in LowerVSETCC()
4930 switch (SetCCOpcode) { in LowerVSETCC()