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

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3539 static unsigned TranslateX86CC(ISD::CondCode SetCCOpcode, bool isFP, argument
3543 if (SetCCOpcode == ISD::SETGT && RHSC->isAllOnesValue()) {
3548 if (SetCCOpcode == ISD::SETLT && RHSC->isNullValue()) {
3552 if (SetCCOpcode == ISD::SETLT && RHSC->getZExtValue() == 1) {
3559 switch (SetCCOpcode) {
3579 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode);
3583 switch (SetCCOpcode) {
3599 switch (SetCCOpcode) {
12019 static int translateX86FSETCC(ISD::CondCode SetCCOpcode, SDValu
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4291 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); local
4295 switch (SetCCOpcode) {
4334 switch (SetCCOpcode) {

Completed in 219 milliseconds