Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp3893 bool Src0Literal = false; in convertToThreeAddress() local
3921 Src0Literal = true; in convertToThreeAddress()
3963 if (!Src0Literal && getFoldableImm(Src2, Imm, &DefMI)) { in convertToThreeAddress()
3988 if (!Src0Literal && getFoldableImm(Src1, Imm, &DefMI)) { in convertToThreeAddress()
4003 if (Src0Literal || getFoldableImm(Src0, Imm, &DefMI)) { in convertToThreeAddress()
4004 if (Src0Literal) { in convertToThreeAddress()
4030 if (Src0Literal && !ST.hasVOP3Literal()) in convertToThreeAddress()