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

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4044 static X86::CondCode TranslateIntegerX86CC(ISD::CondCode SetCCOpcode) { argument
4045 switch (SetCCOpcode) {
4063 static unsigned TranslateX86CC(ISD::CondCode SetCCOpcode, SDLoc DL, bool isFP, argument
4067 if (SetCCOpcode == ISD::SETGT && RHSC->isAllOnesValue()) {
4072 if (SetCCOpcode == ISD::SETLT && RHSC->isNullValue()) {
4076 if (SetCCOpcode == ISD::SETLT && RHSC->getZExtValue() == 1) {
4083 return TranslateIntegerX86CC(SetCCOpcode);
4091 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode);
4095 switch (SetCCOpcode) {
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4618 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); local
4628 switch (SetCCOpcode) {
4667 switch (SetCCOpcode) {

Completed in 148 milliseconds