Home
last modified time | relevance | path

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

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