Searched refs:DS_ORDERED_COUNT (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/ |
H A D | AMDGPUCustomBehaviour.cpp | 331 return Opcode == AMDGPU::DS_ORDERED_COUNT || isGWS(Opcode); in isAlwaysGDS()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.h | 576 DS_ORDERED_COUNT, enumerator
|
H A D | DSInstructions.td | 658 def DS_ORDERED_COUNT : DS_1A_RET_GDS<"ds_ordered_count">; 1150 (DS_ORDERED_COUNT $value, (as_i16imm $offset)) 1477 defm DS_ORDERED_COUNT : DS_Real_gfx6_gfx7_gfx10_gfx11<0x03f>; 1642 def DS_ORDERED_COUNT_vi : DS_Real_vi<0xbf, DS_ORDERED_COUNT>;
|
H A D | SIInsertWaitcnts.cpp | 831 Inst.getOpcode() != AMDGPU::DS_ORDERED_COUNT) { in updateByEvent()
|
H A D | SIInstrInfo.td | 81 def SIds_ordered_count : SDNode<"AMDGPUISD::DS_ORDERED_COUNT",
|
H A D | SIInstrInfo.cpp | 4109 return Opcode == AMDGPU::DS_ORDERED_COUNT || isGWS(Opcode); in isAlwaysGDS() 4136 isEXP(Opcode) || Opcode == AMDGPU::DS_ORDERED_COUNT || in hasUnwantedEffectsWhenEXECEmpty()
|
H A D | AMDGPUInstructionSelector.cpp | 1605 BuildMI(*MBB, &MI, DL, TII.get(AMDGPU::DS_ORDERED_COUNT), DstReg) in selectDSOrderedIntrinsic()
|
H A D | AMDGPUISelLowering.cpp | 5528 NODE_NAME_CASE(DS_ORDERED_COUNT) in getTargetNodeName()
|
H A D | SIISelLowering.cpp | 8894 return DAG.getMemIntrinsicNode(AMDGPUISD::DS_ORDERED_COUNT, DL, in LowerINTRINSIC_W_CHAIN()
|