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