Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp2925 bool AllUsesAcceptSReg = true; in isVGPRImm() local
2937 AllUsesAcceptSReg = false; in isVGPRImm()
2949 AllUsesAcceptSReg = true; in isVGPRImm()
2957 if (!AllUsesAcceptSReg) in isVGPRImm()
2961 return !AllUsesAcceptSReg && (Limit < 10); in isVGPRImm()