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

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3070 static unsigned TranslateX86CC(ISD::CondCode SetCCOpcode, bool isFP, argument
3074 if (SetCCOpcode == ISD::SETGT && RHSC->isAllOnesValue()) {
3079 if (SetCCOpcode == ISD::SETLT && RHSC->isNullValue()) {
3083 if (SetCCOpcode == ISD::SETLT && RHSC->getZExtValue() == 1) {
3090 switch (SetCCOpcode) {
3110 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode);
3114 switch (SetCCOpcode) {
3130 switch (SetCCOpcode) {
8761 ISD::CondCode SetCCOpcode local
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3587 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); local
3591 switch (SetCCOpcode) {
3630 switch (SetCCOpcode) {

Completed in 94 milliseconds