Searched refs:isConstReg (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstructionSelector.cpp | 1448 static bool isConstReg(MachineRegisterInfo *MRI, SPIRVType *OpDef, in isConstReg() function 1478 if (OpNestedDef && !isConstReg(MRI, OpNestedDef, Visited)) in isConstReg() 1488 static bool isConstReg(MachineRegisterInfo *MRI, Register OpReg) { in isConstReg() function 1491 return isConstReg(MRI, OpDef, Visited); in isConstReg() 1512 bool IsConst = isConstReg(MRI, OpReg); in selectSplatVector() 1919 if (!OpDefine || !OpType || isConstReg(MRI, OpDefine, Visited) || in wrapIntoSpecConstantOp()
|