reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
705 case ISD::STRICT_LLRINT:
include/llvm/CodeGen/TargetLowering.h 958 case ISD::STRICT_LLRINT: EqOpc = ISD::LLRINT; break;
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp1109 case ISD::STRICT_LLRINT: 3725 case ISD::STRICT_LLRINT: 4001 case ISD::STRICT_LLRINT:lib/CodeGen/SelectionDAG/SelectionDAG.cpp
7771 case ISD::STRICT_LLRINT: NewOpc = ISD::LLRINT; break;
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp 6950 Opcode = ISD::STRICT_LLRINT;
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp 343 case ISD::STRICT_LLRINT: return "strict_llrint";
lib/CodeGen/TargetLoweringBase.cpp 714 setOperationAction(ISD::STRICT_LLRINT, VT, Expand);