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

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3192 static unsigned TranslateX86CC(ISD::CondCode SetCCOpcode, bool isFP, argument
3196 if (SetCCOpcode == ISD::SETGT && RHSC->isAllOnesValue()) {
3201 if (SetCCOpcode == ISD::SETLT && RHSC->isNullValue()) {
3205 if (SetCCOpcode == ISD::SETLT && RHSC->getZExtValue() == 1) {
3212 switch (SetCCOpcode) {
3232 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode);
3236 switch (SetCCOpcode) {
3252 switch (SetCCOpcode) {
9247 ISD::CondCode SetCCOpcode local
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3780 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); local
3784 switch (SetCCOpcode) {
3823 switch (SetCCOpcode) {

Completed in 166 milliseconds