HomeSort by: relevance | last modified time | path
    Searched refs:SetCCOpcode (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kISelLowering.cpp 1481 static M68k::CondCode TranslateIntegerM68kCC(ISD::CondCode SetCCOpcode) {
1482 switch (SetCCOpcode) {
1511 static unsigned TranslateM68kCC(ISD::CondCode SetCCOpcode, const SDLoc &DL,
1516 if (SetCCOpcode == ISD::SETGT && RHSC->isAllOnesValue()) {
1521 if (SetCCOpcode == ISD::SETLT && RHSC->isNullValue()) {
1525 if (SetCCOpcode == ISD::SETLT && RHSC->getZExtValue() == 1) {
1532 return TranslateIntegerM68kCC(SetCCOpcode);
1539 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode);
1543 switch (SetCCOpcode) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiISelLowering.cpp 803 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get();
809 switch (SetCCOpcode) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 5009 static X86::CondCode TranslateIntegerX86CC(ISD::CondCode SetCCOpcode) {
5010 switch (SetCCOpcode) {
5028 static X86::CondCode TranslateX86CC(ISD::CondCode SetCCOpcode, const SDLoc &DL,
5033 if (SetCCOpcode == ISD::SETGT && RHSC->isAllOnesValue()) {
5038 if (SetCCOpcode == ISD::SETLT && RHSC->isNullValue()) {
5042 if (SetCCOpcode == ISD::SETGE && RHSC->isNullValue()) {
5046 if (SetCCOpcode == ISD::SETLT && RHSC->isOne()) {
5053 return TranslateIntegerX86CC(SetCCOpcode);
5061 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 6437 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get();
6459 (SetCCOpcode == ISD::SETEQ || SetCCOpcode == ISD::SETNE)) {
6471 if (SetCCOpcode == ISD::SETNE)
6482 switch (SetCCOpcode) {
6532 switch (SetCCOpcode) {

Completed in 73 milliseconds