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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ISDOpcodes.h 409 STRICT_FROUNDEVEN,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 216 case ISD::STRICT_FROUNDEVEN: return "strict_froundeven";
LegalizeFloatTypes.cpp 116 case ISD::STRICT_FROUNDEVEN:
1231 case ISD::STRICT_FROUNDEVEN:
LegalizeDAG.cpp 4043 case ISD::STRICT_FROUNDEVEN:
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 1073 case ISD::STRICT_FROUNDEVEN:
1089 case ISD::STRICT_FROUNDEVEN:
X86ISelLowering.cpp 1132 setOperationAction(ISD::STRICT_FROUNDEVEN, RoundedTy, Legal);
1234 setOperationAction(ISD::STRICT_FROUNDEVEN, VT, Legal);
1620 setOperationAction(ISD::STRICT_FROUNDEVEN, VT, Legal);
    [all...]

Completed in 50 milliseconds