Searched refs:READSTEADYCOUNTER (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 1229 READSTEADYCOUNTER, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 110 case ISD::READSTEADYCOUNTER: return "ReadSteadyCounter"; in getOperationName()
|
H A D | LegalizeDAG.cpp | 1114 case ISD::READSTEADYCOUNTER: in LegalizeOp() 3136 case ISD::READSTEADYCOUNTER: in ExpandNode()
|
H A D | LegalizeIntegerTypes.cpp | 2814 case ISD::READSTEADYCOUNTER: ExpandIntRes_READCOUNTER(N, Lo, Hi); break; in ExpandIntegerResult()
|
H A D | SelectionDAGBuilder.cpp | 7122 Res = DAG.getNode(ISD::READSTEADYCOUNTER, sdl, in visitIntrinsicCall()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 817 setOperationAction(ISD::READSTEADYCOUNTER, MVT::i64, Expand); in initActions()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 735 // 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 D | TargetSelectionDAG.td | 703 def readsteadycounter : SDNode<"ISD::READSTEADYCOUNTER", SDTIntLeaf,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 500 setOperationAction(ISD::READSTEADYCOUNTER, MVT::i64, Legal); in NVPTXTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 633 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 D | SIISelLowering.cpp | 471 setOperationAction(ISD::READSTEADYCOUNTER, MVT::i64, Legal); in SITargetLowering()
|