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

/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4357 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); local
4361 switch (SetCCOpcode) {
4400 switch (SetCCOpcode) {
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3634 static unsigned TranslateX86CC(ISD::CondCode SetCCOpcode, bool isFP, argument
3638 if (SetCCOpcode == ISD::SETGT && RHSC->isAllOnesValue()) {
3643 if (SetCCOpcode == ISD::SETLT && RHSC->isNullValue()) {
3647 if (SetCCOpcode == ISD::SETLT && RHSC->getZExtValue() == 1) {
3654 switch (SetCCOpcode) {
3674 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode);
3678 switch (SetCCOpcode) {
3694 switch (SetCCOpcode) {
12914 static int translateX86FSETCC(ISD::CondCode SetCCOpcode, SDValu argument
12999 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); local
13063 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); local
[all...]

Completed in 128 milliseconds