Home
last modified time | relevance | path

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

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