Searched refs:getBoolExtOp (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.cpp | 429 unsigned MachineIRBuilder::getBoolExtOp(bool IsVec, bool IsFP) const { in getBoolExtOp() function in MachineIRBuilder 444 unsigned ExtOp = getBoolExtOp(getMRI()->getType(Op.getReg()).isVector(), IsFP); in buildBoolExt()
|
| H A D | LegalizerHelper.cpp | 2254 widenScalarSrc(MI, WideTy, 1, MIRBuilder.getBoolExtOp(IsVec, false)); in widenScalar() 2369 widenScalarSrc(MI, WideTy, 0, MIRBuilder.getBoolExtOp(false, false)); in widenScalar()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.h | 644 unsigned getBoolExtOp(bool IsVec, bool IsFP) const;
|