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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp803 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); local
809 switch (SetCCOpcode) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4830 static X86::CondCode TranslateIntegerX86CC(ISD::CondCode SetCCOpcode) {
4831 switch (SetCCOpcode) {
4849 static X86::CondCode TranslateX86CC(ISD::CondCode SetCCOpcode, const SDLoc &DL,
4854 if (SetCCOpcode == ISD::SETGT && RHSC->isAllOnesValue()) {
4859 if (SetCCOpcode == ISD::SETLT && RHSC->isNullValue()) {
4863 if (SetCCOpcode == ISD::SETGE && RHSC->isNullValue()) {
4867 if (SetCCOpcode == ISD::SETLT && RHSC->isOne()) {
4874 return TranslateIntegerX86CC(SetCCOpcode);
4882 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode);
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6223 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); local
6245 (SetCCOpcode == ISD::SETEQ || SetCCOpcode == ISD::SETNE)) {
6257 if (SetCCOpcode == ISD::SETNE)
6268 switch (SetCCOpcode) {
6318 switch (SetCCOpcode) {

Completed in 266 milliseconds