Searched refs:isConstReg (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstructionSelector.cpp | 422 static bool isConstReg(MachineRegisterInfo *MRI, MachineInstr *OpDef, in isConstReg() function 448 if (OpNestedDef && !isConstReg(MRI, OpNestedDef, Visited)) in isConstReg() 469 static bool isConstReg(MachineRegisterInfo *MRI, Register OpReg) { in isConstReg() function 472 return isConstReg(MRI, OpDef, Visited); in isConstReg() 2374 if (!isConstReg(MRI, I.getOperand(i).getReg())) in selectBuildVector() 2409 bool IsConst = isConstReg(MRI, OpReg); in selectSplatVector() 2842 if (!OpDefine || !OpType || isConstReg(MRI, OpDefine, Visited) || in wrapIntoSpecConstantOp()
|