Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1229 READSTEADYCOUNTER, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp110 case ISD::READSTEADYCOUNTER: return "ReadSteadyCounter"; in getOperationName()
H A DLegalizeDAG.cpp1114 case ISD::READSTEADYCOUNTER: in LegalizeOp()
3136 case ISD::READSTEADYCOUNTER: in ExpandNode()
H A DLegalizeIntegerTypes.cpp2814 case ISD::READSTEADYCOUNTER: ExpandIntRes_READCOUNTER(N, Lo, Hi); break; in ExpandIntegerResult()
H A DSelectionDAGBuilder.cpp7122 Res = DAG.getNode(ISD::READSTEADYCOUNTER, sdl, in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp817 setOperationAction(ISD::READSTEADYCOUNTER, MVT::i64, Expand); in initActions()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp735 // Custom-handle ISD::READSTEADYCOUNTER because the target-independent SDNode
1522 setOperationAction(ISD::READSTEADYCOUNTER, MVT::i64, Custom); in HexagonTargetLowering()
3401 case ISD::READSTEADYCOUNTER: return LowerREADSTEADYCOUNTER(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td703 def readsteadycounter : SDNode<"ISD::READSTEADYCOUNTER", SDTIntLeaf,
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp500 setOperationAction(ISD::READSTEADYCOUNTER, MVT::i64, Legal); in NVPTXTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp633 setOperationAction(ISD::READSTEADYCOUNTER, MVT::i64, in RISCVTargetLowering()
12294 case ISD::READSTEADYCOUNTER: { in ReplaceNodeResults()
12295 assert(!Subtarget.is64Bit() && "READCYCLECOUNTER/READSTEADYCOUNTER only " in ReplaceNodeResults()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp471 setOperationAction(ISD::READSTEADYCOUNTER, MVT::i64, Legal); in SITargetLowering()