Home
last modified time | relevance | path

Searched refs:READSTEADYCOUNTER (Results 1 – 11 of 11) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDISDOpcodes.h1229 READSTEADYCOUNTER, enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGDumper.cpp110 case ISD::READSTEADYCOUNTER: return "ReadSteadyCounter"; in getOperationName()
HDLegalizeDAG.cpp1114 case ISD::READSTEADYCOUNTER: in LegalizeOp()
3136 case ISD::READSTEADYCOUNTER: in ExpandNode()
HDLegalizeIntegerTypes.cpp2814 case ISD::READSTEADYCOUNTER: ExpandIntRes_READCOUNTER(N, Lo, Hi); break; in ExpandIntegerResult()
HDSelectionDAGBuilder.cpp7122 Res = DAG.getNode(ISD::READSTEADYCOUNTER, sdl, in visitIntrinsicCall()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringBase.cpp817 setOperationAction(ISD::READSTEADYCOUNTER, MVT::i64, Expand); in initActions()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonISelLowering.cpp1522 setOperationAction(ISD::READSTEADYCOUNTER, MVT::i64, Custom); in HexagonTargetLowering()
3401 case ISD::READSTEADYCOUNTER: return LowerREADSTEADYCOUNTER(Op, DAG); in LowerOperation()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetSelectionDAG.td703 def readsteadycounter : SDNode<"ISD::READSTEADYCOUNTER", SDTIntLeaf,
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXISelLowering.cpp500 setOperationAction(ISD::READSTEADYCOUNTER, MVT::i64, Legal); in NVPTXTargetLowering()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.cpp633 setOperationAction(ISD::READSTEADYCOUNTER, MVT::i64, in RISCVTargetLowering()
12294 case ISD::READSTEADYCOUNTER: { in ReplaceNodeResults()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIISelLowering.cpp471 setOperationAction(ISD::READSTEADYCOUNTER, MVT::i64, Legal); in SITargetLowering()