Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1034 bool VectorTrunc = (OldChain.getOpcode() == AMDGPUISD::DUMMY_CHAIN); in lowerPrivateTruncStore() local
1036 SDValue Chain = VectorTrunc ? OldChain->getOperand(0) : OldChain; in lowerPrivateTruncStore()
1096 if (VectorTrunc) { in lowerPrivateTruncStore()